Class Saml2LogoutRequestValidatorParameters

java.lang.Object
org.springframework.security.saml2.provider.service.authentication.logout.Saml2LogoutRequestValidatorParameters

public class Saml2LogoutRequestValidatorParameters extends Object
A holder of the parameters needed to invoke Saml2LogoutRequestValidator
Since:
5.6
  • Constructor Details

  • Method Details

    • getLogoutRequest

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

      public RelyingPartyRegistration getRelyingPartyRegistration()
      The RelyingPartyRegistration representing this relying party
      Returns:
      the relying party
    • getAuthentication

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