Class UserInfoEndpoint

java.lang.Object
org.keycloak.protocol.oidc.endpoints.UserInfoEndpoint

public class UserInfoEndpoint extends Object
Author:
pedroigor
  • Constructor Details

  • 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()