java.lang.Object
xyz.raylab.authorizationserver.auth.bff.ohs.AuthOHS
所有已实现的接口:
xyz.raylab.support.ohs.OHSSupport

@RestController("authOhsForBFF") @RequestMapping("/bff/auth") public class AuthOHS extends Object implements xyz.raylab.support.ohs.OHSSupport
  • 字段概要

    从接口继承的字段 xyz.raylab.support.ohs.OHSSupport

    LOGGER
  • 构造器概要

    构造器
    构造器
    说明
    AuthOHS(AuthService authService)
     
  • 方法概要

    修饰符和类型
    方法
    说明
    xyz.raylab.support.ohs.ResourceResponseBody
    getLoginUser(String authorization)
     

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    从接口继承的方法 xyz.raylab.support.ohs.OHSSupport

    failedBody, resourceResponseBody, resourceResponseBody, resourceResponseBody, resourceResponseBody, resourceResponseBody, resourceResponseBody, resourceResponseBody, resourceResponseBody, succeededBody
  • 构造器详细资料

    • AuthOHS

      @Autowired public AuthOHS(AuthService authService)
  • 方法详细资料

    • getLoginUser

      @GetMapping("/login-user") public xyz.raylab.support.ohs.ResourceResponseBody getLoginUser(@RequestHeader("Authorization") String authorization)