org.springframework.ws.soap.security.x509.cache
Class NullX509UserCache
java.lang.Object
org.springframework.ws.soap.security.x509.cache.NullX509UserCache
- All Implemented Interfaces:
- X509UserCache
public class NullX509UserCache
- extends 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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullX509UserCache
public NullX509UserCache()
getUserFromCache
public org.springframework.security.core.userdetails.UserDetails getUserFromCache(X509Certificate certificate)
- Specified by:
getUserFromCache
in interface X509UserCache
putUserInCache
public void putUserInCache(X509Certificate certificate,
org.springframework.security.core.userdetails.UserDetails user)
- Specified by:
putUserInCache
in interface X509UserCache
removeUserFromCache
public void removeUserFromCache(X509Certificate certificate)
- Specified by:
removeUserFromCache
in interface X509UserCache
Copyright © 2005-2013 The Spring Web Services Framework. All Rights Reserved.