Java javax.security.auth.callback TextOutputCallback fields, constructors, methods, implement or subclass

Example usage for Java javax.security.auth.callback TextOutputCallback fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.security.auth.callback TextOutputCallback.

The text is from its open source code.

Field

intINFORMATION
Information message.
intWARNING
Warning message.
intERROR
Error message.

Constructor

TextOutputCallback(int messageType, String message)
Construct a TextOutputCallback with a message type and message to be displayed.

Method

StringgetMessage()
Get the message to be displayed.
intgetMessageType()
Get the message type.