net.juniper.smgt.ent.plugin
Interface SubscribeAuditEvent
- All Superinterfaces:
- ManagerAuditEvent, PersistentChangeAuditEvent, SubscriptionAttributes
- public interface SubscribeAuditEvent
- extends PersistentChangeAuditEvent, SubscriptionAttributes
An audit event of subscribing a service
getSubscriptionDn
public String getSubscriptionDn()
- Returns the dn of the subscription
- Returns:
- dn of the subscription
getSubscriptionAttributes
public 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:
- 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.