Uses of Interface
cn.dev33.satoken.fun.SaTwoParamFunction
Packages that use SaTwoParamFunction
-
Uses of SaTwoParamFunction in cn.dev33.satoken.session
Methods in cn.dev33.satoken.session with parameters of type SaTwoParamFunctionModifier and TypeMethodDescriptionvoidSaSession.forEachTerminalList(SaTwoParamFunction<SaSession, SaTerminalInfo> function) 遍历 terminalList 列表,执行特定函数 -
Uses of SaTwoParamFunction in cn.dev33.satoken.stp
Methods in cn.dev33.satoken.stp with parameters of type SaTwoParamFunctionModifier and TypeMethodDescriptionvoidStpLogic.forEachTerminalList(Object loginId, SaTwoParamFunction<SaSession, SaTerminalInfo> function) 获取指定账号 id 已登录设备信息集合,执行特定函数static voidStpUtil.forEachTerminalList(Object loginId, SaTwoParamFunction<SaSession, SaTerminalInfo> function) 获取指定账号 id 已登录设备信息集合,执行特定函数