Class UserInfoEndpoint
java.lang.Object
org.keycloak.protocol.oidc.endpoints.UserInfoEndpoint
- Author:
- pedroigor
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
jakarta.ws.rs.core.Response
jakarta.ws.rs.core.Response
-
Constructor Details
-
UserInfoEndpoint
-
-
Method Details
-
issueUserInfoPreflight
@Path("/") @OPTIONS public jakarta.ws.rs.core.Response issueUserInfoPreflight() -
issueUserInfoGet
@Path("/") @GET @Produces({"application/json","application/jwt"}) public jakarta.ws.rs.core.Response issueUserInfoGet() -
issueUserInfoPost
@Path("/") @POST @Produces({"application/json","application/jwt"}) public jakarta.ws.rs.core.Response issueUserInfoPost()
-