walkthrought:

I've implementend a subclass of HibernateLoginConfig that returns always true 
for validatePassword;

I've implemented a Filter that replaces the request object with a 
RequestWrapper that returns
X509Certificate[] certs = (X509Certificate[]) 
request.getAttribute("javax.servlet.request.X509Certificate"); 
X509Certificate cert = certs[0];
cert.getSubjectDN();

for getUserPrincipal and getRemoteUser.

Now it is functioning.


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874714#3874714

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874714


-------------------------------------------------------
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
_______________________________________________
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to