|
Java SDK r12.5 SP 8 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.netegrity.ims.EventProfile
public class EventProfile
This represents the data as in the Auditing subsystem
This class provides methods to set and access auditable attributes for objects that need to be audited.setEventState()
.
AuditEvent
,
EnhancedAuditData
,
GenericAuditEvent
Nested Class Summary | |
---|---|
class |
EventProfile.TaskSessionProfile
The TasksessionProfile of the tasksession this event belongs to. |
Constructor Summary | |
---|---|
EventProfile()
Constructs an EventProfile object for a managed object |
Method Summary | |
---|---|
java.lang.String |
getAdminDN()
Retrieves the distinguished name of the administrator who executed the task that generated the event. |
java.lang.String |
getAdminName()
Retrieves the name of the administrator who executed the task that generated the event. |
java.lang.String |
getEventDescription()
Retrieves an event description |
java.lang.String |
getEventId()
Retrieves an event ID. |
java.lang.String |
getEventName()
Retrieves an event name. |
java.lang.String |
getEventState()
Retrieves an event state. |
AuditEventStateSeverityType |
getEventStateSeverity()
Returns the event state severity type. |
java.lang.String |
getEventType()
Retrieves an event type. |
java.lang.String |
getIMSEnvName()
Retrieves the Identity Manager environment name. |
java.lang.String |
getIMSEnvOID()
Retrieves the Identity Manager environment object identifier. |
java.lang.String |
getLocale()
Retrieves a locale. |
java.lang.String |
getParentEventOID()
The parent Event in case this is a child of a event |
java.lang.String |
getParentOrgDN()
Retrieves the distinguished name of the parent organization. |
EventProfile.TaskSessionProfile |
getTaskSessionProfile()
|
void |
setAdminDN(java.lang.String value)
Sets the distinguished name of the administrator who executed the task that generated the event. |
void |
setAdminName(java.lang.String value)
Sets the name of the administrator who executed the task that generated the event. |
void |
setEventDescription(java.lang.String value)
Sets the event description. |
void |
setEventId(java.lang.String id)
Sets and event ID. |
void |
setEventName(java.lang.String value)
Sets the event name. |
void |
setEventState(java.lang.String value)
Sets an event state. |
void |
setEventStateSeverity(AuditEventStateSeverityType severity)
Sets the event state severity. |
void |
setEventType(java.lang.String value)
Sets an event type. |
void |
setIMSEnvName(java.lang.String value)
Sets the Identity Manager environment name. |
void |
setIMSEnvOID(java.lang.String value)
Sets the Identity Manager environment object identifier. |
void |
setLocale(java.lang.String value)
Sets a locale. |
void |
setParentEventOID(java.lang.String parentEventOID)
The parent Event in case this is a child of a event |
void |
setParentOrgDN(java.lang.String parentOrgDN)
Sets the distinguished name of the parent organization. |
java.lang.String |
toString()
Returns a string representation of the contents of this object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EventProfile()
Constructs an EventProfile
object for a managed object
Method Detail |
---|
public EventProfile.TaskSessionProfile getTaskSessionProfile()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getParentOrgDN()
public void setParentOrgDN(java.lang.String parentOrgDN)
parentOrgDN
- The distinguished name to set.public void setAdminName(java.lang.String value)
value
- The administrator's name.public java.lang.String getAdminName()
public void setAdminDN(java.lang.String value)
value
- The distinguished name to set.public java.lang.String getAdminDN()
public java.lang.String getParentEventOID()
public void setParentEventOID(java.lang.String parentEventOID)
parentEventOID
- the parentEventOID to setpublic void setLocale(java.lang.String value)
value
- The locale to associate with the event.public java.lang.String getLocale()
public void setEventType(java.lang.String value)
value
- The event type to set.public java.lang.String getEventType()
public void setEventName(java.lang.String value)
value
- The name to set.public java.lang.String getEventName()
public void setEventDescription(java.lang.String value)
value
- The description to set for the event.public java.lang.String getEventDescription()
public void setEventState(java.lang.String value)
Sets an event state.
An event state specifies the stages during the life cycle of an event when event attributes can be recorded for auditing.Event State | Description |
---|---|
BEGIN |
Audits the set of attributes populated by the user interface, and custom handlers, including business logic task handlers, logical attribute handlers and attribute validation implementations. This state also audits attributes populated by TEWS. |
PRE |
Audits attributes that are affected by event listeners that execute during the BEGIN state. |
APPROVED |
Audits changes to attributes during the approval process. |
REJECTED |
Records status information when an event under workflow control is rejected. |
EXECUTE |
Records information when an event executes. |
POST |
Audits any changes that an event listener makes to an attribute in the POST state. |
INVALID |
Records status information when Identity Manager encounters an invalid event. |
COMPLETE |
Records status information when an event completes. |
CANCELLED |
Records status information when an event is cancelled. Note: After an event is rejected, it proceeds to the CANCELLED state. |
value
- The event state to set. The event state strings in the above table must be
specified in capital letters.public java.lang.String getEventState()
Retrieves an event state.
For information about event states, seesetEventState()
.
public void setIMSEnvOID(java.lang.String value)
value
- The environment object identifier to set.public java.lang.String getIMSEnvOID()
public void setIMSEnvName(java.lang.String value)
value
- The environment name to set.public java.lang.String getIMSEnvName()
public void setEventStateSeverity(AuditEventStateSeverityType severity)
severity
- The state severity type to assign to the event.public AuditEventStateSeverityType getEventStateSeverity()
public void setEventId(java.lang.String id)
id
- The ID to assign to the event.public java.lang.String getEventId()
|
Java SDK r12.5 SP 8 06/13/2011 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |