| Package | Description |
|---|---|
| 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. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<InvalidPasswordException> |
InvalidPasswordException.getComposingExceptions() |
java.util.Collection<InvalidPasswordException> |
PasswordValidationFailuresException.getPasswordValidationFailures()
Returns the password validation failures.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PasswordValidationFailuresException.add(InvalidPasswordException passwordValidationFailure)
Adds the specified password validation failure.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PasswordValidationFailuresException.add(java.util.Collection<InvalidPasswordException> passwordValidationFailures)
Adds the specified password validation failures.
|
void |
InvalidPasswordException.setComposingExceptions(java.util.Collection<InvalidPasswordException> composingExceptions) |
| Modifier and Type | Method and Description |
|---|---|
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
|
| Constructor and Description |
|---|
PasswordValidationFailuresException(InvalidPasswordException passwordValidationFailure)
Constructs a PasswordValidationFailuresException given a password validation failure.
|
| Constructor and Description |
|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.