| Package | Description |
|---|---|
| org.ow2.play.commons.accesscontrol | |
| org.ow2.play.commons.accesscontrol.api |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AccessImpl.check(String agentUri,
String documentUri,
Permission permission) |
boolean |
AccessImpl.checkDirectPermission(String agentUri,
String documentUri,
Permission permission) |
boolean |
AccessImpl.checkViaAgentClass(String agentUri,
String documentUri,
Permission permission) |
boolean |
AccessImpl.checkViaGroupMembership(String agentUri,
String documentUri,
Permission permission) |
| Modifier and Type | Method and Description |
|---|---|
static Permission |
Permission.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Permission[] |
Permission.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Access.check(String agentUri,
String documentUri,
Permission permission)
Check if a given agent for a given document or stream has
the right permission.
|
Copyright © 2010-2013 OW2 Consortium. All Rights Reserved.