Interface ClientPoliciesProfilesResource


public interface ClientPoliciesProfilesResource
Author:
Takashi Norimatsu
  • Method Summary

    Modifier and Type
    Method
    Description
    org.keycloak.representations.idm.ClientProfilesRepresentation
    getProfiles(Boolean includeGlobalProfiles)
     
    void
    updateProfiles(org.keycloak.representations.idm.ClientProfilesRepresentation clientProfiles)
    Update client profiles in the realm.
  • Method Details

    • getProfiles

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

      @PUT @Consumes("application/json") void updateProfiles(org.keycloak.representations.idm.ClientProfilesRepresentation clientProfiles)
      Update client profiles in the realm. The "globalProfiles" field of clientProfiles is ignored as it is not possible to update global profiles
      Parameters:
      clientProfiles -