public interface AclDataAccess
Modifier and Type | Method and Description |
---|---|
void |
add(String user,
String action,
Object resource)
Adds a new permission.
|
AclEntry |
getEntry(String user,
Object resource)
Gets the
AclEntry (the permissions) concerning a given pair of user and resource. |