Class GroupPolicyRepresentation.GroupDefinition
java.lang.Object
org.keycloak.representations.idm.authorization.GroupPolicyRepresentation.GroupDefinition
- Enclosing class:
- GroupPolicyRepresentation
-
Constructor Summary
ConstructorDescriptionGroupDefinition
(String id, boolean extendChildren) GroupDefinition
(String id, String path, boolean extendChildren) -
Method Summary
Modifier and TypeMethodDescriptiongetId()
getPath()
boolean
void
setExtendChildren
(boolean extendChildren) void
void
-
Constructor Details
-
GroupDefinition
public GroupDefinition() -
GroupDefinition
-
GroupDefinition
-
GroupDefinition
-
-
Method Details
-
getId
-
setId
-
getPath
-
setPath
-
isExtendChildren
public boolean isExtendChildren() -
setExtendChildren
public void setExtendChildren(boolean extendChildren)
-