Package wt.access
Class AccessControlEvent
java.lang.Object
wt.events.KeyedEvent
wt.access.AccessControlEvent
- All Implemented Interfaces:
Serializable,wt.events.summary.SummarizedEvent
Used to represent service level events occuring on an
Supported API: true
Extendable: false
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 Summary
Fields -
Method Summary
Methods inherited from class wt.events.KeyedEvent
generateEventKey, getEventKey, getEventTarget, getEventType
-
Field Details
-
MODIFY_SECURITY_LABELS
Event emitted whenever the set of security labels for aSecurityLabeledobject 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
Event emitted when one or moreAccessContrlRuleobjects 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:
-