Spring Web Services Framework

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 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(X509Certificate certificate)
           
 void putUserInCache(X509Certificate certificate, org.springframework.security.core.userdetails.UserDetails user)
           
 void removeUserFromCache(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(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

Spring Web Services Framework

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