Uses of Class
org.keycloak.representations.idm.ClientPolicyRepresentation
-
Packages that use ClientPolicyRepresentation Package Description org.keycloak.representations.idm -
-
Uses of ClientPolicyRepresentation in org.keycloak.representations.idm
Fields in org.keycloak.representations.idm with type parameters of type ClientPolicyRepresentation Modifier and Type Field Description protected List<ClientPolicyRepresentation>
ClientPoliciesRepresentation. policies
Methods in org.keycloak.representations.idm that return types with arguments of type ClientPolicyRepresentation Modifier and Type Method Description List<ClientPolicyRepresentation>
ClientPoliciesRepresentation. getPolicies()
Method parameters in org.keycloak.representations.idm with type arguments of type ClientPolicyRepresentation Modifier and Type Method Description void
ClientPoliciesRepresentation. setPolicies(List<ClientPolicyRepresentation> policies)
-