|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PasswordRuleException | |
---|---|
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 PasswordRuleException in com.ibm.itim.apps.provisioning |
---|
Methods in com.ibm.itim.apps.provisioning that throw PasswordRuleException | |
---|---|
BulkRequest |
PasswordManager.changePassword(java.util.Collection accounts,
java.util.Date scheduledTime)
Changes the password of the specified accounts with a system generated 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. |
java.lang.String |
PasswordManager.generatePassword(java.util.Collection accounts)
Generates a password that can be used to synchronize the passwords of the specified accounts. |
java.lang.String |
PasswordManager.generatePasswordForRestore(java.util.Collection accounts)
Generates a password that can be used to synchronize the passwords of the specified accounts. |
java.lang.String |
PasswordManager.generateSyncPassword(PersonMO personMO)
Generates a password that can be used to synchronize the password for all of the accounts the person owns. |
PasswordRulesInfo |
PasswordManager.getRules(java.util.Collection accounts)
Returns the combined password rules for the given accounts. |
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 |
PasswordManager.synchPasswords(PersonMO personMO,
java.util.Date scheduledTime)
Synchronizes all of the given identity's account passwords to a system generated 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. |
void |
PasswordManager.validatePassword(java.util.Collection accounts,
java.lang.String password)
Determines whether the specified password is valid for all of the given accounts. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |