Interface Saml2LogoutRequestValidatorParametersResolver
public interface Saml2LogoutRequestValidatorParametersResolver
Resolved a SAML 2.0 Logout Request and associated validation parameters from the given
HttpServletRequest and current Authentication.
The returned logout request is suitable for validating, logging out the logged-in user,
and initiating the construction of a LogoutResponse.- Since:
- 6.1
-
Method Summary
Modifier and TypeMethodDescriptionresolve(jakarta.servlet.http.HttpServletRequest request, Authentication authentication) Resolve any SAML 2.0 Logout Request and associatedRelyingPartyRegistration
-
Method Details
-
resolve
Saml2LogoutRequestValidatorParameters resolve(jakarta.servlet.http.HttpServletRequest request, Authentication authentication) Resolve any SAML 2.0 Logout Request and associatedRelyingPartyRegistration- Parameters:
request- the HTTP requestauthentication- the current user, if any; may be null- Returns:
- a SAML 2.0 Logout Request, if any; may be null
-