Skip navigation links
Spring Security SAML
A B C D E F G H I J K L M N O P R S T U V W X 

G

generateExtendedMetadata() - Method in class org.springframework.security.saml.metadata.MetadataGenerator
Generates extended metadata.
generateID() - Method in class org.springframework.security.saml.websso.AbstractProfileBase
Generates random ID to be used as Request/Response ID.
generateKeyInfoForCredential(Credential) - Method in class org.springframework.security.saml.metadata.MetadataGenerator
 
generateMetadata() - Method in class org.springframework.security.saml.metadata.MetadataGenerator
 
generator - Variable in class org.springframework.security.saml.metadata.MetadataGeneratorFilter
Class capable of generating new metadata.
getAcceptedIssuers() - Method in class org.springframework.security.saml.trust.X509TrustManager
 
getActualReceiverEndpointURI(SAMLMessageContext) - Method in class org.opensaml.saml2.binding.decoding.HTTPSOAP11DecoderImpl
 
getAdditionalData() - Method in class org.springframework.security.saml.SAMLCredential
Custom data created by profile customization
getAlias() - Method in class org.springframework.security.saml.metadata.ExtendedMetadata
Returns alias.
getAllMessages() - Method in class org.springframework.security.saml.storage.HttpSessionStorage
 
getAllowedIDPs() - Method in class org.springframework.security.saml.websso.WebSSOProfileOptions
 
getArtifactResolutionService(IDPSSODescriptor, int) - Static method in class org.springframework.security.saml.util.SAMLUtil
 
getArtifactResponse(String, SAMLMessageContext) - Method in class org.springframework.security.saml.websso.ArtifactResolutionProfileBase
Method is expected to send ArtifactRequest to the artifactResolution service and store the ArtifactResponse.
getArtifactResponse(String, SAMLMessageContext) - Method in class org.springframework.security.saml.websso.ArtifactResolutionProfileImpl
Uses HTTPClient to send and retrieve ArtifactMessages.
getAssertionConsumerIndex() - Method in class org.springframework.security.saml.metadata.MetadataGenerator
 
getAssertionConsumerIndex() - Method in class org.springframework.security.saml.websso.WebSSOProfileOptions
 
getAssertionConsumerService(String, String, boolean, int, String, String) - Method in class org.springframework.security.saml.metadata.MetadataGenerator
 
getAssertionConsumerService(WebSSOProfileOptions, IDPSSODescriptor, SPSSODescriptor) - Method in class org.springframework.security.saml.websso.WebSSOProfileImpl
Determines endpoint where should the identity provider return the SAML message.
getAttribute(String) - Method in class org.opensaml.ws.transport.http.HttpClientInTransport
 
getAttribute(String) - Method in class org.opensaml.ws.transport.http.HttpClientOutTransport
 
getAttribute(String) - Method in class org.springframework.security.saml.SAMLCredential
Method searches for the first occurrence of the attribute with given name and returns it.
getAttributeAsString(String) - Method in class org.springframework.security.saml.SAMLCredential
Method searches for the first occurrence of the Attribute with given name.
getAttributeAsStringArray(String) - Method in class org.springframework.security.saml.SAMLCredential
Method searches for the first occurrence of the Attribute with given name.
getAttributes() - Method in class org.springframework.security.saml.SAMLCredential
Unmodifiable list of all attributes loaded from the assertions received during SSO.
getAuthenticationAssertion() - Method in class org.springframework.security.saml.SAMLCredential
Assertion issued by IDP as part of the authentication process.
getAuthnContextComparison() - Method in class org.springframework.security.saml.websso.WebSSOProfileOptions
 
getAuthnContexts() - Method in class org.springframework.security.saml.websso.WebSSOProfileOptions
 
getAuthnRequest(SAMLMessageContext, WebSSOProfileOptions, AssertionConsumerService, SingleSignOnService) - Method in class org.springframework.security.saml.websso.WebSSOProfileImpl
Returns AuthnRequest SAML message to be used to demand authentication from an IDP described using idpEntityDescriptor, with an expected response to the assertionConsumer address.
getAvailableCredentials() - Method in class org.springframework.security.saml.key.EmptyKeyManager
 
getAvailableCredentials() - Method in class org.springframework.security.saml.key.JKSKeyManager
 
