ok, I see, then if call the handle() method with an array containing a NameCallback and PasswordCallback, my custom login will receive the call?
-----Original Message-----
From: Scott M Stark [mailto:[EMAIL PROTECTED]]
Sent: Monday, August 26, 2002 10:35 AM
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-user] JBoss-JAAS problem: My custom LoginModule not initialized with my custom CallbackHandler, but with javax.security.auth.login.LoginContext $SecureCallbackHandler

javax.security.auth.login.LoginContext$SecureCallbackHandler is just a wrapper
that delegates to your CallbackHandler.
 
xxxxxxxxxxxxxxxxxxxxxxxx
Scott Stark
Chief Technology Officer
JBoss Group, LLC
xxxxxxxxxxxxxxxxxxxxxxxx
----- Original Message -----
Sent: Monday, August 26, 2002 6:22 AM
Subject: [JBoss-user] JBoss-JAAS problem: My custom LoginModule not initialized with my custom CallbackHandler, but with javax.security.auth.login.LoginContext $SecureCallbackHandler

Reply via email to