Class Saml2LogoutRequestValidatorParameters
java.lang.Object
org.springframework.security.saml2.provider.service.authentication.logout.Saml2LogoutRequestValidatorParameters
A holder of the parameters needed to invoke
Saml2LogoutRequestValidator- Since:
- 5.6
-
Constructor Summary
ConstructorsConstructorDescriptionSaml2LogoutRequestValidatorParameters(Saml2LogoutRequest request, RelyingPartyRegistration registration, Authentication authentication) Construct aSaml2LogoutRequestValidatorParameters -
Method Summary
Modifier and TypeMethodDescriptionThe currentAuthenticationThe SAML 2.0 Logout Request sent by the asserting partyTheRelyingPartyRegistrationrepresenting this relying party
-
Constructor Details
-
Saml2LogoutRequestValidatorParameters
public Saml2LogoutRequestValidatorParameters(Saml2LogoutRequest request, RelyingPartyRegistration registration, Authentication authentication) Construct aSaml2LogoutRequestValidatorParameters- Parameters:
request- the SAML 2.0 Logout Request received from the asserting partyregistration- the associatedRelyingPartyRegistrationauthentication- the current user
-
-
Method Details
-
getLogoutRequest
The SAML 2.0 Logout Request sent by the asserting party- Returns:
- the logout request
-
getRelyingPartyRegistration
TheRelyingPartyRegistrationrepresenting this relying party- Returns:
- the relying party
-
getAuthentication
The currentAuthentication- Returns:
- the authenticated user
-