constructor |
CallbackHandlerSwing(java.awt.Frame windowParent):
Instantiates a JAAS callback handler for Swing applications.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
windowParent |
Input |
java.awt.Frame windowParent: Allows login dialogs to
be centered over a parent frame (a top-level window with a title and border)
and linked for display purposes with the parent application. If null is
passed, login dialogs are centered based on the screen itself.
|
|
handle |
public void
handle(javax.security.auth.callback.Callback[] arg0) throws
javax.security.auth.callback.UnsupportedCallbackException:
Implementation of handle() method required in JAAS CallbackHandler interface,
used by JAAS to perform callbacks to retrieve or display information.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
callbacks |
Input |
javax.security.auth.callback.Callback[] array as
defined in the javax.security.auth.callback.CallbackHandler interface.
|
throws |
Output |
Throws:
javax.security.auth.callback.UnsupportedCallbackException
|
|