Uses of Class
cn.dev33.satoken.stp.StpLogic
Packages that use StpLogic
-
Uses of StpLogic in cn.dev33.satoken
Fields in cn.dev33.satoken with type parameters of type StpLogicMethods in cn.dev33.satoken that return StpLogicModifier and TypeMethodDescriptionstatic StpLogicSaManager.getStpLogic(String loginType) 根据 LoginType 获取对应的StpLogic,如果不存在则新建并返回static StpLogicSaManager.getStpLogic(String loginType, boolean isCreate) 根据 LoginType 获取对应的StpLogic,如果不存在,isCreate = 是否自动创建并返回Methods in cn.dev33.satoken with parameters of type StpLogicModifier and TypeMethodDescriptionstatic voidSaManager.putStpLogic(StpLogic stpLogic) 向全局集合中 put 一个 StpLogic -
Uses of StpLogic in cn.dev33.satoken.listener
Methods in cn.dev33.satoken.listener with parameters of type StpLogicModifier and TypeMethodDescriptionstatic voidSaTokenEventCenter.doSetStpLogic(StpLogic stpLogic) 事件发布:有新的 StpLogic 载入到框架中default voidSaTokenListener.doSetStpLogic(StpLogic stpLogic) StpLogic 对象替换voidSaTokenListenerForLog.doSetStpLogic(StpLogic stpLogic) StpLogic 对象替换 -
Uses of StpLogic in cn.dev33.satoken.stp
Fields in cn.dev33.satoken.stp declared as StpLogicMethods in cn.dev33.satoken.stp that return StpLogicModifier and TypeMethodDescriptionstatic StpLogicStpUtil.getStpLogic()获取 StpLogic 对象StpLogic.setConfig(SaTokenConfig config) 写入当前 StpLogic 单独使用的配置对象StpLogic.setLoginType(String loginType) 安全的重置当前账号类型Methods in cn.dev33.satoken.stp with parameters of type StpLogicModifier and TypeMethodDescriptionstatic voidStpUtil.setStpLogic(StpLogic newStpLogic) 安全的重置 StpLogic 对象
1、更改此账户的 StpLogic 对象
2、put 到全局 StpLogic 集合中
3、发送日志