Uses of Interface
com.ibm.di.plugin.pwstore.PasswordChange
-
Packages that use PasswordChange Package Description com.ibm.di.plugin.pwstore Provides classes for managing password stores used by the plug-ins.com.ibm.di.plugin.pwstore.itim Provides classes for the generic password synchronizer decorator.com.ibm.di.plugin.pwstore.jms Provides classes for managing LDAP password store.com.ibm.di.plugin.pwstore.ldap Provides classes for connecting to different JMS password stores.com.ibm.di.plugin.pwstore.log Provides classes for managing the Log password store. -
-
Uses of PasswordChange in com.ibm.di.plugin.pwstore
Classes in com.ibm.di.plugin.pwstore that implement PasswordChange Modifier and Type Class Description classBasePasswordChangeThis class implements a simple password change.Methods in com.ibm.di.plugin.pwstore with parameters of type PasswordChange Modifier and Type Method Description booleanPasswordStore. isAvailable(PasswordChange change)This method check the password store availability,booleanPasswordStoreAdapter. isAvailable(PasswordChange change)This method check the password store availability,booleanPasswordStore. setExtendedData(PasswordChange change)This method sends additional information about a user.booleanPasswordStoreAdapter. setExtendedData(PasswordChange change)This method sends additional information about a user.booleanPasswordStore. store(PasswordChange change)This method stores password change in the password store.booleanPasswordStoreAdapter. store(PasswordChange change)This method stores password change in the password store. -
Uses of PasswordChange in com.ibm.di.plugin.pwstore.itim
Methods in com.ibm.di.plugin.pwstore.itim with parameters of type PasswordChange Modifier and Type Method Description booleanBasePasswordSynchronizerDecorator. isAvailable(PasswordChange change)booleanBasePasswordSynchronizerDecorator. setExtendedData(PasswordChange change)booleanBasePasswordSynchronizerDecorator. store(PasswordChange change)Synchronize the users' passwords. -
Uses of PasswordChange in com.ibm.di.plugin.pwstore.jms
Methods in com.ibm.di.plugin.pwstore.jms with parameters of type PasswordChange Modifier and Type Method Description booleanJMSPasswordStore. isAvailable(PasswordChange change)This method check the password store availability,booleanJMSPasswordStoreITIMDecorator. isAvailable(PasswordChange change)booleanJMSPasswordStore. setExtendedData(PasswordChange change)JMS Password Store ignores extended data.booleanJMSPasswordStoreITIMDecorator. setExtendedData(PasswordChange change)booleanJMSPasswordStore. store(PasswordChange change)This method stores password change in the password store.booleanJMSPasswordStoreITIMDecorator. store(PasswordChange change) -
Uses of PasswordChange in com.ibm.di.plugin.pwstore.ldap
Methods in com.ibm.di.plugin.pwstore.ldap with parameters of type PasswordChange Modifier and Type Method Description booleanIDIPasswordStore. addPasswordValues(PasswordChange change)This method adds the password values specified, for specified uid.booleanIDIPasswordStore. deletePasswordValues(PasswordChange change)deletePasswordValues: removes the password values specified, for specified ui The clear text password to be optionally encrypted (see properties file documentation) before LDAP server stores it, and a decryption method (see IDIPasswordCrypto class) is available for decrypting via an IDI assemblyline or other strategy.booleanLDAPPasswordStore. isAvailable(PasswordChange change)This method check the password store availability,booleanLDAPPasswordStoreITIMDecorator. isAvailable(PasswordChange change)booleanIDIPasswordStore. modifyPassword(PasswordChange change)stowPassword: Changes the password if the user id exists.booleanIDIPasswordStore. setExtendedData(PasswordChange change)Write additional information about a user to the Password Store.booleanLDAPPasswordStore. setExtendedData(PasswordChange change)This method sends additional information about a user.booleanLDAPPasswordStoreITIMDecorator. setExtendedData(PasswordChange change)booleanLDAPPasswordStore. store(PasswordChange change)This method stores password change in the password store.booleanLDAPPasswordStoreITIMDecorator. store(PasswordChange change) -
Uses of PasswordChange in com.ibm.di.plugin.pwstore.log
Methods in com.ibm.di.plugin.pwstore.log with parameters of type PasswordChange Modifier and Type Method Description booleanLogPasswordStore. isAvailable(PasswordChange change)This method check the password store availability,booleanLogPasswordStoreITIMDecorator. isAvailable(PasswordChange change)booleanLogPasswordStore. setExtendedData(PasswordChange change)This method sends additional information about a user.booleanLogPasswordStoreITIMDecorator. setExtendedData(PasswordChange change)booleanLogPasswordStore. store(PasswordChange change)This method stores password change in the password store.booleanLogPasswordStoreITIMDecorator. store(PasswordChange change)
-