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

    Constructors
    Constructor
    Description
    ExtendedSaml2AuthenticationToken(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, setAuthenticated

    Methods inherited from class org.springframework.security.authentication.AbstractAuthenticationToken

    equals, eraseCredentials, getAuthorities, getDetails, getName, hashCode, setDetails, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface java.security.Principal

    implies
  • 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)