Package com.ibm.di.plugin.pwstore
Class BasePasswordStore
- java.lang.Object
-
- com.ibm.di.plugin.pwstore.BasePasswordStore
-
- All Implemented Interfaces:
PasswordStore
public abstract class BasePasswordStore extends java.lang.Object implements PasswordStore
This is the class all user password stores must extend from.
-
-
Constructor Summary
Constructors Constructor Description BasePasswordStore()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.ibm.di.plugin.pwstore.PasswordStore
initialize, isAvailable, setExtendedData, store, terminate
-
-