|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Event
The Event
interface provides methods for retrieving
information about Right Management service events.
For example, when a policy is created, an event is created. You cannot create Event
objects.
To see this interface in a code example, see the
Searching for events using the Java API quick start in Programming with Adobe Experience Manager Forms.
Method Summary | |
---|---|
java.lang.String |
getClientIPAddress()
Retrieves the IP Address of the client which triggered the audit event. |
java.lang.String |
getEventCode()
Retrieves the event code for the associated action that caused this audit event. |
java.lang.String |
getEventId()
Retrieves the unique identifier for this audit event. |
java.lang.String |
getEventName()
Retrieves the event name of the event. |
java.lang.String |
getEventNamespace()
Retrieves the event namespace of the event. |
java.lang.String |
getLicenseId()
Retrieves the unique identifier for the License that is associted with the audit event. |
java.lang.String |
getLoginId()
Retrieves the unique login identifier for the user that is associted with the audit event. |
java.lang.String |
getPolicyId()
Retrieves the unique identifier for the policy associated with the event. |
java.lang.String |
getPolicySetId()
Retrieves the unique identifier for the policy set associated with the event. |
java.util.Date |
getTimestamp()
Retrieves the timestamp indicating when the audit event occurred. |
java.lang.String |
getUserOid()
Retrieves the unique identifier for the user that is associted with the audit event. |
boolean |
isAllowed()
Retrieves a boolean value that indicates whether the action causing this
event was allowed to proceed. |
boolean |
isOnline()
Retrieves a boolean value that indicates whether the user was connected to the Document
Security Server. |
Method Detail |
---|
boolean isAllowed()
boolean
value that indicates whether the action causing this
event was allowed to proceed.
boolean
that indicates whether the action causing this
event was allowed to proceed.Event
java.lang.String getEventCode()
EventManager.ALL_EVENTS
event is the string "999".
The event codes are described in the Public Constants for the
EventManager
interface.
java.lang.String
representing the numeric value of the event codes.java.lang.String getEventId()
java.lang.String
that holds unique identifier for this audit event.EventManager
java.lang.String getEventName()
EventManager
java.lang.String getEventNamespace()
EventManager
java.lang.String getLicenseId()
java.lang.String
that holds the unique identifier for the License that is
associted with the audit event.Event.getLicenseId()
java.util.Date getTimestamp()
java.util.Date
that holds the timestamp indicating when the audit
event occurred.Event.getTimestamp()
java.lang.String getUserOid()
java.lang.String
that holds the unique identifier for the user that is
associted with the audit event.Event.getUserOid()
java.lang.String getLoginId()
java.lang.String
that holds the unique login identifier for the user that is
associted with the audit event.Event.getLoginId()
java.lang.String getClientIPAddress()
java.lang.String
that holds the IP Address of the client that triggered the
audit event.Event.getClientIPAddress()
java.lang.String getPolicyId()
java.lang.String
that holds the unique login identifier for the policy that is
associted with the audit event.Event.getPolicyId()
java.lang.String getPolicySetId()
java.lang.String
that holds the unique login identifier for the policy set that is
associted with the audit event.Event.getPolicySetId()
boolean isOnline()
boolean
value that indicates whether the user was connected to the Document
Security Server.
boolean
that indicates whether the user was connected to the Document
Security ServerEvent.isOnline()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |