Class ClientProfilesResource

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

public class ClientProfilesResource extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected static final org.jboss.logging.Logger
     
    protected final org.keycloak.models.RealmModel
     
    protected final org.keycloak.http.HttpRequest
     
    protected final org.keycloak.http.HttpResponse
     
    protected final org.keycloak.models.KeycloakSession
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    ClientProfilesResource(org.keycloak.models.KeycloakSession session, AdminPermissionEvaluator auth)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.keycloak.representations.idm.ClientProfilesRepresentation
    getProfiles(boolean includeGlobalProfiles)
     
    jakarta.ws.rs.core.Response
    updateProfiles(org.keycloak.representations.idm.ClientProfilesRepresentation clientProfiles)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • logger

      protected static final org.jboss.logging.Logger logger
    • request

      protected final org.keycloak.http.HttpRequest request
    • response

      protected final org.keycloak.http.HttpResponse response
    • session

      protected final org.keycloak.models.KeycloakSession session
    • realm

      protected final org.keycloak.models.RealmModel realm
  • Constructor Details

    • ClientProfilesResource

      public ClientProfilesResource(org.keycloak.models.KeycloakSession session, AdminPermissionEvaluator auth)
  • Method Details

    • getProfiles

      @GET @Produces("application/json") public org.keycloak.representations.idm.ClientProfilesRepresentation getProfiles(@QueryParam("include-global-profiles") boolean includeGlobalProfiles)
    • updateProfiles

      @PUT @Consumes("application/json") public jakarta.ws.rs.core.Response updateProfiles(org.keycloak.representations.idm.ClientProfilesRepresentation clientProfiles)