org.springframework.ws.soap.security.x509.cache
Class NullX509UserCache

java.lang.Object
  extended by org.springframework.ws.soap.security.x509.cache.NullX509UserCache
All Implemented Interfaces:
X509UserCache

public class NullX509UserCache
extends java.lang.Object
implements X509UserCache

"Cache" that doesn't do any caching.

Migrated from Spring Security 2 since it has been removed in Spring Security 3.

Author:
Luke Taylor

Constructor Summary
NullX509UserCache()
           
 
Method Summary
 org.springframework.security.core.userdetails.UserDetails getUserFromCache(java.security.cert.X509Certificate certificate)
           
 void putUserInCache(java.security.cert.X509Certificate certificate, org.springframework.security.core.userdetails.UserDetails user)
           
 void removeUserFromCache(java.security.cert.X509Certificate certificate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullX509UserCache

public NullX509UserCache()
Method Detail

getUserFromCache

public org.springframework.security.core.userdetails.UserDetails getUserFromCache(java.security.cert.X509Certificate certificate)
Specified by:
getUserFromCache in interface X509UserCache

putUserInCache

public void putUserInCache(java.security.cert.X509Certificate certificate,
                           org.springframework.security.core.userdetails.UserDetails user)
Specified by:
putUserInCache in interface X509UserCache

removeUserFromCache

public void removeUserFromCache(java.security.cert.X509Certificate certificate)
Specified by:
removeUserFromCache in interface X509UserCache


Copyright © 2011. All Rights Reserved.