Class GUIDAuthenticationSuccessHandler

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

    public class GUIDAuthenticationSuccessHandler
    extends java.lang.Object
    implements org.springframework.security.web.authentication.AuthenticationSuccessHandler
    Default implementation of AuthenticationSuccessHandler
    • Constructor Detail

      • GUIDAuthenticationSuccessHandler

        public GUIDAuthenticationSuccessHandler()
    • Method Detail

      • onAuthenticationSuccess

        public void onAuthenticationSuccess​(javax.servlet.http.HttpServletRequest request,
                                            javax.servlet.http.HttpServletResponse response,
                                            org.springframework.security.core.Authentication authentication)
                                     throws java.io.IOException,
                                            javax.servlet.ServletException
        Specified by:
        onAuthenticationSuccess in interface org.springframework.security.web.authentication.AuthenticationSuccessHandler
        Throws:
        java.io.IOException
        javax.servlet.ServletException
      • setGuidCookieStrategy

        public void setGuidCookieStrategy​(GUIDCookieStrategy guidCookieStrategy)
        Parameters:
        guidCookieStrategy - the guidCookieStrategy to set
      • getAuthenticationSuccessHandler

        protected org.springframework.security.web.authentication.AuthenticationSuccessHandler getAuthenticationSuccessHandler()
      • setAuthenticationSuccessHandler

        public void setAuthenticationSuccessHandler​(org.springframework.security.web.authentication.AuthenticationSuccessHandler authenticationSuccessHandler)
        Parameters:
        authenticationSuccessHandler - the authenticationSuccessHandler to set