Interface Saml2LogoutRequestResolver

    • Method Detail

      • resolve

        Saml2LogoutRequest resolve​(javax.servlet.http.HttpServletRequest request,
                                   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