类 AuthQueryAppService

java.lang.Object
xyz.raylab.authorizationserver.auth.application.AuthQueryAppService

@Service public class AuthQueryAppService extends Object
认证的查询用例服务
  • 构造器详细资料

    • AuthQueryAppService

      @Autowired public AuthQueryAppService(AuthStateManager authStateManager)
  • 方法详细资料

    • getLoginUser

      public LoginUserDTO getLoginUser(String token)
      获取登录用户
      参数:
      token - accessToken
      返回:
    • introspect

      public IntrospectResult introspect(String token)
      自省
      参数:
      token -
      返回: