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:
-
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, toString
-
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)
-