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