Interface Saml2AuthenticationRequestRepository<T extends AbstractSaml2AuthenticationRequest>

    • Method Detail

      • saveAuthenticationRequest

        void saveAuthenticationRequest​(T authenticationRequest,
                                       javax.servlet.http.HttpServletRequest request,
                                       javax.servlet.http.HttpServletResponse response)
        Saves the current authentication request using the HttpServletRequest and HttpServletResponse
        Parameters:
        authenticationRequest - the AbstractSaml2AuthenticationRequest
        request - the current request
        response - the current response
      • removeAuthenticationRequest

        T removeAuthenticationRequest​(javax.servlet.http.HttpServletRequest request,
                                      javax.servlet.http.HttpServletResponse response)
        Removes the authentication request using the HttpServletRequest and HttpServletResponse
        Parameters:
        request - the current request
        response - the current response
        Returns:
        the removed AbstractSaml2AuthenticationRequest or null if it is not present