|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IPasswordSynchronizer | |
---|---|
com.ibm.di.plugin.proxy | Provides classes for managing the common Java Proxy used by all 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.proxy |
---|
Constructors in com.ibm.di.plugin.proxy with parameters of type IPasswordSynchronizer | |
---|---|
ProxyCommandReceiver(Proxy proxy,
java.net.Socket socket,
IPasswordSynchronizer synchronizer,
PWSyncLog log)
Creates an instance of this class. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |