EASP Audit Plugin 7.14.0

net.juniper.smgt.ent.plugin
Interface ServiceOpStateAuditEvent

All Superinterfaces:
ManagerAuditEvent

public interface ServiceOpStateAuditEvent
extends ManagerAuditEvent

The audit event for changing operational state of a service session

See Also:
net.juniper.smgt.ent.im.Session#setActive(boolean)

Method Summary
 boolean getServiceOpState()
          Returns the current operational state of the session after the change
 java.lang.String getSubscriberDn()
          Returns the dn of the subscriber that owns the service session.
 java.lang.String getSubscriptionDn()
          Returns the dn of the subscription corresponding to the service session
 
Methods inherited from interface net.juniper.smgt.ent.plugin.ManagerAuditEvent
getManagerDn, getManagerPrinciple, getOperationTime
 

Method Detail

getServiceOpState

boolean getServiceOpState()
Returns the current operational state of the session after the change

Returns:
the operational state of the session. Returns true if the operational state is active. Otherwise, returns false.

getSubscriptionDn

java.lang.String getSubscriptionDn()
Returns the dn of the subscription corresponding to the service session

Returns:
the dn of the subscription

getSubscriberDn

java.lang.String getSubscriberDn()
Returns the dn of the subscriber that owns the service session. Usually, it is the dn of an net.juniper.smgt.ent.im.Access.


EASP Audit Plugin 7.14.0