Interface IAMRestApi


@Path("") @Consumes("application/x-www-form-urlencoded") @Produces("application/json") public interface IAMRestApi
  • Method Summary

    Modifier and Type
    Method
    Description
    io.smallrye.mutiny.Uni<IdentityTokenResponse>
     
    static com.fasterxml.jackson.databind.ObjectMapper
    objectMapper(com.fasterxml.jackson.databind.ObjectMapper defaultObjectMapper)
     
    static jakarta.ws.rs.WebApplicationException
    toException(jakarta.ws.rs.core.Response response)
     
  • Method Details

    • generateBearer

      @POST @Path("identity/token") io.smallrye.mutiny.Uni<IdentityTokenResponse> generateBearer(IdentityTokenRequest request)
    • toException

      static jakarta.ws.rs.WebApplicationException toException(jakarta.ws.rs.core.Response response)
    • objectMapper

      static com.fasterxml.jackson.databind.ObjectMapper objectMapper(com.fasterxml.jackson.databind.ObjectMapper defaultObjectMapper)