Class OAuth2AdminSuccessHandler

java.lang.Object
sk.iway.iwcm.system.spring.oauth2.AbstractOAuth2SuccessHandler
sk.iway.iwcm.system.spring.oauth2.OAuth2AdminSuccessHandler
All Implemented Interfaces:
org.springframework.security.web.authentication.AuthenticationSuccessHandler

public class OAuth2AdminSuccessHandler extends AbstractOAuth2SuccessHandler
  • Constructor Details

    • OAuth2AdminSuccessHandler

      public OAuth2AdminSuccessHandler()
  • 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
      Specified by:
      onAuthenticationSuccess in class AbstractOAuth2SuccessHandler
      Throws:
      IOException