Class Saml2LogoutRequestValidatorParameters


  • public class Saml2LogoutRequestValidatorParameters
    extends java.lang.Object
    A holder of the parameters needed to invoke Saml2LogoutRequestValidator
    Since:
    5.6
    • Method Detail

      • getLogoutRequest

        public Saml2LogoutRequest getLogoutRequest()
        The SAML 2.0 Logout Request sent by the asserting party
        Returns:
        the logout request
      • getAuthentication

        public org.springframework.security.core.Authentication getAuthentication()
        The current Authentication
        Returns:
        the authenticated user