Package wt.access

Class AccessControlEvent

java.lang.Object
wt.events.KeyedEvent
wt.access.AccessControlEvent
All Implemented Interfaces:
Serializable, wt.events.summary.SummarizedEvent

public class AccessControlEvent extends KeyedEvent implements Serializable
Used to represent service level events occuring on an AccessControlled object. The event contains information indicating the specific type of event that occurred, the AccessControlled object that it occured on and other related information. The event is emitted in response to operations of the access control service. The event may also be emitted when other services detect authorization errors.

Supported API: true

Extendable: false
See Also:
  • Field Details

    • MODIFY_SECURITY_LABELS

      public static final String MODIFY_SECURITY_LABELS
      Event emitted whenever the set of security labels for a SecurityLabeled object changes. This event is dispatched as a multi-object vetoable event.

      Note: Conversion of this event to a single-object event is not supported.

      Supported API: true

      See Also:
    • DELETE_POLICY_RULE

      public static final String DELETE_POLICY_RULE
      Event emitted when one or more AccessContrlRule objects are deleted. This event is dispatched as a multi-object vetoable event.

      Note: Conversion of this event to a single-object event is not supported.

      Supported API: true

      See Also: