Package | Description |
---|---|
ej.authz.acl |
Modifier and Type | Method and Description |
---|---|
AclEntry |
AclInMemoryDatabase.getEntry(java.lang.String user,
java.lang.Object resource) |
AclEntry |
AclDataAccess.getEntry(java.lang.String user,
java.lang.Object resource)
Gets the
AclEntry (the permissions) concerning a given pair of user and resource. |
Constructor and Description |
---|
AclEntry(AclEntry entry)
Constructs a copy of the ACL entry.
|