|
JSS 3.1.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.mozilla.jss.util.NullPasswordCallback
A PasswordCallback that immediately gives up. This should be used when a user is not available to enter a password. Any operations that require a password will fail if this is used, unless the token has already been logged in manually.
CryptoToken.login(org.mozilla.jss.util.PasswordCallback)| Inner classes inherited from class org.mozilla.jss.util.PasswordCallback |
PasswordCallback.GiveUpException |
| Constructor Summary | |
NullPasswordCallback()
|
|
| Method Summary | |
Password |
getPasswordAgain(PasswordCallbackInfo info)
Tries supplying a password again. |
Password |
getPasswordFirstAttempt(PasswordCallbackInfo info)
Supplies a password. |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public NullPasswordCallback()
| Method Detail |
public Password getPasswordFirstAttempt(PasswordCallbackInfo info)
throws PasswordCallback.GiveUpException
PasswordCallbackgetPasswordAgain will
be called on subsequent attempts.getPasswordFirstAttempt in interface PasswordCallbackorg.mozilla.jss.util.PasswordCallbackinfo - Information about the token that is being logged into.PasswordCallback.GiveUpException - If the callback does not want to supply
a password.
public Password getPasswordAgain(PasswordCallbackInfo info)
throws PasswordCallback.GiveUpException
PasswordCallbackGiveUpException.getPasswordAgain in interface PasswordCallbackorg.mozilla.jss.util.PasswordCallbackinfo - Information about the token that is being logged into.PasswordCallback.GiveUpException - If the callback does not want to supply
a password. This may often be the case if the first attempt failed.
|
JSS 3.1.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||