public class CustomExtensionEventInfo extends EventInfo
ADD, AUTHENTICATE, BATCH_EXECUTE, CHANGE_PASSWORD, CONNECT, DELETE, DISCONNECT, EXEMPT, FAILURE, GET_AUTHENTICATION_OBJECT, GET_PASSWORD, MODIFY, PASSWORD_HISTORY, PASSWORD_PICKUP, RECONCILE, REGISTER_PASSWORD, RESTORE, REVOKE, SUBMITTED, SUCCESS, SUSPEND, TRANSFER| Constructor and Description |
|---|
CustomExtensionEventInfo(java.lang.String ITIMEventCategory,
java.lang.String action)
Constructs the CustomExtensionEventInfo object that stores information of the custom extension event.
|
CustomExtensionEventInfo(java.lang.String ITIMEventCategory,
java.lang.String entityName,
java.lang.String entityDN,
java.lang.String entityType,
java.lang.String action,
java.lang.String initiatorName,
java.lang.String initiatorDN,
java.lang.String initiatorPersonName,
java.lang.String initiatorPersonDN,
java.lang.String containerName,
java.lang.String containerDN,
java.lang.String targetEntityName,
java.lang.String targetEntityDN,
java.lang.String targetEntityType,
java.lang.String resultSummary,
java.lang.String comments)
Constructs the CustomExtensionEventInfo object that stores information of the custom extension event.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setAction(java.lang.String action)
Sets the name of the operation being performed.
|
void |
setComments(java.lang.String comments)
Sets the comments for the event.
|
void |
setContainerDN(java.lang.String tenantDN)
Sets the DistinguishedName of the Container which holds the entity.
|
void |
setContainerName(java.lang.String tenantID)
Sets the Name of the Container which holds the entity.
|
void |
setEntityDN(java.lang.String entityDN)
Sets the Distinguished Name of the entity being operated.
|
void |
setEntityName(java.lang.String entityName)
Sets the Name of the entity being operated.
|
void |
setEntityType(java.lang.String entityType)
Sets the Type of the entity being operated.
|
void |
setInitiatorDN(java.lang.String initiatorDN)
Sets the Distinguished Name of the Requester who is performing the operation.
|
void |
setInitiatorName(java.lang.String initiatorName)
Sets the name of the Requester who is performing the operation.
|
void |
setInitiatorPersonDN(java.lang.String initiatorPersonDN)
Sets the person's distinguished name of the Requester who is performing the operation.
|
void |
setInitiatorPersonName(java.lang.String initiatorPersonName)
Sets the person name of the Requester who is performing the operation.
|
void |
setInitiatorType(com.ibm.itim.apps.ejb.request.RequestAuditData.InitiatorType initiatorType)
Sets the type of Requester who is performing the operation.
|
void |
setITIMEventCategory(java.lang.String ITIMEventCategory)
Sets the Event Type of Extension event.
|
void |
setResultSummary(java.lang.String resultSummary)
Sets the result of the event.
|
void |
setTargetEntityDN(java.lang.String targetEntityDN)
Sets the Distinguished Name of the target entity.
|
void |
setTargetEntityName(java.lang.String targetEntityName)
Sets the Name of the target entity.
|
getAction, getComments, getContainerDN, getContainerName, getEntityDN, getEntityName, getEntityType, getInitiatorDN, getInitiatorName, getInitiatorPersonDN, getInitiatorPersonName, getInitiatorType, getITIMEventCategory, getProcessId, getResultSummary, getTargetEntityDN, getTargetEntityName, getTargetEntityType, setProcessId, setTargetEntityTypepublic CustomExtensionEventInfo(java.lang.String ITIMEventCategory,
java.lang.String action)
ITIMEventCategory - Event Type (category) of the eventaction - Name of the action being performedpublic CustomExtensionEventInfo(java.lang.String ITIMEventCategory,
java.lang.String entityName,
java.lang.String entityDN,
java.lang.String entityType,
java.lang.String action,
java.lang.String initiatorName,
java.lang.String initiatorDN,
java.lang.String initiatorPersonName,
java.lang.String initiatorPersonDN,
java.lang.String containerName,
java.lang.String containerDN,
java.lang.String targetEntityName,
java.lang.String targetEntityDN,
java.lang.String targetEntityType,
java.lang.String resultSummary,
java.lang.String comments)
ITIMEventCategory - Type of the evententityName - Name of the entity being operatedentityDN - Distinguished Name of the entity being operatedentityType - Type of the entityaction - Name of the action being performedinitiatorName - Name of the RequesterinitiatorDN - Distinguished Name of the RequesterinitiatorPersonName - Person name of the RequesterinitiatorPersonDN - Distinguished Name of the RequestercontainerName - Name of the Container which holds the entitycontainerDN - DistinguishedName of the ContainertargetEntityName - Name of the target entitytargetEntityDN - Distinguished Name of the target entitytargetEntityType - Type of the target entityresultSummary - Result of the eventcomments - Comments for the eventpublic void setITIMEventCategory(java.lang.String ITIMEventCategory)
public void setEntityName(java.lang.String entityName)
public void setEntityDN(java.lang.String entityDN)
public void setEntityType(java.lang.String entityType)
public void setAction(java.lang.String action)
public void setTargetEntityName(java.lang.String targetEntityName)
public void setTargetEntityDN(java.lang.String targetEntityDN)
public void setResultSummary(java.lang.String resultSummary)
public void setComments(java.lang.String comments)
public void setContainerName(java.lang.String tenantID)
public void setContainerDN(java.lang.String tenantDN)
public void setInitiatorName(java.lang.String initiatorName)
public void setInitiatorDN(java.lang.String initiatorDN)
public void setInitiatorPersonName(java.lang.String initiatorPersonName)
public void setInitiatorPersonDN(java.lang.String initiatorPersonDN)
public void setInitiatorType(com.ibm.itim.apps.ejb.request.RequestAuditData.InitiatorType initiatorType)