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

Packages that use IPasswordSynchronizer
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 IPasswordSynchronizer in com.ibm.di.plugin.pwstore
 

Constructors in com.ibm.di.plugin.pwstore with parameters of type IPasswordSynchronizer
PasswordStoreAdapter(IPasswordSynchronizer store)
           
 

Uses of IPasswordSynchronizer in com.ibm.di.plugin.pwstore.itim
 

Classes in com.ibm.di.plugin.pwstore.itim that implement IPasswordSynchronizer
 class BasePasswordSynchronizerDecorator
          This is a generic password synchronizer decorator.
 

Constructors in com.ibm.di.plugin.pwstore.itim with parameters of type IPasswordSynchronizer
BasePasswordSynchronizerDecorator(IPasswordSynchronizer sync, PasswordPolicyService pps)
          Create the generic decorator by wrapping the concrete impls.
 

Uses of IPasswordSynchronizer in com.ibm.di.plugin.pwstore.jms
 

Classes in com.ibm.di.plugin.pwstore.jms that implement IPasswordSynchronizer
 class JMSPasswordStore
           
 class JMSPasswordStoreITIMDecorator
           The concrete ITIM password policy validation decorator.
 

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

Classes in com.ibm.di.plugin.pwstore.ldap that implement IPasswordSynchronizer
 class LDAPPasswordStore
           
 class LDAPPasswordStoreITIMDecorator
           The concrete ITIM password policy validation decorator.
 

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

Classes in com.ibm.di.plugin.pwstore.log that implement IPasswordSynchronizer
 class LogPasswordStore
           
 class LogPasswordStoreITIMDecorator
           The concrete ITIM password policy validation decorator.