com.ibm.itim.mail.workflow
Interface WorkflowNewPasswordContext

All Superinterfaces:
WorkflowNotificationContext

public interface WorkflowNewPasswordContext
extends WorkflowNotificationContext

The workflow runtime context associated with new password activity.


Method Summary
 DistinguishedName getAccountDN()
          Returns the distinguished name of the account having its password changed.
 byte[] getNewPassword()
          Returns the encrypted password.
 
Methods inherited from interface com.ibm.itim.mail.workflow.WorkflowNotificationContext
getActivity, getActivity, getData, getParentProcess, getProcess, getRootProcess
 

Method Detail

getAccountDN

public DistinguishedName getAccountDN()
Returns the distinguished name of the account having its password changed.
Returns:
DistinguishedName of the account.

getNewPassword

public byte[] getNewPassword()
Returns the encrypted password.
Returns:
Byte array holding the encrypted password.