|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPasswordProvider
A simple interface for a password provider. Implementors can provide passwords from any source, for example a database or a GUI.
Method Summary | |
---|---|
char[] |
getPassword()
Returns a password or null to indicate cancellation. |
Method Detail |
---|
char[] getPassword()
You should be prepared that requesting the password twice will return an empty array or null, as the provider may null out the object for security reasons.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |