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

A

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

D

DefaultAuditEventListener - class net.juniper.smgt.ent.plugin.DefaultAuditEventListener.
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 class net.juniper.smgt.ent.plugin.DefaultAuditEventListener
 
export(ExportAuditEvent) - Method in interface net.juniper.smgt.ent.plugin.AuditPluginEventListener
Called after an IT manager export a VPN.
ExportAuditEvent - interface net.juniper.smgt.ent.plugin.ExportAuditEvent.
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.UnsubscribeAuditEvent
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
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 net.juniper.smgt.ent.plugin.ManagerAuditEvent.
ManagerAuditEvent is the super interface of all ITManager audit events sent to the AuditPluginEventListener.
managerLogin(ManagerLoginAuditEvent) - Method in class net.juniper.smgt.ent.plugin.DefaultAuditEventListener
 
managerLogin(ManagerLoginAuditEvent) - Method in interface net.juniper.smgt.ent.plugin.AuditPluginEventListener
Called after an IT manager logs into the EASP.
ManagerLoginAuditEvent - interface net.juniper.smgt.ent.plugin.ManagerLoginAuditEvent.
The login event of an IT Manager.
managerLogout(ManagerLogoutAuditEvent) - Method in class net.juniper.smgt.ent.plugin.DefaultAuditEventListener
 
managerLogout(ManagerLogoutAuditEvent) - Method in interface net.juniper.smgt.ent.plugin.AuditPluginEventListener
Called after an IT manager logs out from the EASP.
ManagerLogoutAuditEvent - interface net.juniper.smgt.ent.plugin.ManagerLogoutAuditEvent.
The logout event of an IT Manager.
ModifiedAttribute - interface net.juniper.smgt.ent.plugin.ModifiedAttribute.
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 net.juniper.smgt.ent.plugin.PersistentChangeAuditEvent.
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 net.juniper.smgt.ent.plugin.ServiceOpStateAuditEvent.
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 EASPAudit plugin by removing the Plugin.EASPAudit.class property from EASP 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 class net.juniper.smgt.ent.plugin.DefaultAuditEventListener
 
subscribe(SubscribeAuditEvent) - Method in interface net.juniper.smgt.ent.plugin.AuditPluginEventListener
Called after an IT manager subscribes a service.
SubscribeAuditEvent - interface net.juniper.smgt.ent.plugin.SubscribeAuditEvent.
An audit event of subscribing a service
SubscriberAttributes - interface net.juniper.smgt.ent.plugin.SubscriberAttributes.
The interface that defines the list of attribute names of a net.juniper.smgt.ent.im.Subscriber object.
SubscriberUpdateAuditEvent - interface net.juniper.smgt.ent.plugin.SubscriberUpdateAuditEvent.
An audit event that can be triggered by changing the parameter substitutions of a subscriber object
SubscriptionAttributes - interface net.juniper.smgt.ent.plugin.SubscriptionAttributes.
The interface that defines the list of attribute names of a net.juniper.smgt.ent.im.Subscription object.
SubscriptionUpdateAuditEvent - interface net.juniper.smgt.ent.plugin.SubscriptionUpdateAuditEvent.
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 class net.juniper.smgt.ent.plugin.DefaultAuditEventListener
 
unexport(UnexportAuditEvent) - Method in interface net.juniper.smgt.ent.plugin.AuditPluginEventListener
Called after an IT manager unexport a VPN.
UnexportAuditEvent - interface net.juniper.smgt.ent.plugin.UnexportAuditEvent.
An audit event of export an VPN
unsubscribe(UnsubscribeAuditEvent) - Method in class net.juniper.smgt.ent.plugin.DefaultAuditEventListener
 
unsubscribe(UnsubscribeAuditEvent) - Method in interface net.juniper.smgt.ent.plugin.AuditPluginEventListener
Called after an IT manager unsubscribes a service.
UnsubscribeAuditEvent - interface net.juniper.smgt.ent.plugin.UnsubscribeAuditEvent.
An audit event of unsubscribing a service
updateServiceOpState(ServiceOpStateAuditEvent) - Method in class net.juniper.smgt.ent.plugin.DefaultAuditEventListener
 
updateServiceOpState(ServiceOpStateAuditEvent) - Method in interface net.juniper.smgt.ent.plugin.AuditPluginEventListener
Called after an IT manager changes the operational state of a
updateSubscriber(SubscriberUpdateAuditEvent) - 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.
updateSubscription(SubscriptionUpdateAuditEvent) - 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

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