EASP Audit Plugin 7.8.0
A D E G I M N P S U

A

AuditPluginEventListener - Interface in net.juniper.smgt.ent.plugin
The interface that defines the plugin points of an ITManager audit plugin.

D

DefaultAuditEventListener - Class in net.juniper.smgt.ent.plugin
This is an implmentation of AuditPluginEventListener presented as a sample of using IT manager Audit plugin.
DefaultAuditEventListener() - Constructor for class net.juniper.smgt.ent.plugin.DefaultAuditEventListener
 

E

export(ExportAuditEvent) - Method in interface net.juniper.smgt.ent.plugin.AuditPluginEventListener
Called after an IT manager export a VPN.
export(ExportAuditEvent) - Method in class net.juniper.smgt.ent.plugin.DefaultAuditEventListener
 
ExportAuditEvent - Interface in net.juniper.smgt.ent.plugin
An audit event of unexport an VPN

G

getChangeSet() - Method in interface net.juniper.smgt.ent.plugin.SubscriberUpdateAuditEvent
Returns a set of ModifiedAttribute that contains the attributes being changed of the subscriber.
getChangeSet() - Method in interface net.juniper.smgt.ent.plugin.SubscriptionUpdateAuditEvent
Returns a set of ModifiedAttribute that contains the attributes being changed of the subscriber.
getClientDn() - Method in interface net.juniper.smgt.ent.plugin.ExportAuditEvent
Returns the dn of the extranet client
getClientDn() - Method in interface net.juniper.smgt.ent.plugin.UnexportAuditEvent
Returns the dn of the extranet client
getManagerDn() - Method in interface net.juniper.smgt.ent.plugin.ManagerAuditEvent
Returns the dn of the IT manager whose operation triggers the event
getManagerPrinciple() - Method in interface net.juniper.smgt.ent.plugin.ManagerAuditEvent
Returns the fully qualified principle of the IT manager whose operation triggers the event.
getName() - Method in interface net.juniper.smgt.ent.plugin.ModifiedAttribute
getName returns the name of the attribute that was changed
getNewValues() - Method in interface net.juniper.smgt.ent.plugin.ModifiedAttribute
getNewValues returns the attribute's new values.
getOldValues() - Method in interface net.juniper.smgt.ent.plugin.ModifiedAttribute
getOldValues returns the attribute's old values.
getOperationTime() - Method in interface net.juniper.smgt.ent.plugin.ManagerAuditEvent
Returns the time of the operation that triggers the event
getServiceOpState() - Method in interface net.juniper.smgt.ent.plugin.ServiceOpStateAuditEvent
Returns the current operational state of the session after the change
getSubscriberDn() - Method in interface net.juniper.smgt.ent.plugin.ServiceOpStateAuditEvent
Returns the dn of the subscriber that owns the service session.
getSubscriberDn() - Method in interface net.juniper.smgt.ent.plugin.SubscriberUpdateAuditEvent
Returns the dn of the subscriber object that is changed
getSubscriptionAttributes() - Method in interface net.juniper.smgt.ent.plugin.SubscribeAuditEvent
Returns the attributes of the subscription object, including sspState, sspAction and parameterSubstitution.
getSubscriptionAttributes() - Method in interface net.juniper.smgt.ent.plugin.UnsubscribeAuditEvent
Returns the attributes of the subscription object, including sspState, sspAction and parameterSubstitution.
getSubscriptionDn() - Method in interface net.juniper.smgt.ent.plugin.ServiceOpStateAuditEvent
Returns the dn of the subscription corresponding to the service session
getSubscriptionDn() - Method in interface net.juniper.smgt.ent.plugin.SubscribeAuditEvent
Returns the dn of the subscription
getSubscriptionDn() - Method in interface net.juniper.smgt.ent.plugin.SubscriptionUpdateAuditEvent
Returns the dn of the subscription object that was changed
getSubscriptionDn() - Method in interface net.juniper.smgt.ent.plugin.UnsubscribeAuditEvent
Returns the dn of the subscription
getVPNDn() - Method in interface net.juniper.smgt.ent.plugin.ExportAuditEvent
Returns the dn of the vpn
getVPNDn() - Method in interface net.juniper.smgt.ent.plugin.UnexportAuditEvent
Returns the dn of the vpn

I

init(String, Properties) - Method in class net.juniper.smgt.ent.plugin.DefaultAuditEventListener
init is called to initialize the PluginEventListener.

M

ManagerAuditEvent - Interface in net.juniper.smgt.ent.plugin
ManagerAuditEvent is the super interface of all ITManager audit events sent to the AuditPluginEventListener.
managerLogin(ManagerLoginAuditEvent) - Method in interface net.juniper.smgt.ent.plugin.AuditPluginEventListener
Called after an IT manager logs into the ESP.
managerLogin(ManagerLoginAuditEvent) - Method in class net.juniper.smgt.ent.plugin.DefaultAuditEventListener
 
ManagerLoginAuditEvent - Interface in net.juniper.smgt.ent.plugin
The login event of an IT Manager.
managerLogout(ManagerLogoutAuditEvent) - Method in interface net.juniper.smgt.ent.plugin.AuditPluginEventListener
Called after an IT manager logs out from the ESP.
managerLogout(ManagerLogoutAuditEvent) - Method in class net.juniper.smgt.ent.plugin.DefaultAuditEventListener
 
ManagerLogoutAuditEvent - Interface in net.juniper.smgt.ent.plugin
The logout event of an IT Manager.
ModifiedAttribute - Interface in net.juniper.smgt.ent.plugin
An interface that defines an attribute of a directory object that was changed

N

net.juniper.smgt.ent.plugin - package net.juniper.smgt.ent.plugin
 

P

PersistentChangeAuditEvent - Interface in net.juniper.smgt.ent.plugin
The super interface of audit events that involve changes to the directory.
PLUGINNAME - Static variable in interface net.juniper.smgt.ent.plugin.AuditPluginEventListener
The name of the plugin.

S

ServiceOpStateAuditEvent - Interface in net.juniper.smgt.ent.plugin
The audit event for changing operational state of a service session
shutdown() - Method in class net.juniper.smgt.ent.plugin.DefaultAuditEventListener
Shutdown will be called when administrator disables the ESPAudit plugin by removing the Plugin.ESPAudit.class property from ESP configuration in directory
SSPACTION - Static variable in interface net.juniper.smgt.ent.plugin.SubscriptionAttributes
 
SSPSTATE - Static variable in interface net.juniper.smgt.ent.plugin.SubscriptionAttributes
 
subscribe(SubscribeAuditEvent) - Method in interface net.juniper.smgt.ent.plugin.AuditPluginEventListener
Called after an IT manager subscribes a service.
subscribe(SubscribeAuditEvent) - Method in class net.juniper.smgt.ent.plugin.DefaultAuditEventListener
 
SubscribeAuditEvent - Interface in net.juniper.smgt.ent.plugin
An audit event of subscribing a service
SubscriberAttributes - Interface in net.juniper.smgt.ent.plugin
The interface that defines the list of attribute names of a net.juniper.smgt.ent.im.Subscriber object.
SubscriberUpdateAuditEvent - Interface in net.juniper.smgt.ent.plugin
An audit event that can be triggered by changing the parameter substitutions of a subscriber object
SubscriptionAttributes - Interface in net.juniper.smgt.ent.plugin
The interface that defines the list of attribute names of a net.juniper.smgt.ent.im.Subscription object.
SubscriptionUpdateAuditEvent - Interface in net.juniper.smgt.ent.plugin
An audit event that may be triggered by changing the parameter substitutions, sspState attribute or sspAction attribute of a subscription object
SUBSTITUTION - Static variable in interface net.juniper.smgt.ent.plugin.SubscriberAttributes
 
SUBSTITUTION - Static variable in interface net.juniper.smgt.ent.plugin.SubscriptionAttributes
 

U

unexport(UnexportAuditEvent) - Method in interface net.juniper.smgt.ent.plugin.AuditPluginEventListener
Called after an IT manager unexport a VPN.
unexport(UnexportAuditEvent) - Method in class net.juniper.smgt.ent.plugin.DefaultAuditEventListener
 
UnexportAuditEvent - Interface in net.juniper.smgt.ent.plugin
An audit event of export an VPN
unsubscribe(UnsubscribeAuditEvent) - Method in interface net.juniper.smgt.ent.plugin.AuditPluginEventListener
Called after an IT manager unsubscribes a service.
unsubscribe(UnsubscribeAuditEvent) - Method in class net.juniper.smgt.ent.plugin.DefaultAuditEventListener
 
UnsubscribeAuditEvent - Interface in net.juniper.smgt.ent.plugin
An audit event of unsubscribing a service
updateServiceOpState(ServiceOpStateAuditEvent) - Method in interface net.juniper.smgt.ent.plugin.AuditPluginEventListener
Called after an IT manager changes the operational state of a
updateServiceOpState(ServiceOpStateAuditEvent) - Method in class net.juniper.smgt.ent.plugin.DefaultAuditEventListener
 
updateSubscriber(SubscriberUpdateAuditEvent) - Method in interface net.juniper.smgt.ent.plugin.AuditPluginEventListener
Called after an IT manager changes parameter substitutions of a subscriber object.
updateSubscriber(SubscriberUpdateAuditEvent) - Method in class net.juniper.smgt.ent.plugin.DefaultAuditEventListener
 
updateSubscription(SubscriptionUpdateAuditEvent) - Method in interface net.juniper.smgt.ent.plugin.AuditPluginEventListener
Called after an IT manager updates a subscription, including changing parameter substitutions, changing the administrative state or suspending/resuming the subscription
updateSubscription(SubscriptionUpdateAuditEvent) - Method in class net.juniper.smgt.ent.plugin.DefaultAuditEventListener
 

A D E G I M N P S U
EASP Audit Plugin 7.8.0