getAvailableCredentials() - Method in interface org.springframework.security.saml.key.KeyManager
Method provides list of all credentials available in the storage.
getAvailableProviders() - Method in class org.springframework.security.saml.metadata.MetadataManager
Method provides list of all available providers.
getBase64EncodeCertificates(KeyInfo) - Static method in class org.springframework.security.saml.util.SAMLUtil
Parses list of all Base64 encoded certificates found inside the KeyInfo element.
getBase64EncodedCertificates(X509Data) - Static method in class org.springframework.security.saml.util.SAMLUtil
Parses list of Base64 encoded certificates present in the X509Data element.
getBinding(InTransport) - Method in class org.springframework.security.saml.processor.SAMLProcessorImpl
Analyzes the transport object and returns the first binding capable of sending/extracting a SAML message from to/from it.
getBinding(Endpoint) - Method in class org.springframework.security.saml.processor.SAMLProcessorImpl
Determines binding to be used for the given endpoint.
getBinding(String) - Method in class org.springframework.security.saml.processor.SAMLProcessorImpl
Finds binding with the given name.
getBinding() - Method in class org.springframework.security.saml.websso.WebSSOProfileOptions
 
getBindingForEndpoint(Endpoint) - Static method in class org.springframework.security.saml.util.SAMLUtil
Method determines binding supported by the given endpoint.
getBindingsHoKSSO() - Method in class org.springframework.security.saml.metadata.MetadataGenerator
 
getBindingsSLO() - Method in class org.springframework.security.saml.metadata.MetadataGenerator
 
getBindingsSSO() - Method in class org.springframework.security.saml.metadata.MetadataGenerator
 
getBindingURI() - Method in class org.opensaml.liberty.binding.encoding.HTTPPAOS11Encoder
 
getBindingURI() - Method in class org.opensaml.saml2.binding.decoding.HTTPArtifactDecoderImpl
 
getBindingURI() - Method in class org.springframework.security.saml.processor.HTTPArtifactBinding
 
getBindingURI() - Method in class org.springframework.security.saml.processor.HTTPPAOS11Binding
 
getBindingURI() - Method in class org.springframework.security.saml.processor.HTTPPostBinding
 
getBindingURI() - Method in class org.springframework.security.saml.processor.HTTPRedirectDeflateBinding
 
getBindingURI() - Method in class org.springframework.security.saml.processor.HTTPSOAP11Binding
 
getBindingURI() - Method in interface org.springframework.security.saml.processor.SAMLBinding
Binding identifier.
getCertificate(String) - Method in class org.springframework.security.saml.key.EmptyKeyManager
 
getCertificate(String) - Method in class org.springframework.security.saml.key.JKSKeyManager
Returns certificate with the given alias from the keystore.
getCertificate(String) - Method in interface org.springframework.security.saml.key.KeyManager
Returns certificate with the given alias from the keystore.
getCertificateChain(String) - Method in class org.springframework.security.saml.trust.X509KeyManager
 
getCharacterEncoding() - Method in class org.opensaml.ws.transport.http.HttpClientInTransport
 
getCharacterEncoding() - Method in class org.opensaml.ws.transport.http.HttpClientOutTransport
 
getClientAliases(String, Principal[]) - Method in class org.springframework.security.saml.trust.X509KeyManager
 
getConsumerService(SPSSODescriptor, Integer) - Static method in class org.springframework.security.saml.util.SAMLUtil
Loads the assertionConsumerIndex designated by the index.
getContentLength() - Method in class org.opensaml.ws.transport.http.httpclient.OutputStreamRequestEntity
 
getContentType() - Method in class org.opensaml.ws.transport.http.httpclient.OutputStreamRequestEntity
 
getCredential(String) - Method in class org.springframework.security.saml.key.EmptyKeyManager
 
getCredential(String) - Method in class org.springframework.security.saml.key.JKSKeyManager
Returns Credential object used to sign the messages issued by this entity.
getCredential(String) - Method in interface org.springframework.security.saml.key.KeyManager
Returns Credential object used to sign the messages issued by this entity.
getCredentials() - Method in class org.springframework.security.saml.SAMLAuthenticationToken
Returns the stored SAML context
getDefaultBaseURL(HttpServletRequest) - Method in class org.springframework.security.saml.metadata.MetadataGeneratorFilter
 
getDefaultCredential() - Method in class org.springframework.security.saml.key.EmptyKeyManager
 
getDefaultCredential() - Method in class org.springframework.security.saml.key.JKSKeyManager
Returns Credential object used to sign the messages issued by this entity.
getDefaultCredential() - Method in interface org.springframework.security.saml.key.KeyManager
Returns Credential object used to sign the messages issued by this entity.
getDefaultCredentialName() - Method in class org.springframework.security.saml.key.EmptyKeyManager
 
getDefaultCredentialName() - Method in class org.springframework.security.saml.key.JKSKeyManager
 
getDefaultCredentialName() - Method in interface org.springframework.security.saml.key.KeyManager
Method provides name of the credential which should be used by default when no other is specified.
getDefaultEntityID(String, String) - Method in class org.springframework.security.saml.metadata.MetadataGeneratorFilter
 
