X509AuthenticationFilter « Security « Spring Q&A





1. X509AuthenticationFilter    forum.springsource.org

Hi, I'm using spring sec 3.0. When I set up a X509AuthenticationFilter via and the X509PrincipalExtractor cannot extract the principal from the certificate an exception is thrown ...

3. Custom X509AuthenticationFilter    forum.springsource.org

Custom X509AuthenticationFilter Hi, I have extended the X509AuthenticationFilter and I try to use it in my application but it doesn't work. I am not sure if what I am doing is ...