com.ibm.itim.mail.workflow
Interface WorkflowNewPasswordContext

All Superinterfaces:
WorkflowNotificationContext
All Known Subinterfaces:
TemplateWorkflowNewPasswordContext

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

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

Returns:
DistinguishedName of the account.

getNewPassword

byte[] getNewPassword()
Returns the encrypted password.

Returns:
Byte array holding the encrypted password.


IBM Security Identity Manager 6.0.0
© Copyright International Business Machines Corporation 2007, 2012. All rights reserved. US Government Users Restricited Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.