Package cn.sinozg.applet.sa.plugin
Class SaPlugin.SaStpInterface
java.lang.Object
cn.sinozg.applet.sa.plugin.SaPlugin.SaStpInterface
- All Implemented Interfaces:
cn.dev33.satoken.stp.StpInterface
- Enclosing class:
- SaPlugin
private static class SaPlugin.SaStpInterface
extends Object
implements cn.dev33.satoken.stp.StpInterface
接口权限
- Since:
- 2025-03-29 14:03:38
- Author:
- xyb
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPermissionList(Object loginId, String loginType) 获取权限集合getRoleList(Object loginId, String loginType) 获取角色集合Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface cn.dev33.satoken.stp.StpInterface
isDisabled
-
Constructor Details
-
SaStpInterface
private SaStpInterface()
-
-
Method Details
-
getPermissionList
获取权限集合- Specified by:
getPermissionListin interfacecn.dev33.satoken.stp.StpInterface- Parameters:
loginId- 登录idloginType- 登录类型- Returns:
- 权限集合
-
getRoleList
获取角色集合- Specified by:
getRoleListin interfacecn.dev33.satoken.stp.StpInterface- Parameters:
loginId- 登录idloginType- 登录类型- Returns:
- 角色集合
-