API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.security.auth.callback. TextInputCallback View Source
Author(s)
Since
Version
1.15, 11/17/05
Serial
Hierarchy
 Object
      TextInputCallback
Implements
 Callback
 Serializable
Subclasses
Description
public class TextInputCallback
  Underlying security services instantiate and pass a TextInputCallback to the handle method of a CallbackHandler to retrieve generic text information.
See also:    CallbackHandler
Constructors
public TextInputCallback (String prompt)
  Construct a TextInputCallback with a prompt.
public TextInputCallback (String prompt, String defaultText)
  Construct a TextInputCallback with a prompt and default input value.
Methods
Hide/Show inherited methods
public String getDefaultText ()
  Get the default text.
public String getPrompt ()
  Get the prompt.
public String getText ()
  Get the retrieved text.
public void setText (String text)
  Set the retrieved text.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar