jdk/src/share/classes/com/sun/security/auth/callback/TextCallbackHandler.java
changeset 20742 4ae78e8060d6
parent 5506 202f599c92aa
child 22973 616ad2891b71
equal deleted inserted replaced
20741:6eb501508669 20742:4ae78e8060d6
    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.