Uses of Class
com.ibm.itim.apps.identity.InvalidPasswordException

Packages that use InvalidPasswordException
com.ibm.itim.apps.identity Extends the com.ibm.itim.apps package to provide a remotable application programming interface for identity management. 
com.ibm.itim.apps.provisioning Extends the com.ibm.itim.apps package to provide a remotable application programming interface for Account, Service, and Password management. 
 

Uses of InvalidPasswordException in com.ibm.itim.apps.identity
 

Methods in com.ibm.itim.apps.identity that throw InvalidPasswordException
 SelfRequest SelfPasswordManager.changeExpiredPassword(java.lang.String userId, java.lang.String oldPassword, java.lang.String newPassword)
          Changes the user's password without requiring an authenticated subject.
 SelfRequest SelfPasswordManager.changeExpiredPassword(java.lang.String userId, java.lang.String oldPassword, java.lang.String newPassword)
          Changes the user's password without requiring an authenticated subject.
 SelfRequest SelfPasswordManager.changePassword(java.lang.String userId, java.lang.String oldPassword, java.lang.String newPassword)
          Deprecated. As of ITIM 5.0, replaced by SelfPasswordManager.changeExpiredPassword(String userId, String oldPassword, String newPassword) .
 SelfRequest SelfPasswordManager.changePassword(java.lang.String userId, java.lang.String oldPassword, java.lang.String newPassword)
          Deprecated. As of ITIM 5.0, replaced by SelfPasswordManager.changeExpiredPassword(String userId, String oldPassword, String newPassword) .
 SelfRequest SelfPasswordManager.changePassword(java.lang.String tenantId, java.lang.String userId, java.lang.String oldPassword, java.lang.String newPassword)
          Deprecated. As of ITIM 5.0
 SelfRequest SelfPasswordManager.changePassword(java.lang.String tenantId, java.lang.String userId, java.lang.String oldPassword, java.lang.String newPassword)
          Deprecated. As of ITIM 5.0
 

Uses of InvalidPasswordException in com.ibm.itim.apps.provisioning
 

Methods in com.ibm.itim.apps.provisioning that throw InvalidPasswordException
 BulkRequest PasswordManager.changePassword(java.util.Collection accounts, java.lang.String password, java.util.Date scheduledTime, boolean notifyByMail)
          Changes the password of the specified accounts with the given password.
 BulkRequest PasswordManager.changePassword(java.util.Collection accounts, java.lang.String password, java.util.Date scheduledTime, boolean notifyByMail)
          Changes the password of the specified accounts with the given password.
 Request AccountMO.changePassword(java.lang.String password)
          Changes the password of the account.
 Request AccountMO.changePassword(java.lang.String password)
          Changes the password of the account.
 boolean PasswordManager.isPasswordValid(java.util.Collection accounts, java.lang.String password)
          Deprecated. As of ITIM 5.0, replaced by PasswordManager.validatePassword(Collection accounts, String password).
 boolean PasswordManager.isPasswordValid(java.util.Collection accounts, java.lang.String password)
          Deprecated. As of ITIM 5.0, replaced by PasswordManager.validatePassword(Collection accounts, String password).
 Request AccountMO.restore(java.lang.String password, java.util.Date scheduledTime)
          Restores the account.
 Request AccountMO.restore(java.lang.String password, java.util.Date scheduledTime)
          Restores the account.
 Request PasswordManager.synchPasswords(PersonMO personMO, java.lang.String password, java.util.Date scheduledTime)
          Synchronizes all of the given identity's account passwords to the given password.
 Request PasswordManager.synchPasswords(PersonMO personMO, java.lang.String password, java.util.Date scheduledTime)
          Synchronizes all of the given identity's account passwords to the given password.
 Request PasswordManager.synchPasswords(PersonMO personMO, java.lang.String password, java.util.Date scheduledTime, boolean notifyByMail)
          Synchronizes all of the given identity's account passwords to the given password.
 Request PasswordManager.synchPasswords(PersonMO personMO, java.lang.String password, java.util.Date scheduledTime, boolean notifyByMail)
          Synchronizes all of the given identity's account passwords to the given password.
 void PasswordManager.validatePassword(java.util.Collection accounts, java.lang.String password)
          Determines whether the specified password is valid for all of the given accounts.
 void PasswordManager.validatePassword(java.util.Collection accounts, java.lang.String password)
          Determines whether the specified password is valid for all of the given accounts.
 



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.