Class HttpSessionLogoutRequestRepository

java.lang.Object
org.springframework.security.saml2.provider.service.web.authentication.logout.HttpSessionLogoutRequestRepository
All Implemented Interfaces:
Saml2LogoutRequestRepository

public final class HttpSessionLogoutRequestRepository extends Object implements Saml2LogoutRequestRepository
An implementation of an Saml2LogoutRequestRepository that stores Saml2LogoutRequest in the HttpSession.
Since:
5.6
See Also:
  • Constructor Details

    • HttpSessionLogoutRequestRepository

      public HttpSessionLogoutRequestRepository()
  • Method Details