|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.di.plugin.pwstore.PasswordStoreAdapter
public class PasswordStoreAdapter
This class adapts implementations of the deprecated
IPasswordSynchronizer
interface to the newly introduced
PasswordStore
interface.
Constructor Summary | |
---|---|
PasswordStoreAdapter(IPasswordSynchronizer store)
|
Method Summary | |
---|---|
void |
initialize(Object aObj)
This method initializes the password store. |
boolean |
isAvailable(PasswordChange change)
This method check the password store availability, |
boolean |
setExtendedData(PasswordChange change)
This method sends additional information about a user. |
boolean |
store(PasswordChange change)
This method stores password change in the password store. |
void |
terminate()
This method cleans any reserved resources such as files, connections etc. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PasswordStoreAdapter(IPasswordSynchronizer store)
Method Detail |
---|
public boolean isAvailable(PasswordChange change)
isAvailable
in interface PasswordStore
change
- object describing the password change
true
if password store is available;
false
otherwisepublic boolean store(PasswordChange change)
store
in interface PasswordStore
change
- object describing the password change
true
if the operation is successful;
false
otherwisepublic boolean setExtendedData(PasswordChange change)
Currently only the Windows Password Synchronizer plug-in sends extended data.
setExtendedData
in interface PasswordStore
change
- object describing the password change
true
if the operation is successful;
false
otherwisepublic void initialize(Object aObj) throws Exception
initialize
in interface PasswordStore
aObj
- object of type PWSyncLog
used for logging
Exception
public void terminate()
terminate
in interface PasswordStore
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |