Spring Security Framework

Uses of Interface
org.springframework.security.providers.x509.X509AuthoritiesPopulator

Packages that use X509AuthoritiesPopulator
org.springframework.security.providers.x509 This package is now deprecated and will be removed in a future version. 
org.springframework.security.providers.x509.populator This package is now deprecated and will be removed in a future version. 
 

Uses of X509AuthoritiesPopulator in org.springframework.security.providers.x509
 

Methods in org.springframework.security.providers.x509 with parameters of type X509AuthoritiesPopulator
 void X509AuthenticationProvider.setX509AuthoritiesPopulator(X509AuthoritiesPopulator x509AuthoritiesPopulator)
          Deprecated.  
 

Uses of X509AuthoritiesPopulator in org.springframework.security.providers.x509.populator
 

Classes in org.springframework.security.providers.x509.populator that implement X509AuthoritiesPopulator
 class DaoX509AuthoritiesPopulator
          Deprecated. This package is now deprecated. Use the X.509 authentication support in org.springframework.security.ui.preauth.x509 instead.
 


Spring Security Framework

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