public interface SamlAuthentication
extends org.springframework.security.core.Authentication
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAssertingEntityId()
Returns the entity id of the identity provider that issued the assertion
|
Assertion |
getAssertion()
returns the assertion object that was used to create this authentication object
|
java.lang.String |
getHoldingEntityId()
Returns the entity id of the service provider that received the assertion
|
java.lang.String |
getRelayState()
If the POST or REDIRECT contained a RelayState parameter this will be the value of it
|
SubjectPrincipal<? extends SubjectPrincipal> |
getSamlPrincipal()
Returns the principal object as it was received from the assertion
|
java.lang.String getAssertingEntityId()
java.lang.String getHoldingEntityId()
SubjectPrincipal<? extends SubjectPrincipal> getSamlPrincipal()
Assertion getAssertion()
java.lang.String getRelayState()