Uses of Interface
com.ibm.di.plugin.pwstore.PasswordStore
-
Packages that use PasswordStore Package Description 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 Constructor Description ProxyCommandReceiver(Proxy proxy, java.net.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 Modifier and Type Class Description class
BasePasswordStore
This is the class all user password stores must extend from.class
PasswordStoreAdapter
This class adapts implementations of the deprecatedIPasswordSynchronizer
interface to the newly introducedPasswordStore
interface. -
Uses of PasswordStore in com.ibm.di.plugin.pwstore.itim
Classes in com.ibm.di.plugin.pwstore.itim that implement PasswordStore Modifier and Type Class Description class
BasePasswordSynchronizerDecorator
This is a generic password synchronizer decorator.Constructors in com.ibm.di.plugin.pwstore.itim with parameters of type PasswordStore Constructor Description 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 Modifier and Type Class Description 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 Modifier and Type Class Description 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 Modifier and Type Class Description class
LogPasswordStore
class
LogPasswordStoreITIMDecorator
The concrete ITIM password policy validation decorator.
-