com.ibm.itim.mail.workflow
Interface WorkflowNewPasswordContext
- All Superinterfaces:
- WorkflowNotificationContext
- public interface WorkflowNewPasswordContext
- extends WorkflowNotificationContext
The workflow runtime context associated with new password activity.
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.