All Implemented Interfaces:
CallbackHandler
Prompts and reads from the command line for answers to authentication
questions.
This can be used by a JAAS application to instantiate a
CallbackHandler
See Also:
Constructor Summary
Constructors
Creates a callback handler that prompts and reads from the
command line for answers to authentication questions.
Method Summary
All Methods Instance Methods Concrete Methods
void
Handles the specified set of callbacks.
Methods declared in class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Constructor Details
TextCallbackHandler
public TextCallbackHandler ()
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.
Method Details
handle
Handles the specified set of callbacks.
Specified by:
handle
in interface CallbackHandler
Parameters:
callbacks
- the callbacks to handle
Throws:
IOException
- if an input or output error occurs.
UnsupportedCallbackException
- if the callback is not an
instance of NameCallback or PasswordCallback
Report a bug or suggest an enhancement For further API reference and developer documentation see the Java SE Documentation , which contains more detailed, developer-targeted descriptions with conceptual overviews, definitions of terms, workarounds, and working code examples. Other versions. Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries. Copyright © 1993, 2024, Oracle and/or its affiliates, 500 Oracle Parkway, Redwood Shores, CA 94065 USA. All rights reserved. Use is subject to license terms and the documentation redistribution policy .