public interface ClientPoliciesProfilesResource
Modifier and Type | Method and Description |
---|---|
ClientProfilesRepresentation |
getProfiles(Boolean includeGlobalProfiles) |
void |
updateProfiles(ClientProfilesRepresentation clientProfiles)
Update client profiles in the realm.
|
@GET @Produces(value="application/json") ClientProfilesRepresentation getProfiles(@QueryParam(value="include-global-profiles") Boolean includeGlobalProfiles)
@PUT @Consumes(value="application/json") void updateProfiles(ClientProfilesRepresentation clientProfiles)
clientProfiles
- Copyright © 2021 JBoss by Red Hat. All rights reserved.