getDefaultExtendedMetadata() - Method in class org.springframework.security.saml.metadata.MetadataManager
 
getDefaultIDP() - Method in class org.springframework.security.saml.metadata.MetadataManager
Returns entity ID of the IDP to be used by default.
getDefaultLocalEntityId(SAMLMessageContext, String) - Method in class org.springframework.security.saml.context.SAMLContextProviderImpl
Returns localEntityId to be populated for the context in case alias is missing from the path
getDefaultLocalEntityRole(SAMLMessageContext, String) - Method in class org.springframework.security.saml.context.SAMLContextProviderImpl
Returns localEntityRole to be populated for the context in case alias is missing from the path
getDefaultReturnURL(SAMLMessageContext) - Method in class org.springframework.security.saml.SAMLDiscovery
Provides default return URL based on metadata in case none was supplied in the request.
getDelegate() - Method in class org.springframework.security.saml.metadata.AbstractMetadataDelegate
 
getDigestMethodAlgorithm() - Method in class org.springframework.security.saml.metadata.ExtendedMetadata
Returns digest method algorithm value
getDiscoveryResponseURL(String, String) - Method in class org.springframework.security.saml.metadata.MetadataGenerator
Provides set discovery response url or generates a default when none was provided.
getDiscoveryService(String, String, int) - Method in class org.springframework.security.saml.metadata.MetadataGenerator
 
getDiscoveryURL(String, String) - Method in class org.springframework.security.saml.metadata.MetadataGenerator
Provides set discovery request url or generates a default when none was provided.
getECPRequest(SAMLMessageContext, WebSSOProfileOptions) - Method in class org.springframework.security.saml.websso.WebSSOProfileECPImpl
 
getEncryptionKey() - Method in class org.springframework.security.saml.metadata.ExtendedMetadata
Encryption key used for encrypting messages send to the remote entity or decrypting data sent to the local one.
getEncryptionKey() - Method in class org.springframework.security.saml.metadata.MetadataGenerator
Provides key used for encryption from extended metadata.
getEndpoint(List<T>, String, InTransport) - Static method in class org.springframework.security.saml.util.SAMLUtil
Method helps to identify which endpoint is used to process the current message.
getEndpoint(List<T>, String, InTransport, URIComparator) - Static method in class org.springframework.security.saml.util.SAMLUtil
Method helps to identify which endpoint is used to process the current message.
getEndpointBinding(Endpoint) - Method in class org.springframework.security.saml.websso.AbstractProfileBase
Method is expected to return binding used to transfer messages to this endpoint.
getEngine() - Static method in class org.springframework.security.saml.util.VelocityFactory
 
getEntitiesDescriptor(String) - Method in class org.springframework.security.saml.metadata.AbstractMetadataDelegate
 
getEntitlements(SAMLCredential, Object) - Method in class org.springframework.security.saml.SAMLAuthenticationProvider
Method is responsible for returning collection of users entitlements.
getEntityAlias() - Method in class org.springframework.security.saml.metadata.MetadataGenerator
Provides entity alias from extended metadata, or null when metadata isn't specified or contains null.
getEntityBaseURL() - Method in class org.springframework.security.saml.metadata.MetadataGenerator
 
getEntityDescriptor(String) - Method in class org.springframework.security.saml.metadata.AbstractMetadataDelegate
 
getEntityDescriptor(String) - Method in class org.springframework.security.saml.metadata.CachingMetadataManager
In case entity exists in the cache it is returned, otherwise mechanism from the super class is used to locate it.
getEntityDescriptor(byte[]) - Method in class org.springframework.security.saml.metadata.CachingMetadataManager
Locates entity descriptor whose entityId SHA-1 hash equals the one in the parameter.
getEntityDescriptor(byte[]) - Method in class org.springframework.security.saml.metadata.MetadataManager
Locates entity descriptor whose entityId SHA-1 hash equals the one in the parameter.
getEntityId() - Method in class org.springframework.security.saml.metadata.MetadataGenerator
 
getEntityIdForAlias(String) - Method in class org.springframework.security.saml.metadata.CachingMetadataManager
Locates name of the entity for the given alias.
getEntityIdForAlias(String) - Method in class org.springframework.security.saml.metadata.MetadataManager
Tries to load entityId for entity with the given alias.
getEnvelope() - Method in class org.springframework.security.saml.websso.WebSSOProfileECPImpl
 
