Class NonceLoginSuccessHandler

  • All Implemented Interfaces:
    org.springframework.security.web.authentication.AuthenticationSuccessHandler

    
    public class NonceLoginSuccessHandler
    extends SavedRequestAwareAuthenticationSuccessHandler
                        

    UUse the one-time token to obtain the session, `onResponse` need to be Override

    Since:

    2021-02-17

    Author:

    trydofor

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final void onAuthenticationSuccess(HttpServletRequest request, HttpServletResponse response, Authentication authentication)
      void setAuthStateBuilder(AuthStateBuilder authStateBuilder)
      • Methods inherited from class org.springframework.security.web.authentication.AbstractAuthenticationTargetUrlRequestHandler

        setAlwaysUseDefaultTargetUrl, setDefaultTargetUrl, setRedirectStrategy, setTargetUrlParameter, setUseReferer
      • Methods inherited from class org.springframework.security.web.authentication.SavedRequestAwareAuthenticationSuccessHandler

        setRequestCache
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NonceLoginSuccessHandler

        NonceLoginSuccessHandler()