Package wt.access


package wt.access
  • Class
    Description
     
     
     
     
     
    Class that registers conflict types associated with Access Control Manager actions.
    Used to represent service level events occuring on an AccessControlled object.
    Thrown when the access control service detects an unexpected error.
    Helper class that provides easy access to the implementation of methods defined by the AccessControlManager interface.
    Interface that all classes representing objects subject to access control must implement.
    The AccessControlManager interface contains the signature of the methods supported by managers of the access control package.
    AccessControlManagerSvr provides methods for access control services that can only be invoked from classes running on the server.
    Display identification delegate for AccessControlRule object type.
    Helper class that provides server invokable access control methods.
    The AccessControlSurrogate acts as a stand-in for a persistable object, to evaluate access rights for the information returned when a database query is performed requesting specific attributes of an object rather than a full persistable.
    The AccessControlSurrogateMaster is defined soley to satisfy the version control service's requirements for Iterated objects.
    AccessPermission represents the access control permissions that may be granted or denied.
    AccessPermissionType indicates whether access control permissions are granted, denied or absolutely denied.
    AdHocAccessKey is a specialization of EnumeratedType to provide localizable owner keys for ad hoc access control rule entries.
    Interface to be implemented by classes whose objects have their access ruled by ad hoc ACLs.
    Interface that identifies methods for translating custom security label values into internal and external formats.
    Thrown in situations where a policy access control rule to be deleted does not match the existing policy access control rule on the system.
    Thrown in situations where a user lacks sufficient access rights to carry out an action on a specific object or some other type of authorization error occurs.
    Thrown when the access control service detects that a change to security labels will cause one or more Ownable objects to become inaccessible to their owners.
    Interface to be implemented by classes whose objects may have security labels marking the sensitivity of the object's information.
    The StandardAccessControlManager provides the standard implementation of a manager for access control.
    Abstract class that can be extended to customize who is restricted by a security label value and/or who can modify a particular security label value.