Interface PermittedGroup
- All Superinterfaces:
DirectoryGroup
- All Known Implementing Classes:
InternalGrantedPermission
,PermittedGroupImpl
,RestPermittedGroup
A DirectoryGroup with a corresponding UserPermission. Users in this group are granted this permission.
-
Method Summary
Modifier and TypeMethodDescriptionA UserPermission granted to this DirectoryGroupMethods inherited from interface com.atlassian.crowd.manager.permission.DirectoryGroup
getDirectoryId, getDirectoryName, getGroupName
-
Method Details
-
getPermission
UserPermission getPermission()A UserPermission granted to this DirectoryGroup- Returns:
- the permission
-