Spring Security Framework

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

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

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

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

Uses of X509UserCache in org.springframework.security.providers.x509.cache
 

Classes in org.springframework.security.providers.x509.cache that implement X509UserCache
 class EhCacheBasedX509UserCache
          Deprecated. use the X509 preauthenticated
 class NullX509UserCache
          Deprecated.  
 


Spring Security Framework

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