|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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 return types with arguments of type InvalidPasswordException | |
|---|---|
java.util.Collection<InvalidPasswordException> |
InvalidPasswordException.getComposingExceptions()
|
java.util.Collection<InvalidPasswordException> |
PasswordValidationFailuresException.getPasswordValidationFailures()
Returns the password validation failures. |
| Methods in com.ibm.itim.apps.identity with parameters of type InvalidPasswordException | |
|---|---|
void |
PasswordValidationFailuresException.add(InvalidPasswordException passwordValidationFailure)
Adds the specified password validation failure. |
| Method parameters in com.ibm.itim.apps.identity with type arguments of type InvalidPasswordException | |
|---|---|
void |
PasswordValidationFailuresException.add(java.util.Collection<InvalidPasswordException> passwordValidationFailures)
Adds the specified password validation failures. |
void |
InvalidPasswordException.setComposingExceptions(java.util.Collection<InvalidPasswordException> composingExceptions)
|
| 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.changeExpiredPassword(java.lang.String userId,
java.lang.String oldPassword,
java.lang.String newPassword,
boolean returnAllValidationFailures)
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,
boolean returnAllValidationFailures)
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 |
| Constructors in com.ibm.itim.apps.identity with parameters of type InvalidPasswordException | |
|---|---|
PasswordValidationFailuresException(InvalidPasswordException passwordValidationFailure)
Constructs a PasswordValidationFailuresException given a password validation failure. |
|
| Constructor parameters in com.ibm.itim.apps.identity with type arguments of type InvalidPasswordException | |
|---|---|
InvalidPasswordException(java.lang.String errCode,
java.lang.Object[] tokens,
java.util.Collection<InvalidPasswordException> composingExceptions)
Constructs an InvalidPasswordException with an error code and the cause exception. |
|
PasswordValidationFailuresException(java.util.Collection<InvalidPasswordException> passwordValidationFailures)
Constructs a PasswordValidationFailuresException given password validation failures. |
|
| 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. |
Request |
AccountMO.changePassword(java.lang.String password,
boolean returnAllValidationFailures)
Changes the password of the account. |
Request |
AccountMO.changePassword(java.lang.String password,
boolean returnAllValidationFailures)
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 |
AccountMO.restore(java.lang.String password,
java.util.Date scheduledTime,
java.lang.String justification)
Restores the account. |
Request |
AccountMO.restore(java.lang.String password,
java.util.Date scheduledTime,
java.lang.String justification)
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. |
void |
AccountMO.validatePassword(java.lang.String password,
boolean returnAllValidationFailures)
Validates the specified password for the account. |
void |
AccountMO.validatePassword(java.lang.String password,
boolean returnAllValidationFailures)
Validates the specified password for the account. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||