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