Package | Description |
---|---|
com.streamscape.sef.security |
Modifier and Type | Method and Description |
---|---|
static AccessControlOperation |
AccessControlOperation.fromSlangName(java.lang.String name) |
static AccessControlOperation |
AccessControlOperation.valueOf(java.lang.String name) |
static AccessControlOperation[] |
AccessControlOperation.values() |
Modifier and Type | Method and Description |
---|---|
void |
SecurityManager.addGroupPermission(java.lang.String groupName,
AccessControlOperation operation)
Adds the specified access permission to the specified group.
|
void |
SecurityManager.addUserPermission(java.lang.String userName,
AccessControlOperation operation)
Adds the specified access permission to the specified user.
|
boolean |
SecurityContext.authorize(AccessControlOperation operation)
Checks if the security context is authorized to perform the specified Access Control operation.
|
boolean |
AccessControlList.isAllowed(AccessControlOperation operation)
Checks if the specified operation is allowed by this list.
|
void |
SecurityManager.removeGroupPermission(java.lang.String groupName,
AccessControlOperation operation)
Removes the specified access permission from the specified group.
|
void |
SecurityManager.removeUserPermission(java.lang.String userName,
AccessControlOperation operation)
Removes the specified access permission from the specified user.
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.