|
EASP Audit Plugin 6.2.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 EASP. |
void |
managerLogout(ManagerLogoutAuditEvent event)
Called after an IT manager logs out from the EASP. |
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 |
public static final String PLUGINNAME
PLUGINNAME.
| Method Detail |
public void managerLogin(ManagerLoginAuditEvent event)
event - a ManagerLoginAuditEventpublic void managerLogout(ManagerLogoutAuditEvent event)
event - a ManagerLogoutAuditEventpublic void subscribe(SubscribeAuditEvent event)
event - a SubscribeAuditEvent that contains the id of the subscribed subscriptionpublic void unsubscribe(UnsubscribeAuditEvent event)
event - a UnsubscribeAuditEvent that contains the subscription id that was unsubscribedpublic void updateSubscription(SubscriptionUpdateAuditEvent event)
event - a SubscriptionUpdateAuditEventpublic void updateSubscriber(SubscriberUpdateAuditEvent event)
event - a SubscriberUpdateAuditEventpublic void updateServiceOpState(ServiceOpStateAuditEvent event)
event - a ServiceOpStateAuditEventpublic void export(ExportAuditEvent event)
event - a ExportAuditEvent that contains the id of the exported vpnpublic void unexport(UnexportAuditEvent event)
event - a UnexportAuditEvent that contains the vpn id that was unexported
|
EASP Audit Plugin 6.2.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||