Class SAML2AuthenticationToken
java.lang.Object
org.springframework.security.authentication.AbstractAuthenticationToken
org.apache.syncope.sra.security.saml2.SAML2AuthenticationToken
- All Implemented Interfaces:
Serializable,Principal,Authentication,CredentialsContainer
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSAML2AuthenticationToken(org.pac4j.saml.credentials.SAML2AuthenticationCredentials credentials) -
Method Summary
Modifier and TypeMethodDescriptionorg.pac4j.saml.credentials.SAML2AuthenticationCredentialsMethods inherited from class org.springframework.security.authentication.AbstractAuthenticationToken
equals, eraseCredentials, getAuthorities, getDetails, getName, hashCode, isAuthenticated, setAuthenticated, setDetails, toString
-
Constructor Details
-
SAML2AuthenticationToken
public SAML2AuthenticationToken(org.pac4j.saml.credentials.SAML2AuthenticationCredentials credentials)
-
-
Method Details
-
getCredentials
-
getPrincipal
public org.pac4j.saml.credentials.SAML2AuthenticationCredentials getPrincipal()
-