Title: Jetty - access custom JAAS Principal

Hi,

I am using custom JAAS loginmodule for both my web and ejb container, which authenticates just fine. The login module creates a custom Principle with some application specific attributes.

I now want to access that custom Principal object from within my web container, but request.getUserPrincipal only returns an org.jboss.jetty.security.JBossUserRealm$JBossUserPrincipal.

How can I acces our customized principal? Is it possible?

Thanks
Wonne

Reply via email to