Interface IAMRestApi
@Path("")
@Consumes("application/x-www-form-urlencoded")
@Produces("application/json")
public interface IAMRestApi
-
Method Summary
Modifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<IdentityTokenResponse>generateBearer(IdentityTokenRequest request) static com.fasterxml.jackson.databind.ObjectMapperobjectMapper(com.fasterxml.jackson.databind.ObjectMapper defaultObjectMapper) static jakarta.ws.rs.WebApplicationExceptiontoException(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)
-