Spring Web Services Framework

Uses of Interface
org.springframework.ws.soap.security.x509.cache.X509UserCache

Packages that use X509UserCache
org.springframework.ws.soap.security.x509   
org.springframework.ws.soap.security.x509.cache   
 

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

Methods in org.springframework.ws.soap.security.x509 with parameters of type X509UserCache
 void X509AuthenticationProvider.setX509UserCache(X509UserCache cache)
           
 

Uses of X509UserCache in org.springframework.ws.soap.security.x509.cache
 

Classes in org.springframework.ws.soap.security.x509.cache that implement X509UserCache
 class EhCacheBasedX509UserCache
          Caches User objects using a Spring IoC defined EHCACHE.
 class NullX509UserCache
          "Cache" that doesn't do any caching.
 


Spring Web Services Framework

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