Class JwtStpInterface

java.lang.Object
io.github.xezzon.zeroweb.auth.JwtStpInterface
All Implemented Interfaces:
cn.dev33.satoken.stp.StpInterface

@Component public class JwtStpInterface extends Object implements cn.dev33.satoken.stp.StpInterface
Author:
xezzon
  • Constructor Details

    • JwtStpInterface

      public JwtStpInterface()
  • Method Details

    • getPermissionList

      public List<String> getPermissionList(Object loginId, String loginType)
      Specified by:
      getPermissionList in interface cn.dev33.satoken.stp.StpInterface
    • getRoleList

      public List<String> getRoleList(Object loginId, String loginType)
      Specified by:
      getRoleList in interface cn.dev33.satoken.stp.StpInterface