|
EASP Audit Plugin 7.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AuditPluginEventListener
The interface that defines the plugin points of an ITManager audit plugin. An audit plugin must implment this inteface.
Field Summary | |
---|---|
static String |
PLUGINNAME
The name of the plugin. |
Method Summary | |
---|---|
void |
export(ExportAuditEvent event)
Called after an IT manager export a VPN. |
void |
managerLogin(ManagerLoginAuditEvent event)
Called after an IT manager logs into the ESP. |
void |
managerLogout(ManagerLogoutAuditEvent event)
Called after an IT manager logs out from the ESP. |
void |
subscribe(SubscribeAuditEvent event)
Called after an IT manager subscribes a service. |
void |
unexport(UnexportAuditEvent event)
Called after an IT manager unexport a VPN. |
void |
unsubscribe(UnsubscribeAuditEvent event)
Called after an IT manager unsubscribes a service. |
void |
updateServiceOpState(ServiceOpStateAuditEvent event)
Called after an IT manager changes the operational state of a |
void |
updateSubscriber(SubscriberUpdateAuditEvent event)
Called after an IT manager changes parameter substitutions of a subscriber object. |
void |
updateSubscription(SubscriptionUpdateAuditEvent event)
Called after an IT manager updates a subscription, including changing parameter substitutions, changing the administrative state or suspending/resuming the subscription |
Methods inherited from interface net.juniper.smgt.sae.plugin.PluginEventListener |
---|
init, shutdown |
Field Detail |
---|
static final String PLUGINNAME
PLUGINNAME
.
Method Detail |
---|
void managerLogin(ManagerLoginAuditEvent event)
event
- a ManagerLoginAuditEvent
void managerLogout(ManagerLogoutAuditEvent event)
event
- a ManagerLogoutAuditEvent
void subscribe(SubscribeAuditEvent event)
event
- a SubscribeAuditEvent
that contains the id of the subscribed subscriptionvoid unsubscribe(UnsubscribeAuditEvent event)
event
- a UnsubscribeAuditEvent
that contains the subscription id that was unsubscribedvoid updateSubscription(SubscriptionUpdateAuditEvent event)
event
- a SubscriptionUpdateAuditEvent
void updateSubscriber(SubscriberUpdateAuditEvent event)
event
- a SubscriberUpdateAuditEvent
void updateServiceOpState(ServiceOpStateAuditEvent event)
event
- a ServiceOpStateAuditEvent
void export(ExportAuditEvent event)
event
- a ExportAuditEvent
that contains the id of the exported vpnvoid unexport(UnexportAuditEvent event)
event
- a UnexportAuditEvent
that contains the vpn id that was unexported
|
EASP Audit Plugin 7.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |