#include <shibsp/base.h>
Namespaces | |
| namespace | shibsp |
Classes | |
| class | shibsp::MatchFunctor |
| A function that evaluates whether an expressed criteria is met by the current filter context. More... | |
Functions | |
| void | shibsp::registerMatchFunctors () |
| Registers MatchFunctor classes into the runtime. | |
Variables | |
| xmltooling::QName | shibsp::AnyMatchFunctorType |
| Always evaluates to true. | |
| xmltooling::QName | shibsp::AndMatchFunctorType |
| Conjunction MatchFunctor. | |
| xmltooling::QName | shibsp::OrMatchFunctorType |
| Disjunction MatchFunctor. | |
| xmltooling::QName | shibsp::NotMatchFunctorType |
| Negating MatchFunctor. | |
| xmltooling::QName | shibsp::AttributeIssuerStringType |
| Matches the issuing entity's name. | |
| xmltooling::QName | shibsp::AttributeRequesterStringType |
| Matches the requesting entity's name. | |
| xmltooling::QName | shibsp::AuthenticationMethodStringType |
| Matches the principal's authentication method/class or context reference. | |
| xmltooling::QName | shibsp::AttributeValueStringType |
| Matches an attribute's string value. | |
| xmltooling::QName | shibsp::AttributeScopeStringType |
| Matches an attribute's "scope". | |
| xmltooling::QName | shibsp::AttributeIssuerRegexType |
| Matches the issuing entity's name. | |
| xmltooling::QName | shibsp::AttributeRequesterRegexType |
| Matches the requesting entity's name. | |
| xmltooling::QName | shibsp::AuthenticationMethodRegexType |
| Matches the principal's authentication method/class or context reference. | |
| xmltooling::QName | shibsp::AttributeValueRegexType |
| Matches an attribute's string value. | |
| xmltooling::QName | shibsp::AttributeScopeRegexType |
| Matches an attribute's "scope". | |
| xmltooling::QName | shibsp::NumberOfAttributeValuesType |
| Matches based on the number of values. | |
| xmltooling::QName | shibsp::AttributeIssuerInEntityGroupType |
| Matches based on metadata groups of issuer. | |
| xmltooling::QName | shibsp::AttributeRequesterInEntityGroupType |
| Matches based on metadata groups of requester. | |
| xmltooling::QName | shibsp::AttributeIssuerEntityAttributeExactMatchType |
| Matches based on entity attributes of issuer. | |
| xmltooling::QName | shibsp::AttributeRequesterEntityAttributeExactMatchType |
| Matches based on entity attributes of requester. | |
| xmltooling::QName | shibsp::AttributeIssuerEntityAttributeRegexMatchType |
| Matches based on entity attributes of issuer and a regex. | |
| xmltooling::QName | shibsp::AttributeRequesterEntityAttributeRegexMatchType |
| Matches based on entity attributes of requester and a regex. | |
| xmltooling::QName | shibsp::AttributeIssuerEntityMatcherType |
| Matches based on issuer and pluggable criteria. | |
| xmltooling::QName | shibsp::AttributeRequesterEntityMatcherType |
| Matches based on requester and pluggable criteria. | |
| xmltooling::QName | shibsp::AttributeScopeMatchesShibMDScopeType |
| Matches based on metadata Scope extensions. | |
| xmltooling::QName | shibsp::NameIDQualifierStringType |
| Matches based on NameID NameQualifiers. | |
1.4.7