Class GroupAdministrationMapping
java.lang.Object
com.atlassian.crowd.manager.permission.GroupAdministrationMapping
A class which inheritors can extend to create mappings of some entities to groups they can be administrators of
- Since:
- 3.3.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final com.atlassian.crowd.model.group.ImmutableGroup -
Constructor Summary
ConstructorsConstructorDescriptionGroupAdministrationMapping(com.atlassian.crowd.model.group.Group targetGroup) -
Method Summary
-
Field Details
-
targetGroup
protected final com.atlassian.crowd.model.group.ImmutableGroup targetGroup
-
-
Constructor Details
-
GroupAdministrationMapping
public GroupAdministrationMapping(com.atlassian.crowd.model.group.Group targetGroup)
-
-
Method Details
-
getTargetGroup
public com.atlassian.crowd.model.group.Group getTargetGroup()
-