public interface PasswordRetriever
| Modifier and Type | Method and Description |
|---|---|
char[] |
getPassword(java.lang.String userName)
Returns the password for the supplied userName.
|
void |
login()
Perform the necessary authentication and initialization.
|
void |
logout()
Destroy and reclaim all resources.
|
void login()
throws PasswordRetrievalException
PasswordRetrievalExceptionchar[] getPassword(java.lang.String userName)
throws PasswordRetrievalException
userName - PasswordRetrievalExceptionvoid logout()