类 IdentityController

java.lang.Object
cn.herodotus.stirrup.oauth2.management.controller.IdentityController

@RestController public class IdentityController extends Object
作者:
gengwei.zheng
另请参阅:
  • 构造器详细资料

  • 方法详细资料

    • create

      @PostMapping("/open/identity/session") public cn.herodotus.stirrup.core.definition.domain.Result<Session> create(@Validated @RequestBody SessionCreate sessionCreate, jakarta.servlet.http.HttpServletRequest request)
    • exchange

      @PostMapping("/open/identity/exchange") public cn.herodotus.stirrup.core.definition.domain.Result<String> exchange(@Validated @RequestBody SessionExchange sessionExchange)
    • prompt

      @Crypto(responseEncrypt=false) @PostMapping("/open/identity/prompt") public cn.herodotus.stirrup.core.definition.domain.Result<SignInErrorStatus> prompt(@Validated @RequestBody SignInErrorPrompt signInErrorPrompt)