Package org.keycloak.representations.idm
Class ClientPoliciesRepresentation
- java.lang.Object
- 
- org.keycloak.representations.idm.ClientPoliciesRepresentation
 
- 
 public class ClientPoliciesRepresentation extends Object Client Policies' (the set of all Client Policy) external representation class- Author:
- Takashi Norimatsu
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected List<ClientPolicyRepresentation>policies
 - 
Constructor SummaryConstructors Constructor Description ClientPoliciesRepresentation()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)List<ClientPolicyRepresentation>getPolicies()inthashCode()voidsetPolicies(List<ClientPolicyRepresentation> policies)
 
- 
- 
- 
Field Detail- 
policiesprotected List<ClientPolicyRepresentation> policies 
 
- 
 - 
Method Detail- 
getPoliciespublic List<ClientPolicyRepresentation> getPolicies() 
 - 
setPoliciespublic void setPolicies(List<ClientPolicyRepresentation> policies) 
 
- 
 
-