|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface PasswordStore
This interface should be implemented by all password stores. It replaces the
deprecated IPasswordSynchronizer interface.
Note: User password stores must not implement this interface directly.
Instead they must extend from the BasePasswordStore class in order
to stay forward compatible.
IPasswordSynchronizer| Method Summary | |
|---|---|
void |
initialize(java.lang.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. |
| Method Detail |
|---|
boolean isAvailable(PasswordChange change)
change - object describing the password change
true if password store is available;
false otherwiseboolean store(PasswordChange change)
change - object describing the password change
true if the operation is successful;
false otherwiseboolean setExtendedData(PasswordChange change)
Currently only the Windows Password Synchronizer plug-in sends extended data.
change - object describing the password change
true if the operation is successful;
false otherwise
void initialize(java.lang.Object aObj)
throws java.lang.Exception
aObj - object of type PWSyncLog used for logging
java.lang.Exceptionvoid terminate()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||