Class OpenSaml5LogoutResponseValidator
java.lang.Object
org.springframework.security.saml2.provider.service.authentication.logout.OpenSaml5LogoutResponseValidator
- All Implemented Interfaces:
Saml2LogoutResponseValidator
public final class OpenSaml5LogoutResponseValidator
extends Object
implements Saml2LogoutResponseValidator
An OpenSAML 5.x compatible implementation of
Saml2LogoutResponseValidator- Since:
- 5.6
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvalidate(Saml2LogoutResponseValidatorParameters parameters) Authenticates the SAML 2.0 Logout Response received from the SAML 2.0 Asserting Party.
-
Constructor Details
-
OpenSaml5LogoutResponseValidator
public OpenSaml5LogoutResponseValidator()
-
-
Method Details
-
validate
Description copied from interface:Saml2LogoutResponseValidatorAuthenticates the SAML 2.0 Logout Response received from the SAML 2.0 Asserting Party. By default, verifies the signature, validates the issuer, destination, and status. It also ensures that it aligns with the given logout request.- Specified by:
validatein interfaceSaml2LogoutResponseValidator- Parameters:
parameters- theSaml2LogoutResponseValidatorParametersneeded- Returns:
- the authentication result
-