- AbstractMetadataDelegate - Class in org.springframework.security.saml.metadata
-
Class wraps an existing provider and delegates all method calls to it.
- AbstractMetadataDelegate(MetadataProvider) - Constructor for class org.springframework.security.saml.metadata.AbstractMetadataDelegate
-
Default constructor assigning the delegate.
- AbstractProfileBase - Class in org.springframework.security.saml.websso
-
Base superclass for classes implementing processing of SAML messages.
- AbstractProfileBase() - Constructor for class org.springframework.security.saml.websso.AbstractProfileBase
-
- AbstractProfileBase(SAMLProcessor, MetadataManager) - Constructor for class org.springframework.security.saml.websso.AbstractProfileBase
-
- addMetadataProvider(MetadataProvider) - Method in class org.springframework.security.saml.metadata.MetadataManager
-
Adds a new metadata provider to the managed list.
- addParameter(String, String) - Method in class org.opensaml.ws.transport.http.HttpClientOutTransport
-
- afterPropertiesSet() - Method in class org.springframework.security.saml.context.SAMLContextProviderImpl
-
Verifies that required entities were autowired or set and initializes resolvers used to construct trust engines.
- afterPropertiesSet() - Method in class org.springframework.security.saml.context.SAMLContextProviderLB
-
Verifies that required entities were autowired or set and initializes resolvers used to construct trust engines.
- afterPropertiesSet() - Method in class org.springframework.security.saml.metadata.MetadataDisplayFilter
-
Verifies that required entities were autowired or set.
- afterPropertiesSet() - Method in class org.springframework.security.saml.metadata.MetadataGeneratorFilter
-
Verifies that required entities were autowired or set.
- afterPropertiesSet() - Method in class org.springframework.security.saml.metadata.MetadataManager
-
Method must be called after provider construction.
- afterPropertiesSet() - Method in class org.springframework.security.saml.SAMLAuthenticationProvider
-
Verifies that required entities were autowired or set.
- afterPropertiesSet() - Method in class org.springframework.security.saml.SAMLDiscovery
-
Verifies that required entities were autowired or set.
- afterPropertiesSet() - Method in class org.springframework.security.saml.SAMLEntryPoint
-
Verifies that required entities were autowired or set.
- afterPropertiesSet() - Method in class org.springframework.security.saml.SAMLLogoutFilter
-
Verifies that required entities were autowired or set.
- afterPropertiesSet() - Method in class org.springframework.security.saml.SAMLLogoutProcessingFilter
-
Verifies that required entities were autowired or set.
- afterPropertiesSet() - Method in class org.springframework.security.saml.SAMLProcessingFilter
-
Verifies that required entities were autowired or set.
- afterPropertiesSet() - Method in class org.springframework.security.saml.trust.httpclient.TLSProtocolConfigurer
-
Initializes the socket factory and registers it to the HTTP Client's protocol registry.
- afterPropertiesSet() - Method in class org.springframework.security.saml.websso.AbstractProfileBase
-
- AllowAllSignatureTrustEngine - Class in org.springframework.security.saml.trust
-
Special type of trust engine which always trusts the credential and thus skips the verification.
- AllowAllSignatureTrustEngine(KeyInfoCredentialResolver) - Constructor for class org.springframework.security.saml.trust.AllowAllSignatureTrustEngine
-
- artifactMap - Variable in class org.springframework.security.saml.websso.AbstractProfileBase
-
- ArtifactResolutionProfile - Interface in org.springframework.security.saml.websso
-
Implementations must load referenced artifact using SAML artifact resolution protocol.
- ArtifactResolutionProfileBase - Class in org.springframework.security.saml.websso
-
Base implementation of the artifactResolution profile.
- ArtifactResolutionProfileBase() - Constructor for class org.springframework.security.saml.websso.ArtifactResolutionProfileBase
-
- ArtifactResolutionProfileImpl - Class in org.springframework.security.saml.websso
-
Implementation of the artifact resolution protocol which uses Apache HTTPClient for SOAP binding transport.
- ArtifactResolutionProfileImpl(HttpClient) - Constructor for class org.springframework.security.saml.websso.ArtifactResolutionProfileImpl
-
- attemptAuthentication(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.security.saml.SAMLProcessingFilter
-
In case the login attribute is not present it is presumed that the call is made from the remote IDP
and contains a SAML assertion which is processed and authenticated.
- AUTH_N_REQUEST - Static variable in class org.springframework.security.saml.SAMLConstants
-
- AUTH_N_RESPONSE - Static variable in class org.springframework.security.saml.SAMLConstants
-
- authenticate(Authentication) - Method in class org.springframework.security.saml.SAMLAuthenticationProvider
-
Attempts to perform authentication of an Authentication object.