Uses of Interface
com.ibm.di.plugin.pwstore.PasswordChange

Packages that use PasswordChange
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
 class BasePasswordChange
          This class implements a simple password change.
 

Methods in com.ibm.di.plugin.pwstore with parameters of type PasswordChange
 boolean PasswordStoreAdapter.isAvailable(PasswordChange change)
          This method check the password store availability,
 boolean PasswordStore.isAvailable(PasswordChange change)
          This method check the password store availability,
 boolean PasswordStoreAdapter.setExtendedData(PasswordChange change)
          This method sends additional information about a user.
 boolean PasswordStore.setExtendedData(PasswordChange change)
          This method sends additional information about a user.
 boolean PasswordStoreAdapter.store(PasswordChange change)
          This method stores password change in the password store.
 boolean PasswordStore.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
 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
 boolean JMSPasswordStoreITIMDecorator.isAvailable(PasswordChange change)
           
 boolean JMSPasswordStore.isAvailable(PasswordChange change)
          This method check the password store availability,
 boolean JMSPasswordStoreITIMDecorator.setExtendedData(PasswordChange change)
           
 boolean JMSPasswordStore.setExtendedData(PasswordChange change)
          JMS Password Store ignores extended data.
 boolean JMSPasswordStoreITIMDecorator.store(PasswordChange change)
           
 boolean JMSPasswordStore.store(PasswordChange change)
          This method stores password change in the password store.
 

Uses of PasswordChange in com.ibm.di.plugin.pwstore.ldap
 

Methods in com.ibm.di.plugin.pwstore.ldap with parameters of type PasswordChange
 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 LDAPPasswordStoreITIMDecorator.isAvailable(PasswordChange change)
           
 boolean LDAPPasswordStore.isAvailable(PasswordChange change)
          This method check the password store availability,
 boolean IDIPasswordStore.modifyPassword(PasswordChange change)
          stowPassword: Changes the password if the user id exists.
 boolean LDAPPasswordStoreITIMDecorator.setExtendedData(PasswordChange change)
           
 boolean LDAPPasswordStore.setExtendedData(PasswordChange change)
          This method sends additional information about a user.
 boolean IDIPasswordStore.setExtendedData(PasswordChange change)
          Write additional information about a user to the Password Store.
 boolean LDAPPasswordStoreITIMDecorator.store(PasswordChange change)
           
 boolean LDAPPasswordStore.store(PasswordChange change)
          This method stores password change in the password store.
 

Uses of PasswordChange in com.ibm.di.plugin.pwstore.log
 

Methods in com.ibm.di.plugin.pwstore.log with parameters of type PasswordChange
 boolean LogPasswordStoreITIMDecorator.isAvailable(PasswordChange change)
           
 boolean LogPasswordStore.isAvailable(PasswordChange change)
          This method check the password store availability,
 boolean LogPasswordStoreITIMDecorator.setExtendedData(PasswordChange change)
           
 boolean LogPasswordStore.setExtendedData(PasswordChange change)
          This method sends additional information about a user.
 boolean LogPasswordStoreITIMDecorator.store(PasswordChange change)
           
 boolean LogPasswordStore.store(PasswordChange change)
          This method stores password change in the password store.