users@glassfish.java.net

How to force more Callbacks when Swing Login Dialog is used

From: Miroslav Nachev <miro_at_space-comm.com>
Date: Tue, 08 May 2007 18:47:44 +0300

Hi,

I would like to have more friendly and powerful GUI Login Dialog for
authorization which to have more than 2 Callbacks (NameCallback,
PasswordCallback):
- NameCallback;
- PasswordCallback;
- Certificate
For bank software and other applications are required both Certificate
and Username/Password authorization.
Is it possible to configure the GlassFish AS to send 3 callbacks?


Additionally I would like to pass TextOutputCallback from AS to the
Client when some error is happen like wrong password or username.
How this can be realized?


Regards,
Miro.