| Package | Description |
|---|---|
| com.atlassian.crowd.manager.permission | |
| com.atlassian.crowd.model.permission |
| Modifier and Type | Method and Description |
|---|---|
UserPermission |
PermittedGroup.getPermission()
A UserPermission granted to this DirectoryGroup
|
| Modifier and Type | Method and Description |
|---|---|
static UserPermission |
UserPermission.fromId(int id)
Gets a permission by its id.
|
static UserPermission |
UserPermission.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserPermission[] |
UserPermission.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<UserPermission> |
UserPermission.allPermissions()
Gets all the permissions.
|
Copyright © 2018 Atlassian. All rights reserved.