| java.lang.Object | |
| ↳ | com.atlassian.confluence.security.delegate.GroupPermissionsDelegate |
Class for checking operations on groups.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Unsupported.
| |||||||||||
Determines if the specified user has permissions to create groups
| |||||||||||
Determines if the specified user can modify the membership (add/remove users) from the target group.
| |||||||||||
Unsupported.
| |||||||||||
Determines if the specified user can remove the target group.
| |||||||||||
Determines if the specified user can assign new permissions to or remove existing permissions from the target
group.
| |||||||||||
Determines if the specified user can view the target group.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.atlassian.confluence.security.PermissionDelegate
| |||||||||||
Determines if the specified user has permissions to create groups
| container | not required. Null can be specified here as it is not used at the moment. |
|---|
Determines if the specified user can modify the membership (add/remove users) from the target group. Only Confluence administrators and System administrators can modify most groups. Only system administrators can modify groups with system administrator permissions (or the confluence-administrator super group).
| group | group to be modified (type Group) |
|---|
Determines if the specified user can remove the target group. Only Confluence administrators and System administrators can remove most groups. Only system administrators can remove groups with system administrators permissions (or the confluence-administrator super group).
Determines if the specified user can assign new permissions to or remove existing permissions from the target group. Only system administrators can set permissions on groups with system administrators permissions (or the confluence-administrator super group).
Determines if the specified user can view the target group.