Example usage for org.springframework.security.web.authentication.preauth.x509 X509PrincipalExtractor interface-usage

List of usage examples for org.springframework.security.web.authentication.preauth.x509 X509PrincipalExtractor interface-usage

Introduction

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

Usage

From source file de.zib.vold.security.FullDNExtractor.java

/**
 * @date: 19.03.12
 * @time: 13:09
 * @author: Jrg Bachmann
 * @email: bachmann@zib.de
 */

From source file de.zib.gndms.gndms.security.FullDNExtractor.java

/**
 * @author Maik Jorra
 * @email jorra@zib.de
 * @date 02.03.12  14:41
 * @brief
 */

From source file grails.plugin.springsecurity.web.authentication.preauth.x509.ClosureX509PrincipalExtractor.java

/**
 * @author <a href='mailto:burt@burtbeckwith.com'>Burt Beckwith</a>
 */
public class ClosureX509PrincipalExtractor implements X509PrincipalExtractor {

    protected MessageSourceAccessor messages = SpringSecurityMessageSource.getAccessor();

From source file org.springframework.security.web.authentication.preauth.x509.SubjectDnX509PrincipalExtractor.java

/**
 * Obtains the principal from a certificate using a regular expression match against the
 * Subject (as returned by a call to {@link X509Certificate#getSubjectDN()}).
 * <p>
 * The regular expression should contain a single group; for example the default
 * expression "CN=(.*?)(?:,|$)" matches the common name field. So

From source file org.apigw.authserver.x509.ClientX509PrincipalExtractor.java

/**
 * Extracts data from a X509 certificate and checks client details service for
 * a corresponding certified client.
 * 
 * @author Albert rwall
 * @author Peter Merikan