|
void | registerAccessControls () |
| Registers AccessControl classes into the runtime.
|
|
void | registerAttributeFactories () |
| Registers built-in Attribute types into the runtime.
|
|
void | registerAttributeDecoders () |
| Registers built-in AttributeDecoders into the runtime.
|
|
void | registerAttributeFilters () |
| Registers AttributeFilter classes into the runtime.
|
|
void | registerMatchFunctors () |
| Registers MatchFunctor classes into the runtime.
|
|
void | registerAttributeExtractors () |
| Registers AttributeExtractor classes into the runtime.
|
|
void | registerAttributeResolvers () |
| Registers AttributeResolver classes into the runtime.
|
|
void | registerProtocolProviders () |
| Registers ProtocolProvider classes into the runtime.
|
|
| DECL_XMLTOOLING_EXCEPTION (AttributeException,, shibsp, xmltooling::XMLToolingException, Exceptions during attribute processing.) |
|
| DECL_XMLTOOLING_EXCEPTION (AttributeExtractionException,, shibsp, shibsp::AttributeException, Exceptions during attribute extraction.) |
|
| DECL_XMLTOOLING_EXCEPTION (AttributeFilteringException,, shibsp, shibsp::AttributeException, Exceptions during attribute filtering.) |
|
| DECL_XMLTOOLING_EXCEPTION (AttributeResolutionException,, shibsp, shibsp::AttributeException, Exceptions during attribute resolution.) |
|
| DECL_XMLTOOLING_EXCEPTION (ConfigurationException,, shibsp, xmltooling::XMLToolingException, Exceptions during configuration.) |
|
| DECL_XMLTOOLING_EXCEPTION (ListenerException,, shibsp, xmltooling::XMLToolingException, Exceptions during inter-process communication.) |
|
void | registerHandlers () |
| Registers Handler implementations.
|
|
void | registerLogoutInitiators () |
| Registers LogoutInitiator implementations.
|
|
void | registerSessionInitiators () |
| Registers SessionInitiator implementations.
|
|
| BEGIN_XMLOBJECT (, Scope, xmltooling::XMLObject, Scope element) |
|
| DECL_BOOLEAN_ATTRIB (Regexp, REGEXP, false) |
|
| DECL_SIMPLE_CONTENT (Value) |
|
| BEGIN_XMLOBJECT (, KeyAuthority, xmltooling::AttributeExtensibleXMLObject, KeyAuthority element) |
|
| DECL_INTEGER_ATTRIB (VerifyDepth, VERIFYDEPTH) |
|
| DECL_TYPED_FOREIGN_CHILDREN (KeyInfo, xmlsignature) |
|
| DECL_XMLOBJECTBUILDER (, Scope, shibspconstants::SHIBMD_NS, shibspconstants::SHIBMD_PREFIX) |
|
| DECL_XMLOBJECTBUILDER (, KeyAuthority, shibspconstants::SHIBMD_NS, shibspconstants::SHIBMD_PREFIX) |
|
void | registerMetadataExtClasses () |
| Registers builders and validators for Shibboleth metadata extension classes into the runtime.
|
|
std::ostream & | operator<< (std::ostream &os, const DDF &obj) |
| Serializes a DDF object to a stream.
|
|
std::istream & | operator>> (std::istream &is, DDF &obj) |
| Reconstitutes a DDF object from a stream.
|
|
void | registerListenerServices () |
| Registers ListenerService classes into the runtime.
|
|
void | registerRequestMappers () |
| Registers RequestMapper classes into the runtime.
|
|
void | registerPKIXTrustEngine () |
| Registers trust engine plugin.
|
|
void | registerSecurityPolicyProviders () |
| Registers SecurityPolicyProvider classes into the runtime.
|
|
void | registerServiceProviders () |
| Registers ServiceProvider classes into the runtime.
|
|
void | registerSessionCaches () |
| Registers SessionCache classes into the runtime.
|
|
void | registerEvents () |
| Registers Event classes into the runtime.
|
|
|
xmltooling::QName | StringAttributeDecoderType |
| Decodes into a SimpleAttribute.
|
|
xmltooling::QName | ScopedAttributeDecoderType |
| Decodes scoped and NameID attributes into a ScopedAttribute.
|
|
xmltooling::QName | NameIDAttributeDecoderType |
| Decodes NameID information into a NameIDAttribute.
|
|
xmltooling::QName | NameIDFromScopedAttributeDecoderType |
| Decodes scoped attributes into a NameIDAttribute.
|
|
xmltooling::QName | KeyInfoAttributeDecoderType |
| Decodes KeyInfo information into a SimpleAttribute.
|
|
xmltooling::QName | DOMAttributeDecoderType |
| Decodes arbitrary DOM information into an ExtensibleAttribute.
|
|
xmltooling::QName | XMLAttributeDecoderType |
| Decodes arbitrary XML into an XMLAttribute.
|
|
xmltooling::QName | Base64AttributeDecoderType |
| Decodes base64-encoded data into a SimpleAttribute.
|
|
xmltooling::QName | AnyMatchFunctorType |
| Always evaluates to true.
|
|
xmltooling::QName | AndMatchFunctorType |
| Conjunction MatchFunctor.
|
|
xmltooling::QName | OrMatchFunctorType |
| Disjunction MatchFunctor.
|
|
xmltooling::QName | NotMatchFunctorType |
| Negating MatchFunctor.
|
|
xmltooling::QName | AttributeIssuerStringType |
| Matches the issuing entity's name.
|
|
xmltooling::QName | AttributeRequesterStringType |
| Matches the requesting entity's name.
|
|
xmltooling::QName | AuthenticationMethodStringType |
| Matches the principal's authentication method/class or context reference.
|
|
xmltooling::QName | AttributeValueStringType |
| Matches an attribute's string value.
|
|
xmltooling::QName | AttributeScopeStringType |
| Matches an attribute's "scope".
|
|
xmltooling::QName | AttributeIssuerRegexType |
| Matches the issuing entity's name.
|
|
xmltooling::QName | AttributeRequesterRegexType |
| Matches the requesting entity's name.
|
|
xmltooling::QName | AuthenticationMethodRegexType |
| Matches the principal's authentication method/class or context reference.
|
|
xmltooling::QName | AttributeValueRegexType |
| Matches an attribute's string value.
|
|
xmltooling::QName | AttributeScopeRegexType |
| Matches an attribute's "scope".
|
|
xmltooling::QName | NumberOfAttributeValuesType |
| Matches based on the number of values.
|
|
xmltooling::QName | AttributeIssuerInEntityGroupType |
| Matches based on metadata groups of issuer.
|
|
xmltooling::QName | AttributeRequesterInEntityGroupType |
| Matches based on metadata groups of requester.
|
|
xmltooling::QName | AttributeIssuerEntityAttributeExactMatchType |
| Matches based on entity attributes of issuer.
|
|
xmltooling::QName | AttributeRequesterEntityAttributeExactMatchType |
| Matches based on entity attributes of requester.
|
|
xmltooling::QName | AttributeIssuerEntityAttributeRegexMatchType |
| Matches based on entity attributes of issuer and a regex.
|
|
xmltooling::QName | AttributeRequesterEntityAttributeRegexMatchType |
| Matches based on entity attributes of requester and a regex.
|
|
xmltooling::QName | AttributeIssuerNameIDFormatType |
| Matches based on NameIDFormats of issuer.
|
|
xmltooling::QName | AttributeRequesterNameIDFormatType |
| Matches based on NameIDFormats of requester.
|
|
xmltooling::QName | AttributeIssuerEntityMatcherType |
| Matches based on issuer and pluggable criteria.
|
|
xmltooling::QName | AttributeRequesterEntityMatcherType |
| Matches based on requester and pluggable criteria.
|
|
xmltooling::QName | AttributeScopeMatchesShibMDScopeType |
| Matches scope based on metadata Scope extensions.
|
|
xmltooling::QName | AttributeValueMatchesShibMDScopeType |
| Matches value based on metadata Scope extensions.
|
|
xmltooling::QName | NameIDQualifierStringType |
| Matches based on NameID NameQualifiers.
|
|
xmltooling::QName | AttributeIssuerRegistrationAuthorityType |
| Matches based on RegistrationAuthority extension in issuer's metadata.
|
|
xmltooling::QName | RegistrationAuthorityType |
| Matches based on RegistrationAuthority extension in requester's metadata.
|
|
class SHIBSP_DLLLOCAL | XMLConfig |
|
| END_XMLOBJECT |
|
Shibboleth Service Provider Library.