接口的使用
cn.dev33.satoken.annotation.handler.SaAnnotationHandlerInterface
-
cn.dev33.satoken.annotation.handler中SaAnnotationHandlerInterface的使用
修饰符和类型类说明class注解 SaCheckDisable 的处理器class注解 SaCheckHttpBasic 的处理器class注解 SaCheckHttpDigest 的处理器class注解 SaCheckLogin 的处理器class注解 SaCheckOr 的处理器class注解 SaCheckPermission 的处理器class注解 SaCheckRole 的处理器class注解 SaCheckSafe 的处理器class注解 SaCheckSign 的处理器class注解 SaIgnore 的处理器 -
cn.dev33.satoken.listener中SaAnnotationHandlerInterface的使用
修饰符和类型方法说明static voidSaTokenEventCenter.doRegisterAnnotationHandler(SaAnnotationHandlerInterface<?> handler) 事件发布:有新的注解处理器载入到框架中default voidSaTokenListener.doRegisterAnnotationHandler(SaAnnotationHandlerInterface<?> handler) 注册了自定义注解处理器voidSaTokenListenerForLog.doRegisterAnnotationHandler(SaAnnotationHandlerInterface<?> handler) 注册了自定义注解处理器 -
cn.dev33.satoken.strategy中SaAnnotationHandlerInterface的使用
修饰符和类型字段说明Map<Class<?>,SaAnnotationHandlerInterface<?>> SaAnnotationStrategy.annotationHandlerMap注解处理器集合修饰符和类型方法说明voidSaAnnotationStrategy.registerAnnotationHandler(SaAnnotationHandlerInterface<?> handler) 注册一个注解处理器voidSaAnnotationStrategy.registerAnnotationHandlerToFirst(SaAnnotationHandlerInterface<?> handler) 注册一个注解处理器,到首位