Uses of Enum Class
cn.dev33.satoken.stp.parameter.enums.SaLogoutRange
Packages that use SaLogoutRange
Package
Description
-
Uses of SaLogoutRange in cn.dev33.satoken.config
Methods in cn.dev33.satoken.config that return SaLogoutRangeModifier and TypeMethodDescriptionSaTokenConfig.getLogoutRange()获取 注销范围 (TOKEN=只注销当前 token 的会话,ACCOUNT=注销当前 token 指向的 loginId 其所有客户端会话)
(此参数只在调用 StpUtil.logout() 时有效)Methods in cn.dev33.satoken.config with parameters of type SaLogoutRangeModifier and TypeMethodDescriptionSaTokenConfig.setLogoutRange(SaLogoutRange logoutRange) 设置 注销范围 (TOKEN=只注销当前 token 的会话,ACCOUNT=注销当前 token 指向的 loginId 其所有客户端会话)
(此参数只在调用 StpUtil.logout() 时有效) -
Uses of SaLogoutRange in cn.dev33.satoken.stp.parameter
Methods in cn.dev33.satoken.stp.parameter that return SaLogoutRangeModifier and TypeMethodDescriptionSaLogoutParameter.getRange()注销范围 (TOKEN=只注销当前 token 的会话,ACCOUNT=注销当前 token 指向的 loginId 其所有客户端会话)
(此参数只在调用 StpUtil.logout(param) 时有效)Methods in cn.dev33.satoken.stp.parameter with parameters of type SaLogoutRangeModifier and TypeMethodDescriptionSaLogoutParameter.setRange(SaLogoutRange range) 注销范围 (TOKEN=只注销当前 token 的会话,ACCOUNT=注销当前 token 指向的 loginId 其所有客户端会话)
(此参数只在调用 StpUtil.logout(param) 时有效) -
Uses of SaLogoutRange in cn.dev33.satoken.stp.parameter.enums
Methods in cn.dev33.satoken.stp.parameter.enums that return SaLogoutRangeModifier and TypeMethodDescriptionstatic SaLogoutRangeReturns the enum constant of this class with the specified name.static SaLogoutRange[]SaLogoutRange.values()Returns an array containing the constants of this enum class, in the order they are declared.