Class GroupPolicyRepresentation.GroupDefinition
- java.lang.Object
-
- org.keycloak.representations.idm.authorization.GroupPolicyRepresentation.GroupDefinition
-
- Enclosing class:
- GroupPolicyRepresentation
public static class GroupPolicyRepresentation.GroupDefinition extends Object
-
-
Constructor Summary
Constructors Constructor Description GroupDefinition()
GroupDefinition(String id)
GroupDefinition(String id, boolean extendChildren)
GroupDefinition(String id, String path, boolean extendChildren)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getId()
String
getPath()
boolean
isExtendChildren()
void
setExtendChildren(boolean extendChildren)
void
setId(String id)
void
setPath(String path)
-