| Package | Description |
|---|---|
| de.deepamehta.core.service.accesscontrol |
| Modifier and Type | Method and Description |
|---|---|
static Operation |
Operation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Operation[] |
Operation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Permissions |
Permissions.add(Operation operation,
boolean allowed) |
boolean |
AccessControl.hasPermission(String username,
Operation operation,
long objectId)
Checks if a user is permitted to perform an operation on an object (topic or association).
|
Copyright © 2018. All rights reserved.