users@glassfish.java.net

Re: 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:50:47 +0300

For the current example I forgot the 4rd callback LanguageCallback. So,
finally the callbacks are:
- NameCallback;
- PasswordCallback;
- Certificate;
- LanguageCallback.


Miro.


Miroslav Nachev wrote:
> 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.
>