Uses of Interface
org.springframework.security.web.authentication.preauth.x509.X509PrincipalExtractor

Packages that use X509PrincipalExtractor
org.springframework.security.web.authentication.preauth.x509   
 

Uses of X509PrincipalExtractor in org.springframework.security.web.authentication.preauth.x509
 

Classes in org.springframework.security.web.authentication.preauth.x509 that implement X509PrincipalExtractor
 class SubjectDnX509PrincipalExtractor
          Obtains the principal from a certificate using a regular expression match against the Subject (as returned by a call to X509Certificate.getSubjectDN()).
 

Methods in org.springframework.security.web.authentication.preauth.x509 with parameters of type X509PrincipalExtractor
 void X509AuthenticationFilter.setPrincipalExtractor(X509PrincipalExtractor principalExtractor)
           
 



Copyright © 2004-2009 SpringSource, Inc. All Rights Reserved.