Class AweOauth2AuthenticationSuccessHandler

java.lang.Object
com.almis.awe.security.handler.AweOauth2AuthenticationSuccessHandler
All Implemented Interfaces:
org.springframework.security.web.authentication.AuthenticationSuccessHandler

public class AweOauth2AuthenticationSuccessHandler extends Object implements org.springframework.security.web.authentication.AuthenticationSuccessHandler
  • Constructor Details

    • AweOauth2AuthenticationSuccessHandler

      public AweOauth2AuthenticationSuccessHandler(AccessService accessService)
  • Method Details

    • onAuthenticationSuccess

      public void onAuthenticationSuccess(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, org.springframework.security.core.Authentication authentication) throws IOException
      Specified by:
      onAuthenticationSuccess in interface org.springframework.security.web.authentication.AuthenticationSuccessHandler
      Throws:
      IOException