Class GroupPolicyRepresentation.GroupDefinition
java.lang.Object
org.keycloak.representations.idm.authorization.GroupPolicyRepresentation.GroupDefinition
- All Implemented Interfaces:
 Comparable<GroupPolicyRepresentation.GroupDefinition>
- Enclosing class:
 - GroupPolicyRepresentation
 
public static class GroupPolicyRepresentation.GroupDefinition
extends Object
implements Comparable<GroupPolicyRepresentation.GroupDefinition>
- 
Constructor Summary
ConstructorsConstructorDescriptionGroupDefinition(String id, boolean extendChildren) GroupDefinition(String id, String path, boolean extendChildren)  - 
Method Summary
Modifier and TypeMethodDescriptionintgetId()getPath()booleanvoidsetExtendChildren(boolean extendChildren) voidvoid 
- 
Constructor Details
- 
GroupDefinition
public GroupDefinition() - 
GroupDefinition
 - 
GroupDefinition
 - 
GroupDefinition
 
 - 
 - 
Method Details
- 
getId
 - 
setId
 - 
getPath
 - 
setPath
 - 
isExtendChildren
public boolean isExtendChildren() - 
setExtendChildren
public void setExtendChildren(boolean extendChildren)  - 
compareTo
- Specified by:
 compareToin interfaceComparable<GroupPolicyRepresentation.GroupDefinition>
 
 -