|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.mozilla.jss.util.ConsolePasswordCallback
A password callback that obtains its password from the console. Asterisks are echoed at the prompt.
| Inner classes inherited from class org.mozilla.jss.util.PasswordCallback |
PasswordCallback.GiveUpException |
| Constructor Summary | |
ConsolePasswordCallback()
|
|
| Method Summary | |
Password |
getPasswordAgain(PasswordCallbackInfo token)
Tries supplying a password again. |
Password |
getPasswordFirstAttempt(PasswordCallbackInfo info)
Supplies a password. |
| Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public ConsolePasswordCallback()
| Method Detail |
public Password getPasswordFirstAttempt(PasswordCallbackInfo info)
throws PasswordCallback.GiveUpException
getPasswordAgain will
be called on subsequent attempts.info - Information about the token that is being logged into.
public Password getPasswordAgain(PasswordCallbackInfo token)
throws PasswordCallback.GiveUpException
GiveUpException.info - Information about the token that is being logged into.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||