Re: Extended Validation Certificates Support JNDIRealm

2017-04-20 Thread Lucas S. Silva
uspect those should help me checking the certificate Assurance Levels? Thanks, Lucas On 20 April 2017 at 19:50, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Lucas, > > On 4/20/17 1:12 PM, Lucas S. Silva wrote: > > I am trying to implement

Extended Validation Certificates Support JNDIRealm

2017-04-20 Thread Lucas S. Silva
Hi, I am trying to implement a custom JNDIRealm that will do some validations based on the Extended Validation Certificates like the OID it this supported by tomcat? Or I will just get whatever the LDAP server supports? I could not find which method I would have to overwrite to get the extended va

Fwd: Custom JNDIRealm with Configuration

2017-04-13 Thread Lucas S. Silva
Hi All, I am implementing a custom JNDIRealm and I need to pass some configurations to it. I tried to pass the configuration via Real configuration and in my code I define the setter and getter for *configurationPattern* but when I debug it doesn't seems to be set? I also need to add more para