Creates a callback handler that prompts and reads from the
command line for answers to authentication questions.
This can be used by JAAS applications to instantiate a
CallbackHandler.
Handles the specified set of callbacks.
Parameters: callbacks - the callbacks to handle throws: IOException - if an input or output error occurs. throws: UnsupportedCallbackException - if the callback is not aninstance of NameCallback or PasswordCallback