Uses of Enum Class
cn.dev33.satoken.stp.parameter.enums.SaReplacedRange
Packages that use SaReplacedRange
Package
Description
-
Uses of SaReplacedRange in cn.dev33.satoken.config
Methods in cn.dev33.satoken.config that return SaReplacedRangeModifier and TypeMethodDescriptionSaTokenConfig.getReplacedRange()获取 当 isConcurrent=false 时,顶人下线的范围 (CURR_DEVICE_TYPE=当前指定的设备类型端 ALL_DEVICE_TYPE=所有设备类型端)Methods in cn.dev33.satoken.config with parameters of type SaReplacedRangeModifier and TypeMethodDescriptionSaTokenConfig.setReplacedRange(SaReplacedRange replacedRange) 设置 当 isConcurrent=false 时,顶人下线的范围 (CURR_DEVICE_TYPE=当前指定的设备类型端 ALL_DEVICE_TYPE=所有设备类型端) -
Uses of SaReplacedRange in cn.dev33.satoken.stp.parameter
Methods in cn.dev33.satoken.stp.parameter that return SaReplacedRangeModifier and TypeMethodDescriptionSaLoginParameter.getReplacedRange()当 isConcurrent=false 时,顶人下线的范围 (CURR_DEVICE_TYPE=当前指定的设备类型端, ALL_DEVICE_TYPE=所有设备类型端)Methods in cn.dev33.satoken.stp.parameter with parameters of type SaReplacedRangeModifier and TypeMethodDescriptionSaLoginParameter.setReplacedRange(SaReplacedRange replacedRange) 当 isConcurrent=false 时,顶人下线的范围 (CURR_DEVICE_TYPE=当前指定的设备类型端, ALL_DEVICE_TYPE=所有设备类型端) -
Uses of SaReplacedRange in cn.dev33.satoken.stp.parameter.enums
Methods in cn.dev33.satoken.stp.parameter.enums that return SaReplacedRangeModifier and TypeMethodDescriptionstatic SaReplacedRangeReturns the enum constant of this class with the specified name.static SaReplacedRange[]SaReplacedRange.values()Returns an array containing the constants of this enum class, in the order they are declared.