Class UserInfoEndpoint
java.lang.Object
org.keycloak.protocol.oidc.endpoints.UserInfoEndpoint
- Author:
 - pedroigor
 
- 
Nested Class Summary
Nested Classes - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.Responsejakarta.ws.rs.core.Responsejakarta.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() 
 -