类 DefaultAuthenticationSuccessHandler

java.lang.Object
com.iplatform.security.DefaultAuthenticationSuccessHandler
所有已实现的接口:
org.springframework.security.web.authentication.AuthenticationSuccessHandler

@Deprecated public class DefaultAuthenticationSuccessHandler extends Object implements org.springframework.security.web.authentication.AuthenticationSuccessHandler
已过时。
  • 字段概要

    字段
    修饰符和类型
    字段
    说明
    protected final org.slf4j.Logger
    已过时。
     
  • 构造器概要

    构造器
    构造器
    说明
    已过时。
     
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    onAuthenticationSuccess(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, org.springframework.security.core.Authentication authentication)
    已过时。
     
    void
    setTokenGenerator(com.walker.web.TokenGenerator tokenGenerator)
    已过时。
     

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

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

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

    onAuthenticationSuccess
  • 字段详细资料

    • logger

      protected final transient org.slf4j.Logger logger
      已过时。
  • 构造器详细资料

    • DefaultAuthenticationSuccessHandler

      public DefaultAuthenticationSuccessHandler()
      已过时。
  • 方法详细资料

    • setTokenGenerator

      public void setTokenGenerator(com.walker.web.TokenGenerator tokenGenerator)
      已过时。
    • onAuthenticationSuccess

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