Interface Saml2LogoutRequestValidatorParametersResolver

All Known Implementing Classes:
OpenSamlLogoutRequestValidatorParametersResolver

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 Details

    • resolve

      Saml2LogoutRequestValidatorParameters resolve(jakarta.servlet.http.HttpServletRequest request, org.springframework.security.core.Authentication authentication)
      Resolve any SAML 2.0 Logout Request and associated RelyingPartyRegistration
      Parameters:
      request - the HTTP request
      authentication - the current user, if any; may be null
      Returns:
      a SAML 2.0 Logout Request, if any; may be null