getExpirationDate(SAMLCredential) - Method in class org.springframework.security.saml.SAMLAuthenticationProvider
Parses the SAMLCredential for expiration time.
getExtendedMetadata(String) - Method in class org.springframework.security.saml.metadata.CachingMetadataManager
In case entity exists in the cache it is returned, otherwise mechanism from the super class is used to locate it.
getExtendedMetadata(String) - Method in class org.springframework.security.saml.metadata.ExtendedMetadataDelegate
Tries to load extended metadata for the given entity.
getExtendedMetadata(String) - Method in interface org.springframework.security.saml.metadata.ExtendedMetadataProvider
Implementation should try to localize additional metadata for the given entity.
getExtendedMetadata() - Method in class org.springframework.security.saml.metadata.MetadataGenerator
Extended metadata which contains details on configuration of the generated service provider metadata.
getExtendedMetadata(String) - Method in class org.springframework.security.saml.metadata.MetadataManager
Tries to locate ExtendedMetadata by trying one provider after another.
getFilterProcessesUrl() - Method in class org.springframework.security.saml.metadata.MetadataDisplayFilter
 
getFilterProcessesUrl() - Method in class org.springframework.security.saml.SAMLDiscovery
 
getFilterProcessesUrl() - Method in class org.springframework.security.saml.SAMLEntryPoint
 
getFilterProcessesUrl() - Method in class org.springframework.security.saml.SAMLLogoutFilter
Gets the URL used to determine if this Filter is invoked
getFilterProcessesUrl() - Method in class org.springframework.security.saml.SAMLLogoutProcessingFilter
Gets the URL used to determine if this Filter is invoked
getFilterProcessesUrl() - Method in class org.springframework.security.saml.SAMLProcessingFilter
Gets the URL used to determine if this Filter is invoked
getForceAuthN() - Method in class org.springframework.security.saml.websso.WebSSOProfileOptions
 
getHeaderValue(String) - Method in class org.opensaml.ws.transport.http.HttpClientInTransport
 
getHeaderValue(String) - Method in class org.opensaml.ws.transport.http.HttpClientOutTransport
 
getHoKAssertionConsumerService(String, String, boolean, int, String, String) - Method in class org.springframework.security.saml.metadata.MetadataGenerator
 
getHostConfiguration(URI, SAMLMessageContext) - Method in class org.springframework.security.saml.websso.ArtifactResolutionProfileImpl
Method is expected to determine hostConfiguration used to send request to the server by back-channel.
getHostedSPName() - Method in class org.springframework.security.saml.metadata.MetadataManager
The method returns name of SP running this application.
getHostnameVerifier(String) - Static method in class org.springframework.security.saml.util.SAMLUtil
Populates hostname verifier of the given type.
getHTTPMethod() - Method in class org.opensaml.ws.transport.http.HttpClientInTransport
 
getHTTPMethod() - Method in class org.opensaml.ws.transport.http.HttpClientOutTransport
 
getId() - Method in class org.springframework.security.saml.metadata.MetadataGenerator
 
getIDPDescriptor(MetadataManager, String) - Static method in class org.springframework.security.saml.util.SAMLUtil
Loads IDP descriptor for entity with the given entityID.
getIdpDiscoveryResponseURL() - Method in class org.springframework.security.saml.metadata.ExtendedMetadata
 
getIdpDiscoveryURL() - Method in class org.springframework.security.saml.metadata.ExtendedMetadata
 
getIDPEntityNames() - Method in class org.springframework.security.saml.metadata.MetadataManager
Returns set of names of all IDPs available in the metadata
getIdpSelectionPath() - Method in class org.springframework.security.saml.SAMLDiscovery
Path used to forward request in order to enable target IDP selection
getIDPSSODescriptor(EntityDescriptor) - Static method in class org.springframework.security.saml.util.SAMLUtil
 
getInboundSAMLBinding() - Method in class org.springframework.security.saml.context.SAMLMessageContext
Binding used to deliver the current message.
getIncomingStream() - Method in class org.opensaml.ws.transport.http.HttpClientInTransport
 
getIssuer(String) - Method in class org.springframework.security.saml.websso.AbstractProfileBase
 
getKeyDescriptor(UsageType, KeyInfo) - Method in class org.springframework.security.saml.metadata.MetadataGenerator
 
getKeyInfoGeneratorName() - Method in class org.springframework.security.saml.metadata.ExtendedMetadata
Name of the KeyInfoGenerator registered at default KeyInfoGeneratorManager.
getKeyInfoResolver() - Method in class org.springframework.security.saml.trust.AllowAllSignatureTrustEngine
 
getKeyStore() - Method in class org.springframework.security.saml.key.JKSKeyManager
 
getLocalAddress() - Method in class org.opensaml.ws.transport.http.HttpClientInTransport
 
getLocalAddress() - Method in interface org.opensaml.ws.transport.http.LocationAwareInTransport
 
