Uses of Interface
com.ibm.di.plugin.pwstore.IPasswordSynchronizer
-
Packages that use IPasswordSynchronizer 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 IPasswordSynchronizer in com.ibm.di.plugin.pwstore
Constructors in com.ibm.di.plugin.pwstore with parameters of type IPasswordSynchronizer Constructor Description PasswordStoreAdapter(IPasswordSynchronizer store)
-
Uses of IPasswordSynchronizer in com.ibm.di.plugin.pwstore.itim
Classes in com.ibm.di.plugin.pwstore.itim that implement IPasswordSynchronizer 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 IPasswordSynchronizer Constructor Description 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 Modifier and Type Class Description 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 Modifier and Type Class Description 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 Modifier and Type Class Description class
LogPasswordStore
class
LogPasswordStoreITIMDecorator
The concrete ITIM password policy validation decorator.
-