net.juniper.smgt.ent.plugin
Interface SubscriberUpdateAuditEvent
- All Superinterfaces:
- ManagerAuditEvent, PersistentChangeAuditEvent, SubscriberAttributes
public interface SubscriberUpdateAuditEvent
- extends PersistentChangeAuditEvent, SubscriberAttributes
An audit event that can be triggered by changing the parameter substitutions
of a subscriber object
Method Summary |
java.util.Set |
getChangeSet()
Returns a set of ModifiedAttribute that contains the attributes
being changed of the subscriber. |
java.lang.String |
getSubscriberDn()
Returns the dn of the subscriber object that is changed |
getSubscriberDn
java.lang.String getSubscriberDn()
- Returns the dn of the subscriber object that is changed
- Returns:
- dn of the subscriber object
getChangeSet
java.util.Set getChangeSet()
- Returns a set of
ModifiedAttribute
that contains the attributes
being changed of the subscriber.