|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.di.plugin.pwstore.log.LogPasswordStore
public class LogPasswordStore
Constructor Summary | |
---|---|
LogPasswordStore()
|
Method Summary | |
---|---|
boolean |
addPasswordValues(String id,
Vector passwords)
Deprecated. |
boolean |
deletePasswordValues(String id,
Vector passwords)
Deprecated. |
void |
initialize(Object aObj)
This method initializes the password store. |
boolean |
isAvailable(PasswordChange change)
This method check the password store availability, |
boolean |
readyToSync(String id)
Deprecated. |
boolean |
readyToSync(String id,
Vector passwords)
Deprecated. |
boolean |
setExtendedData(PasswordChange change)
This method sends additional information about a user. |
boolean |
setExtendedData(String id,
String extendedData)
Deprecated. |
boolean |
store(PasswordChange change)
This method stores password change in the password store. |
boolean |
syncPassword(String id,
Vector passwords)
Deprecated. |
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 LogPasswordStore()
Method Detail |
---|
public void initialize(Object aObj) throws Exception
PasswordStore
initialize
in interface IPasswordSynchronizer
initialize
in interface PasswordStore
aObj
- object of type PWSyncLog
used for logging
Exception
@Deprecated public boolean readyToSync(String id)
readyToSync
in interface IPasswordSynchronizer
@Deprecated public boolean readyToSync(String id, Vector passwords)
readyToSync
in interface IPasswordSynchronizer
@Deprecated public boolean syncPassword(String id, Vector passwords)
syncPassword
in interface IPasswordSynchronizer
@Deprecated public boolean addPasswordValues(String id, Vector passwords)
addPasswordValues
in interface IPasswordSynchronizer
@Deprecated public boolean deletePasswordValues(String id, Vector passwords)
deletePasswordValues
in interface IPasswordSynchronizer
@Deprecated public boolean setExtendedData(String id, String extendedData)
setExtendedData
in interface IPasswordSynchronizer
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 void terminate()
terminate
in interface IPasswordSynchronizer
terminate
in interface PasswordStore
public 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
otherwise
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |