0 Replies Latest reply on Feb 5, 2009 5:10 PM by rb1

    Need Help: How to access client certificate data

      After i've successfully established a SSL connection to my server with 'ClientAuthMode'='need' I now want to use data of the underlying client's certficate.
      I know that I can set Principal and Credential on client side, and if so, I'm able to get this fields on server side. But I want to retreive information form the client certificate that was used to establisch the connection directly. It's present at server-side - but I don't know how to access it (even parts of it).

      Jboss 4.2.3GA, EJB3, Standalone Client, SSL.

      any hints ?