java.lang.Object
org.acegisecurity.providers.x509.cache.NullX509UserCache
- All Implemented Interfaces:
- org.acegisecurity.providers.x509.X509UserCache
- public class NullX509UserCache
- extends java.lang.Object
- implements org.acegisecurity.providers.x509.X509UserCache
"Cache" that doesn't do any caching.
- Version:
- $Id: NullX509UserCache.java,v 1.3 2005/11/29 13:10:08 benalex Exp $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullX509UserCache
public NullX509UserCache()
getUserFromCache
public org.acegisecurity.userdetails.UserDetails getUserFromCache(java.security.cert.X509Certificate certificate)
- Specified by:
getUserFromCache in interface org.acegisecurity.providers.x509.X509UserCache
putUserInCache
public void putUserInCache(java.security.cert.X509Certificate certificate,
org.acegisecurity.userdetails.UserDetails user)
- Specified by:
putUserInCache in interface org.acegisecurity.providers.x509.X509UserCache
removeUserFromCache
public void removeUserFromCache(java.security.cert.X509Certificate certificate)
- Specified by:
removeUserFromCache in interface org.acegisecurity.providers.x509.X509UserCache