All Classes and Interfaces

Class
Description
Configuration support for SAML 1.x artifact resolution profile.
Configuration support for SAML 2.0 artifact resolution profile.
A function that returns SAMLAssertionProducingProfileConfiguration.getAssertionAudiences(ProfileRequestContext) if such a profile is available from a RelyingPartyContext obtained via a lookup function, by default a child of the ProfileRequestContext.
A function that returns SAMLAssertionProducingProfileConfiguration.getAssertionLifetime(ProfileRequestContext) if such a profile is available from a RelyingPartyContext obtained via a lookup function, by default a child of the ProfileRequestContext.
Configuration support for SAML 1.x attribute query profile.
Configuration support for SAML 2.0 attribute query profile.
A function that returns the effective audience restrictions to include in assertions, based on combining a relying party's entityID with the result of SAMLAssertionProducingProfileConfiguration.getAssertionAudiences(ProfileRequestContext), if such a profile is available from a RelyingPartyContext obtained via a lookup function, by default a child of the ProfileRequestContext.
Concrete class for outbound SAML artifact configuration.
Subclass that adds awareness of a Spring bean ID for a binding's MessageEncoder.
Configuration for SAML 1.x Browser SSO profile.
Configuration for SAML 2.0 Browser SSO profile.
A predicate that evaluates a ProfileRequestContext and extracts the effective setting of BrowserSSOProfileConfiguration.isCheckAddress(ProfileRequestContext).
Configuration support for SAML 2.0 ECP profile.
Predicate that decides whether to ignore a request signature.
Extended version of EntityAttributes-driven predicate that uses an optimization to check for mapped attributes in an AttributesMapContainer structure.
A function that returns BrowserSSOProfileConfiguration.getMaximumTimeSinceAuthn(ProfileRequestContext) if such a profile is available from a RelyingPartyContext obtained via a lookup function, by default a child of the ProfileRequestContext.
A function that returns SAMLProfileConfiguration.getMessageHandler(MessageContext) if such a profile is available from a RelyingPartyContext obtained via a lookup function, by default a child of the ProfileRequestContext.
A predicate that returns SAMLAssertionProducingProfileConfiguration.isIncludeConditionsNotBefore(ProfileRequestContext) if such a profile is available from a RelyingPartyContext obtained via a lookup function, by default a child of the ProfileRequestContext.
A function that returns the allowable proxy count based on the result of BrowserSSOProfileConfiguration.getProxyCount(ProfileRequestContext), if such a profile is available from a RelyingPartyContext obtained via a lookup function, by default a child of the ProfileRequestContext.
A function that returns the NameID Formats whose NameQualifier attributes should allow for defaulting based on the result of SingleLogoutProfileConfiguration.getQualifiedNameIDFormats(ProfileRequestContext) if such a profile is available from a RelyingPartyContext obtained via a lookup function, by default a child of the ProfileRequestContext.
Support functions for building RelyingPartyConfiguration objects with SAML-aware activation conditions.
Interface for SAML 2.0 profiles that produce assertions.
Base interface for SAML 2 profile configurations.
Common interface for SAML profile configurations involving artifact production.
Interface for outbound SAML artifact configuration.
Common interface for SAML profile configurations involving artifact consumption, for example artifact resolution requests.
Interface for configuration of SAML profiles that consume assertions.
Interface for SAML profiles that produce assertions.
A function to access a SAMLMetadataContext underlying a RelyingPartyContext located via a lookup function.
A function to access a SAMLMetadataContext underlying a RelyingPartyContext located via a lookup function, by default a child of the profile request context.
Common interface for SAML profile configurations.
A predicate implementation that forwards to profile configuration lookup or follows SPSSODescriptor.getWantAssertionsSigned() if so configured.
A predicate implementation that forwards to SAMLProfileConfiguration.isSignRequests(ProfileRequestContext) or follows IDPSSODescriptor.getWantAuthnRequestsSigned() if so configured.
A predicate implementation that forwards to SAMLProfileConfiguration.isSignResponses(ProfileRequestContext).
A predicate implementation that forwards to SingleLogoutProfileConfiguration.isSignSOAPRequests(MessageContext).
Configuration support for SAML 2 Single Logout.