Package com.ibm.di.plugin.pwstore
Provides classes for managing password stores used by the plug-ins.
-
Interface Summary Interface Description IPasswordSynchronizer Deprecated. PasswordChange This interface defines information specific to a password change.PasswordStore This interface should be implemented by all password stores. -
Class Summary Class Description BasePasswordChange This class implements a simple password change.BasePasswordStore This is the class all user password stores must extend from.PasswordStoreAdapter This class adapts implementations of the deprecatedIPasswordSynchronizer
interface to the newly introducedPasswordStore
interface.