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