Interface Saml2LogoutRequestValidator
-
- All Known Implementing Classes:
OpenSamlLogoutRequestValidator
public interface Saml2LogoutRequestValidator
Validates SAML 2.0 Logout Requests- Since:
- 5.6
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Saml2LogoutValidatorResult
validate(Saml2LogoutRequestValidatorParameters parameters)
Authenticates the SAML 2.0 Logout Request received from the SAML 2.0 Asserting Party.
-
-
-
Method Detail
-
validate
Saml2LogoutValidatorResult validate(Saml2LogoutRequestValidatorParameters parameters)
Authenticates 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.- Parameters:
parameters
- theSaml2LogoutRequestValidatorParameters
needed- Returns:
- the authentication result
-
-