getLocalAndPeerEntity(HttpServletRequest, HttpServletResponse) - Method in interface org.springframework.security.saml.context.SAMLContextProvider
Creates a SAMLContext with local entity and peer values filled.
getLocalAndPeerEntity(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.security.saml.context.SAMLContextProviderImpl
Creates a SAMLContext with local entity and peer values filled.
getLocalCredential() - Method in class org.opensaml.ws.transport.http.HttpClientInTransport
 
getLocalCredential() - Method in class org.opensaml.ws.transport.http.HttpClientOutTransport
 
getLocalDecrypter() - Method in class org.springframework.security.saml.context.SAMLMessageContext
Object capable of decrypting data signed for this entity.
getLocalEntity(HttpServletRequest, HttpServletResponse) - Method in interface org.springframework.security.saml.context.SAMLContextProvider
Creates a SAMLContext with local entity values filled.
getLocalEntity(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.security.saml.context.SAMLContextProviderImpl
Creates a SAMLContext with local entity values filled.
getLocalEntityEndpoint() - Method in class org.springframework.security.saml.context.SAMLMessageContext
Endpoint the incoming message (if any) was received at.
getLocalEntityID() - Method in class org.springframework.security.saml.SAMLCredential
Entity ID of the local actor.
getLocalExtendedMetadata() - Method in class org.springframework.security.saml.context.SAMLMessageContext
Extended metadata of the local entity
getLocalSigningCredential() - Method in class org.springframework.security.saml.context.SAMLMessageContext
Credential used to sign messages sent from this entity.
getLocalSSLCredential() - Method in class org.springframework.security.saml.context.SAMLMessageContext
Credential used to authenticate this instance against peers using SSL/TLS .
getLocalSSLHostnameVerifier() - Method in class org.springframework.security.saml.context.SAMLMessageContext
Verifier used to verify hostname when making connections using HTTPS (e.g.
getLocalSSLTrustEngine() - Method in class org.springframework.security.saml.context.SAMLMessageContext
Trust engine used to verify server certificate in SSL/TLS connections.
getLocalTrustEngine() - Method in class org.springframework.security.saml.context.SAMLMessageContext
Mechanism able to determine whether incoming message signature should be trusted.
getLogoutBinding(IDPSSODescriptor, SPSSODescriptor) - Static method in class org.springframework.security.saml.util.SAMLUtil
 
getLogoutRequest(SAMLMessageContext, SAMLCredential, Endpoint) - Method in class org.springframework.security.saml.websso.SingleLogoutProfileImpl
Returns logout request message ready to be sent to the IDP.
getLogoutServiceForBinding(SSODescriptor, String) - Static method in class org.springframework.security.saml.util.SAMLUtil
Returns Single logout service for given binding of the IDP.
getMaxAssertionTime() - Method in class org.springframework.security.saml.websso.AbstractProfileBase
Maximum time between assertion creation and current time when the assertion is usable in seconds.
getMaxAuthenticationAge() - Method in class org.springframework.security.saml.websso.WebSSOProfileConsumerImpl
Maximum time between authentication of user and processing of an authentication statement.
getMessage() - Method in exception org.springframework.security.saml.trust.UntrustedCertificateException
 
getMessageDecoder() - Method in interface org.springframework.security.saml.processor.SAMLBinding
Creates decoder capable of parsing message with the given binding
getMessageDecoder() - Method in class org.springframework.security.saml.processor.SAMLBindingImpl
 
getMessageEncoder() - Method in interface org.springframework.security.saml.processor.SAMLBinding
Creates encoder capable of creating messages to be sent using given bindidn.
getMessageEncoder() - Method in class org.springframework.security.saml.processor.SAMLBindingImpl
 
getMessageID() - Method in class org.opensaml.liberty.paos.impl.RequestImpl
Get the messageID attribute value.
getMessageID() - Method in interface org.opensaml.liberty.paos.Request
Get the messageID attribute value.
getMessageStorage() - Method in class org.springframework.security.saml.context.SAMLMessageContext
Storage messages sent during processing of this context.
getMessageStorage(HttpServletRequest) - Method in class org.springframework.security.saml.storage.EmptyStorageFactory
 
getMessageStorage(HttpServletRequest) - Method in class org.springframework.security.saml.storage.HttpSessionStorageFactory
 
getMessageStorage(HttpServletRequest) - Method in interface org.springframework.security.saml.storage.SAMLMessageStorageFactory
Provides message storage related to the given request.
getMetadata() - Method in class org.springframework.security.saml.metadata.AbstractMetadataDelegate
 
getMetadata() - Method in class org.springframework.security.saml.metadata.MetadataMemoryProvider
 
getMetadataAsString(EntityDescriptor) - Method in class org.springframework.security.saml.metadata.MetadataDisplayFilter
 
getMetadataAsString(MetadataManager, KeyManager, EntityDescriptor, ExtendedMetadata) - Static method in class org.springframework.security.saml.util.SAMLUtil
Method digitally signs the EntityDescriptor element (when configured with property sign metadata) and serializes the result into a string.
getMetadataFilter() - Method in class org.springframework.security.saml.metadata.AbstractMetadataDelegate
 
getMetadataTrustedKeys() - Method in class org.springframework.security.saml.metadata.ExtendedMetadataDelegate
If set returns set of keys which can be used to verify whether signature of the metadata is trusted.
getNameID() - Method in class org.springframework.security.saml.metadata.MetadataGenerator
 
getNameID() - Method in class org.springframework.security.saml.SAMLCredential
NameID returned from IDP as part of the authentication process.
getNameID(SAMLMessageContext, LogoutRequest) - Method in class org.springframework.security.saml.websso.SingleLogoutProfileImpl
 
getNameID() - Method in class org.springframework.security.saml.websso.WebSSOProfileOptions
NameID to used or null to omit NameIDPolicy from request.
getNameIDFormat(Collection<String>) - Method in class org.springframework.security.saml.metadata.MetadataGenerator
 
getNCNameString(String) - Static method in class org.springframework.security.saml.util.SAMLUtil
Method replaces all characters which are not allowed in xsd:NCName type with underscores.
getObject() - Method in class org.springframework.security.saml.parser.SAMLBase
 
getObject() - Method in class org.springframework.security.saml.parser.SAMLCollection
 
getObject() - Method in class org.springframework.security.saml.parser.SAMLObject
 
getObservers() - Method in class org.springframework.security.saml.metadata.AbstractMetadataDelegate
 
getOrderedChildren() - Method in class org.opensaml.liberty.paos.impl.RequestImpl
getOrderedChildren() - Method in class org.opensaml.liberty.paos.impl.ResponseImpl
getOutgoingStream() - Method in class org.opensaml.ws.transport.http.HttpClientOutTransport
 
getPAOSRequest(AssertionConsumerService) - Method in class org.springframework.security.saml.websso.WebSSOProfileECPImpl
 
getParameterValue(String) - Method in class org.opensaml.ws.transport.http.HttpClientInTransport
 
getParameterValue(String) - Method in class org.opensaml.ws.transport.http.HttpClientOutTransport
 
getParameterValues(String) - Method in class org.opensaml.ws.transport.http.HttpClientInTransport
 
getParameterValues(String) - Method in class org.opensaml.ws.transport.http.HttpClientOutTransport
 
getPassive() - Method in class org.springframework.security.saml.websso.WebSSOProfileOptions
Sets whether the IdP should refrain from interacting with the user during the authentication process.
getPassiveIDP(HttpServletRequest) - Method in class org.springframework.security.saml.SAMLDiscovery
Returns IDP to be used in passive mode.
getPeerAddress() - Method in class org.opensaml.ws.transport.http.HttpClientInTransport
 
getPeerCredential() - Method in class org.opensaml.ws.transport.http.HttpClientInTransport
 
getPeerCredential() - Method in class org.opensaml.ws.transport.http.HttpClientOutTransport
 
getPeerDomainName() - Method in class org.opensaml.ws.transport.http.HttpClientInTransport
 
getPeerExtendedMetadata() - Method in class org.springframework.security.saml.context.SAMLMessageContext
Extended metadata of the peer entity.
getPeerSSLCredential() - Method in class org.springframework.security.saml.context.SAMLMessageContext
Certificate used the peer entity used to authenticate against our server as part of the SSL/TLS connection.
getPKIXDepth() - Method in class org.springframework.security.saml.trust.PKIXInformationResolver
Allowed depth of PKIX trust path length.
getPKIXResolver(MetadataProvider, Set<String>, Set<String>) - Method in class org.springframework.security.saml.metadata.MetadataManager
Method is expected to construct information resolver with all trusted data available for the given provider.
getPKIXResolver() - Method in class org.springframework.security.saml.trust.httpclient.TLSProtocolSocketFactory
Method is expected to construct information resolver with all trusted data available for the given provider.
getPool() - Static method in class org.springframework.security.saml.parser.ParserPoolHolder
 
getPrincipal(SAMLCredential, Object) - Method in class org.springframework.security.saml.SAMLAuthenticationProvider
Method determines what will be stored as principal of the created Authentication object.
getPrincipal() - Method in class org.springframework.security.saml.SAMLAuthenticationToken
Always null
getPrivateKey(String) - Method in class org.springframework.security.saml.trust.X509KeyManager
 
getProfileIdentifier() - Method in class org.springframework.security.saml.websso.AbstractProfileBase
Implementation are expected to provide an unique identifier for the profile this class implements.
getProfileIdentifier() - Method in class org.springframework.security.saml.websso.ArtifactResolutionProfileBase
 
getProfileIdentifier() - Method in class org.springframework.security.saml.websso.SingleLogoutProfileImpl
 
getProfileIdentifier() - Method in class org.springframework.security.saml.websso.WebSSOProfileConsumerHoKImpl
 
getProfileIdentifier() - Method in class org.springframework.security.saml.websso.WebSSOProfileConsumerImpl
 
getProfileIdentifier() - Method in class org.springframework.security.saml.websso.WebSSOProfileECPImpl
 
getProfileIdentifier() - Method in class org.springframework.security.saml.websso.WebSSOProfileHoKImpl
 
getProfileIdentifier() - Method in class org.springframework.security.saml.websso.WebSSOProfileImpl
 
getProfileName() - Method in class org.springframework.security.saml.SAMLLogoutProcessingFilter
Name of the profile processed by this class.
getProfileName() - Method in class org.springframework.security.saml.SAMLProcessingFilter
Name of the profile this used for authentication.
getProfileName() - Method in class org.springframework.security.saml.SAMLWebSSOHoKProcessingFilter
Name of the WebSSO HoK profile this filter processes.
getProfileOptions(SAMLMessageContext, AuthenticationException) - Method in class org.springframework.security.saml.SAMLEntryPoint
Method is supposed to populate preferences used to construct the SAML message.
getProviderName() - Method in class org.springframework.security.saml.websso.WebSSOProfileOptions
Human readable name of the local entity.
getProviders() - Method in class org.springframework.security.saml.metadata.MetadataManager
Method provides list of active providers - those which are valid and can be queried for metadata.
getProxyCount() - Method in class org.springframework.security.saml.websso.WebSSOProfileOptions
 
getPublicKey(String) - Method in class org.springframework.security.saml.key.JKSKeyManager
Returns public key with the given alias
getReadWriteLock() - Method in class org.springframework.security.saml.trust.PKIXInformationResolver
Get the lock instance used to synchronize access to the credential cache.
getRefToMessageID() - Method in class org.opensaml.liberty.paos.impl.ResponseImpl
Get the refToMessageID attribute value.
getRefToMessageID() - Method in interface org.opensaml.liberty.paos.Response
Get the refToMessageID attribute value.
getRelayState(String) - Method in class org.opensaml.liberty.binding.encoding.HTTPPAOS11Encoder
Method creates a relayState element usable with the ECP profile.
getRelayState() - Method in class org.springframework.security.saml.SAMLCredential
 
getRelayState() - Method in class org.springframework.security.saml.websso.WebSSOProfileOptions
 
getRemoteEntityID() - Method in class org.springframework.security.saml.SAMLCredential
Entity ID of the IDP which issued the assertion.
getRequesterIds() - Method in class org.springframework.security.saml.websso.WebSSOProfileOptions
 
getResponseConsumerURL() - Method in class org.opensaml.liberty.paos.impl.RequestImpl
Get the responseConsumerURL attribute value.
getResponseConsumerURL() - Method in interface org.opensaml.liberty.paos.Request
Get the responseConsumerURL attribute value.
getResponseSkew() - Method in class org.springframework.security.saml.websso.AbstractProfileBase
 
getRole(String, QName) - Method in class org.springframework.security.saml.metadata.AbstractMetadataDelegate
 
getRole(String, QName, String) - Method in class org.springframework.security.saml.metadata.AbstractMetadataDelegate
 
getSecurityPolicy(List<SecurityPolicyRule>, SAMLMessageContext) - Method in class org.springframework.security.saml.processor.HTTPArtifactBinding
 
getSecurityPolicy(List<SecurityPolicyRule>, SAMLMessageContext) - Method in class org.springframework.security.saml.processor.HTTPPostBinding
 
getSecurityPolicy(List<SecurityPolicyRule>, SAMLMessageContext) - Method in class org.springframework.security.saml.processor.HTTPRedirectDeflateBinding
 
getSecurityPolicy(List<SecurityPolicyRule>, SAMLMessageContext) - Method in class org.springframework.security.saml.processor.HTTPSOAP11Binding
 
getSecurityPolicy(List<SecurityPolicyRule>, SAMLMessageContext) - Method in interface org.springframework.security.saml.processor.SAMLBinding
Security rules to apply for incoming SAML messages received using the binding.
getSecurityPolicy(List<SecurityPolicyRule>, SAMLMessageContext) - Method in class org.springframework.security.saml.processor.SAMLBindingImpl
 
getSecurityProfile() - Method in class org.springframework.security.saml.metadata.ExtendedMetadata
Security profile to use for this local entity - MetaIOP (default) or PKIX.
getServerAliases(String, Principal[]) - Method in class org.springframework.security.saml.trust.X509KeyManager
 
getServerKeyInfo(String) - Method in class org.springframework.security.saml.metadata.MetadataGenerator
 
getService() - Method in class org.opensaml.liberty.paos.impl.RequestImpl
Get the service attribute value.
getService() - Method in interface org.opensaml.liberty.paos.Request
Get the service attribute value.
getSigningAlgorithm() - Method in class org.springframework.security.saml.metadata.ExtendedMetadata
Gets the signing algorithm to use when signing the SAML messages.
getSigningKey() - Method in class org.springframework.security.saml.metadata.ExtendedMetadata
Signing key used for signing messages or verifying signatures of this entity.
getSigningKey() - Method in class org.springframework.security.saml.metadata.MetadataGenerator
Provides key used for signing from extended metadata.
getSingleLogoutService(String, String, String) - Method in class org.springframework.security.saml.metadata.MetadataGenerator
 
getSingleSignOnService(WebSSOProfileOptions, IDPSSODescriptor, SPSSODescriptor) - Method in class org.springframework.security.saml.websso.WebSSOProfileImpl
Method determines SingleSignOn service (and thus binding) to be used to deliver AuthnRequest to the IDP.
getSOAP11Actor() - Method in class org.opensaml.liberty.paos.impl.RequestImpl
getSOAP11Actor() - Method in class org.opensaml.liberty.paos.impl.ResponseImpl
getSPEntityNames() - Method in class org.springframework.security.saml.metadata.MetadataManager
Returns set of names of all SPs entity names
getSPNameQualifier() - Method in class org.springframework.security.saml.websso.WebSSOProfileImpl
SAML-Core 2218, Specifies that returned subject identifier should be returned in the namespace of the given SP.
getSslHostnameVerification() - Method in class org.springframework.security.saml.metadata.ExtendedMetadata
Hostname verifier for SSL connections.
getSslSecurityProfile() - Method in class org.springframework.security.saml.metadata.ExtendedMetadata
Security profile used for SSL/TLS connections of the local entity.
getSSLSocketFactory(SAMLMessageContext, X509KeyManager, X509TrustManager, HostnameVerifier) - Method in class org.springframework.security.saml.websso.ArtifactResolutionProfileImpl
Method returns SecureProtocolSocketFactory used to connect to create SSL connections for artifact resolution.
getStatus(String, String) - Method in class org.springframework.security.saml.websso.AbstractProfileBase
 
getStatusCode() - Method in class org.opensaml.ws.transport.http.HttpClientInTransport
 
getStatusCode() - Method in class org.opensaml.ws.transport.http.HttpClientOutTransport
 
getStatusCode() - Method in exception org.springframework.security.saml.SAMLStatusException
 
getStatusMessage() - Method in exception org.springframework.security.saml.SAMLStatusException
 
getTargetURL(String) - Method in class org.springframework.security.saml.SAMLRelayStateSuccessHandler
Method is responsible for processing relayState and returning URL the system can redirect to.
getTlsKey() - Method in class org.springframework.security.saml.metadata.ExtendedMetadata
Key used to authenticate instance against remote peers when specified on local entity.
getTLSKey() - Method in class org.springframework.security.saml.metadata.MetadataGenerator
Provides key used for SSL/TLS from extended metadata.
getTokenExpiration() - Method in class org.springframework.security.providers.ExpiringUsernameAuthenticationToken
 
getTrustedKeys() - Method in class org.springframework.security.saml.metadata.ExtendedMetadata
Trusted keys usable for signature and server SSL/TLS verification for entities with PKIX verification enabled.
getTrustEngine(MetadataProvider) - Method in class org.springframework.security.saml.metadata.MetadataManager
Method is expected to create a trust engine used to verify signatures from this provider.
getUserAgentBase64Certificate(SAMLMessageContext) - Method in class org.springframework.security.saml.websso.WebSSOProfileConsumerHoKImpl
Method locates user agent certificate used in SSL/TLS and encodes it using base64 for comparison in HoK subject confirmation.
getUserDetails(SAMLCredential) - Method in class org.springframework.security.saml.SAMLAuthenticationProvider
Populates user data from SAMLCredential into UserDetails object.
getUserDetails() - Method in class org.springframework.security.saml.SAMLAuthenticationProvider
Returns saml user details service used to load information about logged user from SAML data.
getVersion() - Method in class org.opensaml.ws.transport.http.HttpClientInTransport
 
getVersion() - Method in class org.opensaml.ws.transport.http.HttpClientOutTransport
 
getX509Certificates() - Method in exception org.springframework.security.saml.trust.UntrustedCertificateException
 
globalHandlers - Variable in class org.springframework.security.saml.SAMLLogoutFilter
Handlers to be invoked during logout.
A B C D E F G H I J K L M N O P R S T U V W X 
Skip navigation links
Spring Security SAML