[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.org

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

2009-05-20 Thread skn81
? skn81 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232103#4232103 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4232103 ___ jboss-user mailing list jboss-user@lists.jboss.org https

[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