@In private FacesContext facesContext;
(java.security.cert.X509Certificate[]) ((HttpServletRequest)
facesContext.getExternalContext().getRequest()).getAttribute("javax.servlet.request.X509Certificate");
Thanks skn81!
Your welcome skn81!
skn81
View the original post :
http://www
?
skn81
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4232103#4232103
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4232103
___
jboss-user mailing list
jboss-
Greetings!
I set clientAuth=true in my server.xml to use client ssl (two-way-ssl) which is
handled fine by Tomcat. Is it now possible to access the SSL certificate
(information) from a session bean?
A simple example/tutorial would be nice...
Thanks for your help!
skn81
View the original