Uses of Interface
org.acegisecurity.providers.x509.X509AuthoritiesPopulator

Packages that use X509AuthoritiesPopulator
org.acegisecurity.providers.x509 An authentication provider that can process X.509 certificaties. 
org.acegisecurity.providers.x509.populator Implementations that populate GrantedAuthority[]s of X509 authentications. 
 

Uses of X509AuthoritiesPopulator in org.acegisecurity.providers.x509
 

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

Uses of X509AuthoritiesPopulator in org.acegisecurity.providers.x509.populator
 

Classes in org.acegisecurity.providers.x509.populator that implement X509AuthoritiesPopulator
 class DaoX509AuthoritiesPopulator
          Populates the X509 authorities via an UserDetailsService.
 



Copyright © 2004-2011 Interface21, Inc. All Rights Reserved.