| Package | Description |
|---|---|
| com.atlassian.crowd.dao.permission |
| Modifier and Type | Method and Description |
|---|---|
List<InternalGrantedPermission> |
InternalUserPermissionDAO.findAllPermissionsForGroup(String groupName,
long directoryId)
Find all permission entries for this group.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
InternalUserPermissionDAO.exists(InternalGrantedPermission permission)
Return true if the InternalGrantedPermission has been explicitly granted.
|
void |
InternalUserPermissionDAO.grant(InternalGrantedPermission permission)
Grant the explicit permission to the group.
|
boolean |
InternalUserPermissionDAO.revoke(InternalGrantedPermission permission)
Remove the explicit permission from the group.
|
Copyright © 2018 Atlassian. All rights reserved.