API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.security.auth.callback. TextOutputCallback View Source
Author(s)
Since
Version
1.16, 11/17/05
Serial
Hierarchy
 Object
      TextOutputCallback
Implements
 Callback
 Serializable
Subclasses
Description
public class TextOutputCallback
  Underlying security services instantiate and pass a TextOutputCallback to the handle method of a CallbackHandler to display information messages, warning messages and error messages.
See also:    CallbackHandler
Constructors
public TextOutputCallback (int messageType, String message)
  Construct a TextOutputCallback with a message type and message to be displayed.
Methods
Hide/Show inherited methods
public String getMessage ()
  Get the message to be displayed.
public int getMessageType ()
  Get the message type.
Fields
Hide/Show inherited fields
publicfinalstatic int ERROR = "2"
Error message.
publicfinalstatic int INFORMATION = "0"
Information message.
publicfinalstatic int WARNING = "1"
Warning message.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar