[jboss-user] [Beginners Corner] - Re: Accesss ssl certificate information

2009-06-08 Thread skn81
@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

[jboss-user] [Beginners Corner] - Re: Accesss ssl certificate information

2009-05-19 Thread skn81
? 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-

[jboss-user] [Beginners Corner] - Accesss ssl certificate information

2009-05-05 Thread skn81
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