Uses of Interface
cn.dev33.satoken.annotation.handler.SaAnnotationHandlerInterface
Packages that use SaAnnotationHandlerInterface
Package
Description
-
Uses of SaAnnotationHandlerInterface in cn.dev33.satoken.annotation.handler
Classes in cn.dev33.satoken.annotation.handler that implement SaAnnotationHandlerInterfaceModifier and TypeClassDescriptionclass注解 SaCheckDisable 的处理器class注解 SaCheckHttpBasic 的处理器class注解 SaCheckHttpDigest 的处理器class注解 SaCheckLogin 的处理器class注解 SaCheckOr 的处理器class注解 SaCheckPermission 的处理器class注解 SaCheckRole 的处理器class注解 SaCheckSafe 的处理器class注解 SaIgnore 的处理器 -
Uses of SaAnnotationHandlerInterface in cn.dev33.satoken.listener
Methods in cn.dev33.satoken.listener with parameters of type SaAnnotationHandlerInterfaceModifier and TypeMethodDescriptionstatic voidSaTokenEventCenter.doRegisterAnnotationHandler(SaAnnotationHandlerInterface<?> handler) 事件发布:有新的注解处理器载入到框架中default voidSaTokenListener.doRegisterAnnotationHandler(SaAnnotationHandlerInterface<?> handler) 注册了自定义注解处理器voidSaTokenListenerForLog.doRegisterAnnotationHandler(SaAnnotationHandlerInterface<?> handler) 注册了自定义注解处理器 -
Uses of SaAnnotationHandlerInterface in cn.dev33.satoken.strategy
Fields in cn.dev33.satoken.strategy with type parameters of type SaAnnotationHandlerInterfaceModifier and TypeFieldDescriptionMap<Class<?>,SaAnnotationHandlerInterface<?>> SaAnnotationStrategy.annotationHandlerMap注解处理器集合Methods in cn.dev33.satoken.strategy with parameters of type SaAnnotationHandlerInterfaceModifier and TypeMethodDescriptionvoidSaAnnotationStrategy.registerAnnotationHandler(SaAnnotationHandlerInterface<?> handler) 注册一个注解处理器voidSaAnnotationStrategy.registerAnnotationHandlerToFirst(SaAnnotationHandlerInterface<?> handler) 注册一个注解处理器,到首位