|
EASP Audit Plugin 6.3.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--net.juniper.smgt.ent.plugin.DefaultAuditEventListener
This is an implmentation of AuditPluginEventListener presented as a
sample of using IT manager Audit plugin. The listener logs all the events to a
log file.
| Field Summary |
| Fields inherited from interface net.juniper.smgt.ent.plugin.AuditPluginEventListener |
PLUGINNAME |
| Constructor Summary | |
DefaultAuditEventListener()
|
|
| Method Summary | |
void |
export(ExportAuditEvent e)
Called after an IT manager export a VPN. |
net.juniper.smgt.sae.plugin.PluginEventListener |
init(String name,
Properties prop)
init is called to initialize the PluginEventListener. |
void |
managerLogin(ManagerLoginAuditEvent e)
Called after an IT manager logs into the EASP. |
void |
managerLogout(ManagerLogoutAuditEvent e)
Called after an IT manager logs out from the EASP. |
void |
shutdown()
Shutdown will be called when administrator disables the EASPAudit plugin by removing the Plugin.EASPAudit.class property from EASP configuration in directory |
void |
subscribe(SubscribeAuditEvent e)
Called after an IT manager subscribes a service. |
void |
unexport(UnexportAuditEvent e)
Called after an IT manager unexport a VPN. |
void |
unsubscribe(UnsubscribeAuditEvent e)
Called after an IT manager unsubscribes a service. |
void |
updateServiceOpState(ServiceOpStateAuditEvent e)
Called after an IT manager changes the operational state of a |
void |
updateSubscriber(SubscriberUpdateAuditEvent e)
Called after an IT manager changes parameter substitutions of a subscriber object. |
void |
updateSubscription(SubscriptionUpdateAuditEvent e)
Called after an IT manager updates a subscription, including changing parameter substitutions, changing the administrative state or suspending/resuming the subscription |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DefaultAuditEventListener()
| Method Detail |
public void managerLogin(ManagerLoginAuditEvent e)
AuditPluginEventListener
managerLogin in interface AuditPluginEventListenere - a ManagerLoginAuditEventAuditPluginEventListener.managerLogin(ManagerLoginAuditEvent)public void managerLogout(ManagerLogoutAuditEvent e)
AuditPluginEventListener
managerLogout in interface AuditPluginEventListenere - a ManagerLogoutAuditEventAuditPluginEventListener.managerLogout(ManagerLogoutAuditEvent)public void subscribe(SubscribeAuditEvent e)
AuditPluginEventListener
subscribe in interface AuditPluginEventListenere - a SubscribeAuditEvent that contains the id of the subscribed subscriptionAuditPluginEventListener.subscribe(SubscribeAuditEvent)public void unsubscribe(UnsubscribeAuditEvent e)
AuditPluginEventListener
unsubscribe in interface AuditPluginEventListenere - a UnsubscribeAuditEvent that contains the subscription id that was unsubscribedAuditPluginEventListener.unsubscribe(UnsubscribeAuditEvent)public void export(ExportAuditEvent e)
AuditPluginEventListener
export in interface AuditPluginEventListenere - a ExportAuditEvent that contains the id of the exported vpnAuditPluginEventListener.export(ExportAuditEvent)public void unexport(UnexportAuditEvent e)
AuditPluginEventListener
unexport in interface AuditPluginEventListenere - a UnexportAuditEvent that contains the vpn id that was unexportedpublic void updateSubscription(SubscriptionUpdateAuditEvent e)
AuditPluginEventListener
updateSubscription in interface AuditPluginEventListenere - a SubscriptionUpdateAuditEventAuditPluginEventListener.updateSubscription(SubscriptionUpdateAuditEvent)public void updateSubscriber(SubscriberUpdateAuditEvent e)
AuditPluginEventListener
updateSubscriber in interface AuditPluginEventListenere - a SubscriberUpdateAuditEventAuditPluginEventListener.updateSubscriber(SubscriberUpdateAuditEvent)public void updateServiceOpState(ServiceOpStateAuditEvent e)
AuditPluginEventListener
updateServiceOpState in interface AuditPluginEventListenere - a ServiceOpStateAuditEventAuditPluginEventListener.updateServiceOpState(ServiceOpStateAuditEvent)
public net.juniper.smgt.sae.plugin.PluginEventListener init(String name,
Properties prop)
init in interface net.juniper.smgt.sae.plugin.PluginEventListenerPluginEventListener.init(String, Properties)public void shutdown()
shutdown in interface net.juniper.smgt.sae.plugin.PluginEventListenerPluginEventListener.shutdown()
|
EASP Audit Plugin 6.3.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||