issrg.security
Class TitleCallback

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

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)
           
 
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