Class OpenSaml5LogoutRequestValidator
java.lang.Object
org.springframework.security.saml2.provider.service.authentication.logout.OpenSaml5LogoutRequestValidator
- All Implemented Interfaces:
Saml2LogoutRequestValidator
public final class OpenSaml5LogoutRequestValidator
extends Object
implements Saml2LogoutRequestValidator
An OpenSAML 5.x compatible implementation of
Saml2LogoutResponseValidator- Since:
- 5.6
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvalidate(Saml2LogoutRequestValidatorParameters parameters) Authenticates the SAML 2.0 Logout Request received from the SAML 2.0 Asserting Party.
-
Constructor Details
-
OpenSaml5LogoutRequestValidator
public OpenSaml5LogoutRequestValidator()
-
-
Method Details
-
validate
Description copied from interface:Saml2LogoutRequestValidatorAuthenticates the SAML 2.0 Logout Request received from the SAML 2.0 Asserting Party. By default, verifies the signature, validates the issuer, destination, and user identifier.- Specified by:
validatein interfaceSaml2LogoutRequestValidator- Parameters:
parameters- theSaml2LogoutRequestValidatorParametersneeded- Returns:
- the authentication result
-