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 class
BasePasswordChange
This class implements a simple password change.Methods in com.ibm.di.plugin.pwstore with parameters of type PasswordChange Modifier and Type Method Description boolean
PasswordStore. isAvailable(PasswordChange change)
This method check the password store availability,boolean
PasswordStoreAdapter. isAvailable(PasswordChange change)
This method check the password store availability,boolean
PasswordStore. setExtendedData(PasswordChange change)
This method sends additional information about a user.boolean
PasswordStoreAdapter. setExtendedData(PasswordChange change)
This method sends additional information about a user.boolean
PasswordStore. store(PasswordChange change)
This method stores password change in the password store.boolean
PasswordStoreAdapter. 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 boolean
BasePasswordSynchronizerDecorator. isAvailable(PasswordChange change)
boolean
BasePasswordSynchronizerDecorator. setExtendedData(PasswordChange change)
boolean
BasePasswordSynchronizerDecorator. 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 boolean
JMSPasswordStore. isAvailable(PasswordChange change)
This method check the password store availability,boolean
JMSPasswordStoreITIMDecorator. isAvailable(PasswordChange change)
boolean
JMSPasswordStore. setExtendedData(PasswordChange change)
JMS Password Store ignores extended data.boolean
JMSPasswordStoreITIMDecorator. setExtendedData(PasswordChange change)
boolean
JMSPasswordStore. store(PasswordChange change)
This method stores password change in the password store.boolean
JMSPasswordStoreITIMDecorator. 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 boolean
IDIPasswordStore. addPasswordValues(PasswordChange change)
This method adds the password values specified, for specified uid.boolean
IDIPasswordStore. 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.boolean
LDAPPasswordStore. isAvailable(PasswordChange change)
This method check the password store availability,boolean
LDAPPasswordStoreITIMDecorator. isAvailable(PasswordChange change)
boolean
IDIPasswordStore. modifyPassword(PasswordChange change)
stowPassword: Changes the password if the user id exists.boolean
IDIPasswordStore. setExtendedData(PasswordChange change)
Write additional information about a user to the Password Store.boolean
LDAPPasswordStore. setExtendedData(PasswordChange change)
This method sends additional information about a user.boolean
LDAPPasswordStoreITIMDecorator. setExtendedData(PasswordChange change)
boolean
LDAPPasswordStore. store(PasswordChange change)
This method stores password change in the password store.boolean
LDAPPasswordStoreITIMDecorator. 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 boolean
LogPasswordStore. isAvailable(PasswordChange change)
This method check the password store availability,boolean
LogPasswordStoreITIMDecorator. isAvailable(PasswordChange change)
boolean
LogPasswordStore. setExtendedData(PasswordChange change)
This method sends additional information about a user.boolean
LogPasswordStoreITIMDecorator. setExtendedData(PasswordChange change)
boolean
LogPasswordStore. store(PasswordChange change)
This method stores password change in the password store.boolean
LogPasswordStoreITIMDecorator. store(PasswordChange change)
-