|
Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java Authentication and Authorization Service DRAFT ea-b118 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.security.auth.callback.DialogCallbackHandler
public class DialogCallbackHandler extends Object implements CallbackHandler
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 and Description |
|---|
DialogCallbackHandler()
Creates a callback dialog with the default parent window. |
DialogCallbackHandler(Component parentComponent)
Creates a callback dialog and specify the parent window. |
| Modifier and Type | Method and Description |
|---|---|
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 parent| Method Detail |
|---|
public void handle(Callback[] callbacks)
throws UnsupportedCallbackException
handle in interface CallbackHandlercallbacks - the callbacks to handleUnsupportedCallbackException - if the callback is not an
instance of NameCallback or PasswordCallback
|
Java Authentication and Authorization Service DRAFT ea-b118 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 1998, 2010, Oracle Corporation. All rights reserved.