| Provides a cache of
UserDetails objects for the
X509AuthenticationProvider .
Similar in function to the
org.acegisecurity.providers.dao.UserCache used by the Dao provider, but the cache is keyed with the user's certificate
rather than the user name.
author: Luke Taylor version: $Id: X509UserCache.java 1496 2006-05-23 13:38:33Z benalex $ |