Package | Description |
---|---|
systems.dmx.accesscontrol | |
systems.dmx.core.impl | |
systems.dmx.core.service.accesscontrol |
Modifier and Type | Method and Description |
---|---|
private void |
AccessControlPlugin.checkAccess(Operation operation,
long objectId) |
private boolean |
AccessControlPlugin.hasPermission(String username,
Operation operation,
long objectId)
Checks if a user is permitted to perform an operation on an object (topic or association).
|
Modifier and Type | Method and Description |
---|---|
private boolean |
AccessControlImpl._hasPermission(String username,
Operation operation,
long workspaceId) |
boolean |
AccessControlImpl.hasPermission(String username,
Operation operation,
long objectId) |
private boolean |
AccessControlImpl.permissionIfNoWorkspaceIsAssigned(Operation operation,
long objectId,
String typeUri) |
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.