public
class
NullPasswordCallbackextends Objectimplements PasswordCallback
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.