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

Packages that use PasswordStore
com.ibm.di.plugin.proxy Provides classes for managing the common Java Proxy used by all plug-ins. 
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 PasswordStore in com.ibm.di.plugin.proxy
 

Constructors in com.ibm.di.plugin.proxy with parameters of type PasswordStore
ProxyCommandReceiver(Proxy proxy, Socket socket, PasswordStore synchronizer, PWSyncLog log)
          Creates an instance of this class.
 

Uses of PasswordStore in com.ibm.di.plugin.pwstore
 

Classes in com.ibm.di.plugin.pwstore that implement PasswordStore
 class BasePasswordStore
          This is the class all user password stores must extend from.
 class PasswordStoreAdapter
          This class adapts implementations of the deprecated IPasswordSynchronizer interface to the newly introduced PasswordStore interface.
 

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

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

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

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

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

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

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

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

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