Uses of Enum Class
cn.dev33.satoken.stp.parameter.enums.SaLogoutMode
Packages that use SaLogoutMode
Package
Description
-
Uses of SaLogoutMode in cn.dev33.satoken.config
Methods in cn.dev33.satoken.config that return SaLogoutModeModifier and TypeMethodDescriptionSaTokenConfig.getOverflowLogoutMode()获取 溢出 maxLoginCount 的客户端,将以何种方式注销下线 (LOGOUT=注销下线, KICKOUT=踢人下线, REPLACED=顶人下线)Methods in cn.dev33.satoken.config with parameters of type SaLogoutModeModifier and TypeMethodDescriptionSaTokenConfig.setOverflowLogoutMode(SaLogoutMode overflowLogoutMode) 设置 溢出 maxLoginCount 的客户端,将以何种方式注销下线 (LOGOUT=注销下线, KICKOUT=踢人下线, REPLACED=顶人下线) -
Uses of SaLogoutMode in cn.dev33.satoken.stp
Methods in cn.dev33.satoken.stp with parameters of type SaLogoutModeModifier and TypeMethodDescriptionvoidStpLogic.logoutByMaxLoginCount(Object loginId, SaSession session, String deviceType, int maxLoginCount, SaLogoutMode logoutMode) 如果指定账号 id、设备类型的登录客户端已经超过了指定数量,则按照登录时间顺序,把最开始登录的给注销掉 -
Uses of SaLogoutMode in cn.dev33.satoken.stp.parameter
Methods in cn.dev33.satoken.stp.parameter that return SaLogoutModeModifier and TypeMethodDescriptionSaLogoutParameter.getMode()注销类型 (LOGOUT=注销下线、KICKOUT=踢人下线,REPLACED=顶人下线)SaLoginParameter.getOverflowLogoutMode()获取 溢出 maxLoginCount 的客户端,将以何种方式注销下线 (LOGOUT=注销下线, KICKOUT=踢人下线, REPLACED=顶人下线)Methods in cn.dev33.satoken.stp.parameter with parameters of type SaLogoutModeModifier and TypeMethodDescriptionSaLogoutParameter.setMode(SaLogoutMode mode) 注销类型 (LOGOUT=注销下线、KICKOUT=踢人下线,REPLACED=顶人下线)SaLoginParameter.setOverflowLogoutMode(SaLogoutMode overflowLogoutMode) 设置 溢出 maxLoginCount 的客户端,将以何种方式注销下线 (LOGOUT=注销下线, KICKOUT=踢人下线, REPLACED=顶人下线) -
Uses of SaLogoutMode in cn.dev33.satoken.stp.parameter.enums
Methods in cn.dev33.satoken.stp.parameter.enums that return SaLogoutModeModifier and TypeMethodDescriptionstatic SaLogoutModeReturns the enum constant of this class with the specified name.static SaLogoutMode[]SaLogoutMode.values()Returns an array containing the constants of this enum class, in the order they are declared.