EASP Audit Plugin 7.14.0

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


Field Summary
 
Fields inherited from interface net.juniper.smgt.ent.plugin.SubscriptionAttributes
SSPACTION, SSPSTATE, SUBSTITUTION
 
Method Summary
 java.util.Map getSubscriptionAttributes()
          Returns the attributes of the subscription object, including sspState, sspAction and parameterSubstitution.
 java.lang.String getSubscriptionDn()
          Returns the dn of the subscription
 
Methods inherited from interface net.juniper.smgt.ent.plugin.ManagerAuditEvent
getManagerDn, getManagerPrinciple, getOperationTime
 

Method Detail

getSubscriptionDn

java.lang.String getSubscriptionDn()
Returns the dn of the subscription

Returns:
dn of the subscription

getSubscriptionAttributes

java.util.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.

EASP Audit Plugin 7.14.0