Package wt.access

Class StandardAccessControlManager

java.lang.Object
wt.services.StandardManager
wt.access.StandardAccessControlManager
All Implemented Interfaces:
Serializable, AccessControlManager, AccessControlManagerSvr, wt.fc._NetFactor, NetFactor, wt.services.Manager

public class StandardAccessControlManager extends StandardManager implements AccessControlManager, AccessControlManagerSvr, Serializable
The StandardAccessControlManager provides the standard implementation of a manager for access control. In addition to containing implementations for the methods in the AccessControlManager interface, it contains methods for maintenance of the ACL cache and auxiliary methods for ACL creation and maintenance.

Use the newStandardAccessControlManager static factory method(s), not the StandardAccessControlManager constructor, to construct instances of this class. Instances must be constructed using the static factory(s), in order to ensure proper initialization of the instance.



Supported API: true

Extendable: false

See Also: