Login « Dialog « Java Swing Q&A





1. My own GUI Login Dialog    java.net

On 5/8/07, Witold Szczerba wrote: > > > I haven't any exceptions like yours. But I separate the CallbackHandler > > and Swing LoginDialog because it is not possible and correct both to be > > in as one class. > > Hello, > why do you say it is not possible? CallbackHandler is an interface, so > one can ...

2. How to force more Callbacks when Swing Login Dialog is used    java.net

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?