Interface SessionAuthenticationStrategy

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void onAuthentication​(Authentication authentication, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
      Performs Http session-related functionality when a new authentication occurs.
    • Method Detail

      • onAuthentication

        void onAuthentication​(Authentication authentication,
                              javax.servlet.http.HttpServletRequest request,
                              javax.servlet.http.HttpServletResponse response)
                       throws SessionAuthenticationException
        Performs Http session-related functionality when a new authentication occurs.
        Throws:
        SessionAuthenticationException - if it is decided that the authentication is not allowed for the session. This will typically be because the user has too many sessions open at once.