Class OpenSaml4LogoutRequestValidator
java.lang.Object
org.springframework.security.saml2.provider.service.authentication.logout.OpenSaml4LogoutRequestValidator
- All Implemented Interfaces:
Saml2LogoutRequestValidator
public final class OpenSaml4LogoutRequestValidator
extends Object
implements Saml2LogoutRequestValidator
-
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
-
OpenSaml4LogoutRequestValidator
public OpenSaml4LogoutRequestValidator()
-
-
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
-