Package org.springframework.security.saml2.provider.service.web.authentication.logout
package org.springframework.security.saml2.provider.service.web.authentication.logout
-
ClassDescriptionAn implementation of an
Saml2LogoutRequestRepositorythat storesSaml2LogoutRequestin theHttpSession.ASaml2LogoutRequestResolverfor resolving SAML 2.0 Logout Requests with OpenSAML 5An OpenSAML-based implementation ofSaml2LogoutRequestValidatorParametersResolverASaml2LogoutResponseResolverfor resolving SAML 2.0 Logout Responses with OpenSAML 5A filter for handling logout requests in the form of a <saml2:LogoutRequest> sent from the asserting party.Implementations of this interface are responsible for the persistence ofSaml2LogoutRequestbetween requests.Creates a signed SAML 2.0 Logout Request based on information from theHttpServletRequestand currentAuthentication.Resolved a SAML 2.0 Logout Request and associated validation parameters from the givenHttpServletRequestand currentAuthentication.A filter for handling a <saml2:LogoutResponse> sent from the asserting party.Creates a signed SAML 2.0 Logout Response based on information from theHttpServletRequestand currentAuthentication.A success handler for issuing a SAML 2.0 Logout Request to the SAML 2.0 Asserting Party