net.juniper.smgt.ent.plugin
Interface UnsubscribeAuditEvent
- All Superinterfaces:
- ManagerAuditEvent, PersistentChangeAuditEvent, SubscriptionAttributes
public interface UnsubscribeAuditEvent
- extends PersistentChangeAuditEvent, SubscriptionAttributes
An audit event of unsubscribing a service
getSubscriptionDn
String getSubscriptionDn()
- Returns the dn of the subscription
- Returns:
- dn of the subscription
getSubscriptionAttributes
Map getSubscriptionAttributes()
- Returns the attributes of the subscription object, including sspState, sspAction
and parameterSubstitution. For any attribute, if it does not exist, the map will not
contain the corresponding entry.
Returns the attributes of the subscription object that was removed.
- Returns:
- java.util.Map the attributes of the subscription object. The key of
the map is the name of the attribute and the value is an Object[] that
contains the attribute's values.