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

    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 Object

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

    Methods inherited from interface org.springframework.security.core.Authentication

    toBuilder

    Methods inherited from interface 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)