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