atg.security
Class GenericAccessManager

java.lang.Object
  extended by atg.security.GenericAccessManager

public class GenericAccessManager
extends java.lang.Object

Methods which determine if access should be allowed or denied. This is intended to be used by security domains to implement the accessAllowed() method.

See Also:
SecurityDomain#accessAllowed

Field Summary
static java.lang.String CLASS_VERSION
           
 
Constructor Summary
GenericAccessManager()
           
 
Method Summary
static boolean hasAccessRight(User pUser, AccessRight pDesiredRight, AccessControlEntry[] pAcl)
          Determines whether or not a user has a particular right within an access control list.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Constructor Detail

GenericAccessManager

public GenericAccessManager()
Method Detail

hasAccessRight

public static boolean hasAccessRight(User pUser,
                                     AccessRight pDesiredRight,
                                     AccessControlEntry[] pAcl)
Determines whether or not a user has a particular right within an access control list.