issrg.security
Class TitleCallback

java.lang.Object
  extended by javax.security.auth.callback.TextOutputCallback
      extended by issrg.security.TitleCallback
All Implemented Interfaces:
java.io.Serializable, javax.security.auth.callback.Callback

public class TitleCallback
extends javax.security.auth.callback.TextOutputCallback

This class represents a Callback that should be displayed as the title of the login process. It extends from TextOutputCallback, so less sophisticated CallbackHandlers will output it as a line of text.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.security.auth.callback.TextOutputCallback
ERROR, INFORMATION, WARNING
 
Constructor Summary
TitleCallback(java.lang.String title)
           
 
Method Summary
 
Methods inherited from class javax.security.auth.callback.TextOutputCallback
getMessage, getMessageType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TitleCallback

public TitleCallback(java.lang.String title)
Parameters:
title - - the title of the process; useful for constructing dialogs