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 Details

    • SaStpInterface

      private SaStpInterface()
  • Method Details

    • getPermissionList

      public List<String> getPermissionList(Object loginId, String loginType)
      获取权限集合
      Specified by:
      getPermissionList in interface cn.dev33.satoken.stp.StpInterface
      Parameters:
      loginId - 登录id
      loginType - 登录类型
      Returns:
      权限集合
    • getRoleList

      public List<String> getRoleList(Object loginId, String loginType)
      获取角色集合
      Specified by:
      getRoleList in interface cn.dev33.satoken.stp.StpInterface
      Parameters:
      loginId - 登录id
      loginType - 登录类型
      Returns:
      角色集合