Class UserProfileResource

java.lang.Object
org.keycloak.services.resources.admin.UserProfileResource

public class UserProfileResource extends Object
Author:
Vlastimil Elias <[email protected]>
  • Field Details

  • Constructor Details

  • Method Details

    • getConfiguration

      @GET @Produces("application/json") public UPConfig getConfiguration()
    • getMetadata

      @GET @Path("/metadata") @Produces("application/json") public UserProfileMetadata getMetadata()
    • update

      @PUT @Consumes("application/json") @Produces("application/json") public jakarta.ws.rs.core.Response update(String text)
    • createUserProfileMetadata

      public static UserProfileMetadata createUserProfileMetadata(KeycloakSession session, UserProfile profile)