Class ExtendedSaml2AuthenticationToken
java.lang.Object
org.springframework.security.authentication.AbstractAuthenticationToken
org.springframework.security.saml2.provider.service.authentication.Saml2AuthenticationToken
se.swedenconnect.spring.saml.testsp.ext.ExtendedSaml2AuthenticationToken
- All Implemented Interfaces:
Serializable, Principal, org.springframework.security.core.Authentication, org.springframework.security.core.CredentialsContainer
public class ExtendedSaml2AuthenticationToken
extends org.springframework.security.saml2.provider.service.authentication.Saml2AuthenticationToken
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.springframework.security.authentication.AbstractAuthenticationToken
org.springframework.security.authentication.AbstractAuthenticationToken.AbstractAuthenticationBuilder<B>Nested classes/interfaces inherited from interface org.springframework.security.core.Authentication
org.springframework.security.core.Authentication.Builder<B> -
Constructor Summary
ConstructorsConstructorDescriptionExtendedSaml2AuthenticationToken(org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistration relyingPartyRegistration, String saml2Response, org.springframework.security.saml2.provider.service.authentication.AbstractSaml2AuthenticationRequest authenticationRequest) -
Method Summary
Methods inherited from class org.springframework.security.saml2.provider.service.authentication.Saml2AuthenticationToken
getAuthenticationRequest, getCredentials, getPrincipal, getRelyingPartyRegistration, getSaml2Response, isAuthenticated, setAuthenticatedMethods inherited from class org.springframework.security.authentication.AbstractAuthenticationToken
equals, eraseCredentials, getAuthorities, getDetails, getName, hashCode, setDetails, toStringMethods inherited from interface org.springframework.security.core.Authentication
toBuilder
-
Constructor Details
-
ExtendedSaml2AuthenticationToken
public ExtendedSaml2AuthenticationToken(org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistration relyingPartyRegistration, String saml2Response, org.springframework.security.saml2.provider.service.authentication.AbstractSaml2AuthenticationRequest authenticationRequest)
-