Geofrey Rainey wrote:
> I am confused about integrating the JAAS Login Module with HTTP basic
> auth. I was under
> the impression that one had to handle this in a custom callback handler.
> However I'm now
> under the impression that the JAASRealm has a built-in callback hander
> that does this.
> Is this correct?

Yes. It also handles DIGEST, FORM and CLIENT-CERT. Where the integration
/ extension is required is to hook into your user database. The
JAASRealm only hooks into tomcat-users.xml.

Mark



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to