Package org.keycloak.representations.idm
Class ClientPolicyRepresentation
java.lang.Object
org.keycloak.representations.idm.ClientPolicyRepresentation
Client Policy's external representation class
- Author:
- Takashi Norimatsu
-
Field Summary
Modifier and TypeFieldDescriptionprotected List<ClientPolicyConditionRepresentation>
protected String
protected Boolean
protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
void
setConditions
(List<ClientPolicyConditionRepresentation> conditions) void
setDescription
(String description) void
setEnabled
(Boolean enabled) void
void
setProfiles
(List<String> profiles)
-
Field Details
-
name
-
description
-
enabled
-
conditions
-
profiles
-
-
Constructor Details
-
ClientPolicyRepresentation
public ClientPolicyRepresentation()
-
-
Method Details
-
getName
-
setName
-
getDescription
-
setDescription
-
isEnabled
-
setEnabled
-
getConditions
-
setConditions
-
getProfiles
-
setProfiles
-