Interface ClientPoliciesPoliciesResource
public interface ClientPoliciesPoliciesResource
- Author:
 - Takashi Norimatsu
 
- 
Method Summary
Modifier and TypeMethodDescriptiongetPolicies(Boolean includeGlobalPolicies) Get client policies for the realm.voidupdatePolicies(ClientPoliciesRepresentation clientPolicies)  
- 
Method Details
- 
getPolicies
 - 
getPolicies
@GET @Produces("application/json") ClientPoliciesRepresentation getPolicies(@QueryParam("include-global-policies") Boolean includeGlobalPolicies) Get client policies for the realm.- Parameters:
 includeGlobalPolicies- Indicates if global server clioent policies should be included or not. Parameter available since Keycloak server 25. Will be ignored on older Keycloak versions with the default value false- Returns:
 - client policies
 
 - 
updatePolicies
 
 -