Interface ClientPoliciesProfilesResource
- 
 public interface ClientPoliciesProfilesResource- Author:
- Takashi Norimatsu
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ClientProfilesRepresentationgetProfiles(Boolean includeGlobalProfiles)voidupdateProfiles(ClientProfilesRepresentation clientProfiles)Update client profiles in the realm.
 
- 
- 
- 
Method Detail- 
getProfiles@GET @Produces("application/json") ClientProfilesRepresentation getProfiles(@QueryParam("include-global-profiles") Boolean includeGlobalProfiles)
 - 
updateProfiles@PUT @Consumes("application/json") void updateProfiles(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-
 
 
- 
 
-