类 SaCheckSignHandler
java.lang.Object
cn.dev33.satoken.annotation.handler.SaCheckSignHandler
- 所有已实现的接口:
SaAnnotationHandlerInterface<SaCheckSign>
注解 SaCheckSign 的处理器
- 从以下版本开始:
- 1.41.0
- 作者:
- click33
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static void_checkMethod(String appid, String[] verifyParams) voidcheckMethod(SaCheckSign at, Method method) 所需要执行的校验方法(转换类型后)获取所要处理的注解类型从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 cn.dev33.satoken.annotation.handler.SaAnnotationHandlerInterface
check
-
构造器详细资料
-
SaCheckSignHandler
public SaCheckSignHandler()
-
-
方法详细资料
-
getHandlerAnnotationClass
从接口复制的说明:SaAnnotationHandlerInterface获取所要处理的注解类型- 指定者:
getHandlerAnnotationClass在接口中SaAnnotationHandlerInterface<SaCheckSign>- 返回:
- /
-
checkMethod
从接口复制的说明:SaAnnotationHandlerInterface所需要执行的校验方法(转换类型后)- 指定者:
checkMethod在接口中SaAnnotationHandlerInterface<SaCheckSign>- 参数:
at- 注解对象method- 被标注的注解的方法引用
-
_checkMethod
-