Example usage for org.springframework.security.web.authentication.preauth.x509 X509AuthenticationFilter subclass-usage

List of usage examples for org.springframework.security.web.authentication.preauth.x509 X509AuthenticationFilter subclass-usage

Introduction

In this page you can find the example usage for org.springframework.security.web.authentication.preauth.x509 X509AuthenticationFilter subclass-usage.

Usage

From source file org.italiangrid.storm.webdav.authz.VOMSAuthenticationFilter.java

public class VOMSAuthenticationFilter extends X509AuthenticationFilter {

    public static final Logger logger = LoggerFactory.getLogger(VOMSAuthenticationFilter.class);

    private final JavaAndBCStyle BC_STYLE = new JavaAndBCStyle();
    private final ASN1ObjectIdentifier CN_OID = BC_STYLE.attrNameToOID("CN");