Class UnrecoverableSaml2IdpException.TraceAuthentication
java.lang.Object
org.springframework.security.authentication.AbstractAuthenticationToken
se.swedenconnect.spring.saml.idp.error.UnrecoverableSaml2IdpException.TraceAuthentication
- All Implemented Interfaces:
Serializable
,Principal
,org.springframework.security.core.Authentication
,org.springframework.security.core.CredentialsContainer
- Enclosing class:
UnrecoverableSaml2IdpException
public static class UnrecoverableSaml2IdpException.TraceAuthentication
extends org.springframework.security.authentication.AbstractAuthenticationToken
Dummy
Authentication
class that can be used if no Authentication
object is available but the
AuthnRequest ID and SP entityID are known.- Author:
- Martin Lindström
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class org.springframework.security.authentication.AbstractAuthenticationToken
equals, eraseCredentials, getAuthorities, getDetails, getName, hashCode, isAuthenticated, setAuthenticated, setDetails, toString
-
Constructor Details
-
TraceAuthentication
Constructor.- Parameters:
authnRequestId
- theAuthnRequest
IDspEntityId
- the SP entityID
-
-
Method Details
-
getCredentials
-
getPrincipal
-