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
ConstructorDescriptionGroupDefinition
(String id, boolean extendChildren) GroupDefinition
(String id, String path, boolean extendChildren) -
Method Summary
Modifier and TypeMethodDescriptionint
getId()
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) -
compareTo
- Specified by:
compareTo
in interfaceComparable<GroupPolicyRepresentation.GroupDefinition>
-