equal
deleted
inserted
replaced
51 * This can be used by a JAAS application to instantiate a |
51 * This can be used by a JAAS application to instantiate a |
52 * CallbackHandler |
52 * CallbackHandler |
53 * @see javax.security.auth.callback |
53 * @see javax.security.auth.callback |
54 */ |
54 */ |
55 |
55 |
|
56 @jdk.Exported |
56 public class TextCallbackHandler implements CallbackHandler { |
57 public class TextCallbackHandler implements CallbackHandler { |
57 |
58 |
58 /** |
59 /** |
59 * <p>Creates a callback handler that prompts and reads from the |
60 * <p>Creates a callback handler that prompts and reads from the |
60 * command line for answers to authentication questions. |
61 * command line for answers to authentication questions. |