类 WxUserJwtTokenHandlerInterceptor

  • 所有已实现的接口:
    org.springframework.web.servlet.AsyncHandlerInterceptor, org.springframework.web.servlet.HandlerInterceptor

    public class WxUserJwtTokenHandlerInterceptor
    extends net.guerlab.smart.platform.basic.auth.interceptor.AbstractTokenHandlerInterceptor<WxUserAuthProperties>
    jwt token处理
    作者:
    guer
    • 字段概要

      • 从类继承的字段 net.guerlab.smart.platform.basic.auth.interceptor.AbstractTokenHandlerInterceptor

        authProperties
      • 从类继承的字段 net.guerlab.smart.platform.basic.auth.interceptor.AbstractHandlerInterceptor

        responseAdvisorProperties
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      protected boolean accept​(java.lang.String token)  
      void setJwtHelper​(WxUserJwtHelper jwtHelper)  
      protected void setTokenInfo​(java.lang.String token)  
      • 从类继承的方法 net.guerlab.smart.platform.basic.auth.interceptor.AbstractTokenHandlerInterceptor

        getAuthProperties, preHandle0, setAuthProperties
      • 从类继承的方法 net.guerlab.smart.platform.basic.auth.interceptor.AbstractHandlerInterceptor

        afterCompletion, getAnnotation, preHandle
      • 从类继承的方法 org.springframework.web.servlet.handler.HandlerInterceptorAdapter

        afterConcurrentHandlingStarted, postHandle
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • WxUserJwtTokenHandlerInterceptor

        public WxUserJwtTokenHandlerInterceptor()
    • 方法详细资料

      • accept

        protected boolean accept​(java.lang.String token)
        指定者:
        accept 在类中 net.guerlab.smart.platform.basic.auth.interceptor.AbstractTokenHandlerInterceptor<WxUserAuthProperties>
      • setTokenInfo

        protected void setTokenInfo​(java.lang.String token)
        指定者:
        setTokenInfo 在类中 net.guerlab.smart.platform.basic.auth.interceptor.AbstractTokenHandlerInterceptor<WxUserAuthProperties>
      • setJwtHelper

        @Autowired
        public void setJwtHelper​(WxUserJwtHelper jwtHelper)