类 SaCheckAccessTokenHandler
java.lang.Object
cn.dev33.satoken.oauth2.annotation.handler.SaCheckAccessTokenHandler
- 所有已实现的接口:
cn.dev33.satoken.annotation.handler.SaAnnotationHandlerInterface<SaCheckAccessToken>
public class SaCheckAccessTokenHandler
extends Object
implements cn.dev33.satoken.annotation.handler.SaAnnotationHandlerInterface<SaCheckAccessToken>
注解 SaCheckAccessToken 的处理器
- 从以下版本开始:
- 1.39.0
- 作者:
- click33
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static void_checkMethod(String[] scope) voidcheckMethod(SaCheckAccessToken at, Method method) 从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 cn.dev33.satoken.annotation.handler.SaAnnotationHandlerInterface
check
-
构造器详细资料
-
SaCheckAccessTokenHandler
public SaCheckAccessTokenHandler()
-
-
方法详细资料
-
getHandlerAnnotationClass
- 指定者:
getHandlerAnnotationClass在接口中cn.dev33.satoken.annotation.handler.SaAnnotationHandlerInterface<SaCheckAccessToken>
-
checkMethod
- 指定者:
checkMethod在接口中cn.dev33.satoken.annotation.handler.SaAnnotationHandlerInterface<SaCheckAccessToken>
-
_checkMethod
-