| Package | Description |
|---|---|
| com.atlassian.crowd.embedded.api |
| Modifier and Type | Method and Description |
|---|---|
OperationType |
OperationType.fromName(String name) |
static OperationType |
OperationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperationType[] |
OperationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<OperationType> |
Directory.getAllowedOperations()
Returns the operations allowed to be performed on this directory.
|
Set<OperationType> |
PermissionOption.getAllowedOperations() |
| Modifier and Type | Method and Description |
|---|---|
static PermissionOption |
PermissionOption.fromAllowedOperations(Set<OperationType> allowedOperations) |
Copyright © 2019 Atlassian. All rights reserved.