|
spring-security-saml2-core | ||||||||
PREV NEXT | FRAMES NO FRAMES |
Package org.springframework.security.providers |
---|
Class org.springframework.security.providers.ExpiringUsernameAuthenticationToken extends org.springframework.security.authentication.UsernamePasswordAuthenticationToken implements Serializable |
---|
Serialized Fields |
---|
Date tokenExpiration
Package org.springframework.security.saml |
---|
Class org.springframework.security.saml.SAMLAuthenticationToken extends org.springframework.security.authentication.AbstractAuthenticationToken implements Serializable |
---|
serialVersionUID: 1L
Class org.springframework.security.saml.SAMLCredential extends Object implements Serializable |
---|
Serialized Fields |
---|
SAMLObject<T extends org.opensaml.xml.XMLObject> nameID
SAMLObject<T extends org.opensaml.xml.XMLObject> authenticationAssertion
String localEntityID
String remoteEntityID
String relayState
Serializable additionalData
SAMLCollection<T extends org.opensaml.xml.XMLObject> attributes
Class org.springframework.security.saml.SAMLStatusException extends org.opensaml.common.SAMLException implements Serializable |
---|
Serialized Fields |
---|
String statusCode
String statusMessage
Package org.springframework.security.saml.metadata |
---|
Class org.springframework.security.saml.metadata.ExtendedMetadata extends Object implements Serializable |
---|
Serialized Fields |
---|
boolean local
String alias
boolean idpDiscoveryEnabled
String idpDiscoveryURL
String idpDiscoveryResponseURL
boolean ecpEnabled
String securityProfile
String sslSecurityProfile
String sslHostnameVerification
String signingKey
String signingAlgorithm
boolean signMetadata
String keyInfoGeneratorName
String encryptionKey
String tlsKey
Set<E> trustedKeys
boolean requireLogoutRequestSigned
boolean requireLogoutResponseSigned
boolean requireArtifactResolveSigned
boolean supportUnsolicitedResponse
Package org.springframework.security.saml.parser |
---|
Class org.springframework.security.saml.parser.SAMLBase extends Object implements Serializable |
---|
Serialized Fields |
---|
Serializable serializedObject
int hashCode
Class org.springframework.security.saml.parser.SAMLCollection extends SAMLBase<T extends org.opensaml.xml.XMLObject,List<T extends org.opensaml.xml.XMLObject>> implements Serializable |
---|
Serialization Methods |
---|
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
- error deserializing String to XMLObject
ClassNotFoundException
- class not foundprivate void writeObject(ObjectOutputStream out) throws IOException
IOException
- error performing XMLObject serializationClass org.springframework.security.saml.parser.SAMLObject extends SAMLBase<T extends org.opensaml.xml.XMLObject,T extends org.opensaml.xml.XMLObject> implements Serializable |
---|
Serialization Methods |
---|
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
- error deserializing String to XMLObject
ClassNotFoundException
- class not foundprivate void writeObject(ObjectOutputStream out) throws IOException
IOException
- error performing XMLObject serializationPackage org.springframework.security.saml.trust |
---|
Class org.springframework.security.saml.trust.UntrustedCertificateException extends CertificateException implements Serializable |
---|
Serialized Fields |
---|
X509Certificate[] x509Certificates
Package org.springframework.security.saml.websso |
---|
Class org.springframework.security.saml.websso.WebSSOProfileOptions extends Object implements Serializable |
---|
Serialized Fields |
---|
String binding
Set<E> allowedIDPs
String providerName
Integer assertionConsumerIndex
String nameID
Boolean allowCreate
Boolean passive
Boolean forceAuthn
Boolean includeScoping
Integer proxyCount
String relayState
Collection<E> authnContexts
org.opensaml.saml2.core.AuthnContextComparisonTypeEnumeration authnContextComparison
|
spring-security-saml2-core | ||||||||
PREV NEXT | FRAMES NO FRAMES |