public class GenericAccessManager
extends java.lang.Object
SecurityDomain#accessAllowed
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLASS_VERSION |
Constructor and Description |
---|
GenericAccessManager() |
Modifier and Type | Method and Description |
---|---|
static boolean |
hasAccessRight(User pUser,
AccessRight pDesiredRight,
AccessControlEntry[] pAcl)
Determines whether or not a user has a particular right within an
access control list.
|
public static boolean hasAccessRight(User pUser, AccessRight pDesiredRight, AccessControlEntry[] pAcl)