EASP Audit Plugin 7.14.0

net.juniper.smgt.ent.plugin
Interface SubscriptionUpdateAuditEvent

All Superinterfaces:
ManagerAuditEvent, PersistentChangeAuditEvent, SubscriptionAttributes

public interface SubscriptionUpdateAuditEvent
extends PersistentChangeAuditEvent, SubscriptionAttributes

An audit event that may be triggered by changing the parameter substitutions, sspState attribute or sspAction attribute of a subscription object


Field Summary
 
Fields inherited from interface net.juniper.smgt.ent.plugin.SubscriptionAttributes
SSPACTION, SSPSTATE, SUBSTITUTION
 
Method Summary
 java.util.Set getChangeSet()
          Returns a set of ModifiedAttribute that contains the attributes being changed of the subscriber.
 java.lang.String getSubscriptionDn()
          Returns the dn of the subscription object that was changed
 
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 object that was changed

Returns:
the dn of the subscription

getChangeSet

java.util.Set getChangeSet()
Returns a set of ModifiedAttribute that contains the attributes being changed of the subscriber.


EASP Audit Plugin 7.14.0