com.ibm.itim.mail.workflow
Interface WorkflowNewAccountContext

All Superinterfaces:
WorkflowNotificationContext
All Known Subinterfaces:
TemplateWorkflowNewAccountContext

public interface WorkflowNewAccountContext
extends WorkflowNotificationContext

The workflow runtime context associated with new account activity.


Method Summary
 java.util.Collection getAccountData()
          Returns the account parameters.
 DistinguishedName getAccountDN()
          Returns the distinguished name of the newly provisioned account.
 DistinguishedName getServiceDN()
          Returns the distinguished name of the service being provisioned.
 DistinguishedName getUserDN()
          Returns the distinguished name of the user (person) being provisioned.
 boolean showPassword()
          Returns whether or not to display the password when notifying the user of their new account.
 
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 provisioned.

Returns:
DistinguishedName of the user being provisioned.

getAccountDN

public DistinguishedName getAccountDN()
Returns the distinguished name of the newly provisioned account.

Returns:
DistinguishedName of the account.

getServiceDN

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

Returns:
DistinguishedName of the service provisioned.

getAccountData

public java.util.Collection getAccountData()
Returns the account parameters.

Returns:
Collection of AttributeValues representing the account parameters.

showPassword

public boolean showPassword()
Returns whether or not to display the password when notifying the user of their new account.

Returns:
True if password should be shown, false if not.


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.