类 CustomAuthenticationSuccessHandler

java.lang.Object
com.mbap.auth.service.CustomAuthenticationSuccessHandler
所有已实现的接口:
org.springframework.security.web.authentication.AuthenticationSuccessHandler

public class CustomAuthenticationSuccessHandler extends Object implements org.springframework.security.web.authentication.AuthenticationSuccessHandler
自定义鉴权成功处理类
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    onAuthenticationSuccess(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.security.core.Authentication authentication)
     

    从类继承的方法 java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    从接口继承的方法 org.springframework.security.web.authentication.AuthenticationSuccessHandler

    onAuthenticationSuccess
  • 构造器详细资料

    • CustomAuthenticationSuccessHandler

      public CustomAuthenticationSuccessHandler()
  • 方法详细资料

    • onAuthenticationSuccess

      public void onAuthenticationSuccess(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.security.core.Authentication authentication) throws IOException, javax.servlet.ServletException
      指定者:
      onAuthenticationSuccess 在接口中 org.springframework.security.web.authentication.AuthenticationSuccessHandler
      抛出:
      IOException
      javax.servlet.ServletException