Interface | Description |
---|---|
AuditPluginEventListener |
The interface that defines the plugin points of an ITManager audit plugin.
|
ExportAuditEvent |
An audit event of unexport an VPN
|
ManagerAuditEvent |
ManagerAuditEvent is the super interface of all ITManager audit events sent to
the
AuditPluginEventListener . |
ManagerLoginAuditEvent |
The login event of an IT Manager.
|
ManagerLogoutAuditEvent |
The logout event of an IT Manager.
|
ModifiedAttribute |
An interface that defines an attribute of a directory object that was changed
|
PersistentChangeAuditEvent |
The super interface of audit events that involve changes to the directory.
|
ServiceOpStateAuditEvent |
The audit event for changing operational state of a service session
|
SubscribeAuditEvent |
An audit event of subscribing a service
|
SubscriberAttributes |
The interface that defines the list of attribute names of a
net.juniper.smgt.ent.im.Subscriber object. |
SubscriberUpdateAuditEvent |
An audit event that can be triggered by changing the parameter substitutions
of a subscriber object
|
SubscriptionAttributes |
The interface that defines the list of attribute names of a
net.juniper.smgt.ent.im.Subscription object. |
SubscriptionUpdateAuditEvent |
An audit event that may be triggered by changing the parameter substitutions,
sspState attribute or sspAction attribute of a subscription object
|
UnexportAuditEvent |
An audit event of export an VPN
|
UnsubscribeAuditEvent |
An audit event of unsubscribing a service
|
Class | Description |
---|---|
DefaultAuditEventListener |
This is an implmentation of
AuditPluginEventListener presented as a
sample of using IT manager Audit plugin. |