com.ibm.itim.mail.workflow
Interface WorkflowDeProvisionContext

All Superinterfaces:
WorkflowNotificationContext
All Known Subinterfaces:
TemplateWorkflowDeProvisionContext

public interface WorkflowDeProvisionContext
extends WorkflowNotificationContext

The workflow notification context associated with de-provisioning activity


Method Summary
 Account getAccountInfo()
          Returns the value object of the account being de-provisioned.
 java.lang.String getAction()
          Returns the action taken against the service (resource) itself.
 java.lang.String getReason()
          Returns a descriptive reason for the de-provision.
 DistinguishedName getServiceDN()
          Returns the distinguished name of the service being de-provisioned.
 DistinguishedName getUserDN()
          Returns the distinguished name of the user (person) being de-provisioned.
 
Methods inherited from interface com.ibm.itim.mail.workflow.WorkflowNotificationContext
getActivity, getActivity, getData, getParentProcess, getProcess, getRootProcess
 

Method Detail

getUserDN

public DistinguishedName getUserDN()
Returns the distinguished name of the user (person) being de-provisioned.

Returns:
DistinguishedName of the user being de-provisioned.

getServiceDN

public DistinguishedName getServiceDN()
Returns the distinguished name of the service being de-provisioned.

Returns:
DistinguishedName of the service de-provisioned.

getAccountInfo

public Account getAccountInfo()
Returns the value object of the account being de-provisioned.

Returns:
Account value object.

getAction

public java.lang.String getAction()
Returns the action taken against the service (resource) itself.

Returns:
The action taken.

getReason

public java.lang.String getReason()
Returns a descriptive reason for the de-provision.

Returns:
Reason for the de-provision.


IBM Tivoli Identity Manager 4.6
© Copyright International Business Machines Corporation 2005. All rights reserved. US Government Users Restricted Rights Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.