Interface Saml2LogoutRequestResolver

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Saml2LogoutRequest resolve​(javax.servlet.http.HttpServletRequest request, org.springframework.security.core.Authentication authentication)
      Prepare to create, sign, and serialize a SAML 2.0 Logout Request.
    • Method Detail

      • resolve

        Saml2LogoutRequest resolve​(javax.servlet.http.HttpServletRequest request,
                                   org.springframework.security.core.Authentication authentication)
        Prepare to create, sign, and serialize a SAML 2.0 Logout Request. By default, includes a NameID based on the Authentication instance.
        Parameters:
        request - the HTTP request
        authentication - the current user
        Returns:
        a signed and serialized SAML 2.0 Logout Request