|
JAAS | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sun.security.auth.callback.DialogCallbackHandler
public class DialogCallbackHandler
Uses a Swing dialog window to query the user for answers to authentication questions. This can be used by a JAAS application to instantiate a CallbackHandler
javax.security.auth.callback
Constructor Summary | |
---|---|
DialogCallbackHandler()
Creates a callback dialog with the default parent window. |
|
DialogCallbackHandler(Component parentComponent)
Creates a callback dialog and specify the parent window. |
Method Summary | |
---|---|
void |
handle(Callback[] callbacks)
Handles the specified set of callbacks. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DialogCallbackHandler()
public DialogCallbackHandler(Component parentComponent)
parentComponent
- the parent window -- specify null
for the default parentMethod Detail |
---|
public void handle(Callback[] callbacks) throws UnsupportedCallbackException
handle
in interface CallbackHandler
callbacks
- the callbacks to handle
UnsupportedCallbackException
- if the callback is not an
instance of NameCallback or PasswordCallback
|
JAAS | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |