|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.security.auth.callback.TextOutputCallback issrg.security.TitleCallback
public class TitleCallback
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.
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 |
---|
public TitleCallback(java.lang.String title)
title
- - the title of the process; useful for constructing dialogs
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |