Spring Web Services Framework

Uses of Interface
org.springframework.ws.soap.security.x509.X509AuthoritiesPopulator

Packages that use X509AuthoritiesPopulator
org.springframework.ws.soap.security.x509   
org.springframework.ws.soap.security.x509.populator   
 

Uses of X509AuthoritiesPopulator in org.springframework.ws.soap.security.x509
 

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

Uses of X509AuthoritiesPopulator in org.springframework.ws.soap.security.x509.populator
 

Classes in org.springframework.ws.soap.security.x509.populator that implement X509AuthoritiesPopulator
 class DaoX509AuthoritiesPopulator
          Populates the X509 authorities via an UserDetailsService.
 


Spring Web Services Framework

Copyright © 2005-2013 The Spring Web Services Framework. All Rights Reserved.