org.acegisecurity.providers.x509
public interface X509UserCache
UserDetails
objects for the
X509AuthenticationProvider
.
Similar in function to the UserCache
used by the Dao provider, but the cache is keyed with the user's certificate
rather than the user name.
Modifier and Type | Method and Description |
---|---|
UserDetails |
getUserFromCache(java.security.cert.X509Certificate userCertificate) |
void |
putUserInCache(java.security.cert.X509Certificate key,
UserDetails user) |
void |
removeUserFromCache(java.security.cert.X509Certificate key) |
UserDetails getUserFromCache(java.security.cert.X509Certificate userCertificate)
void putUserInCache(java.security.cert.X509Certificate key, UserDetails user)
void removeUserFromCache(java.security.cert.X509Certificate key)
Copyright © 2004-2014 Interface21, Inc. All Rights Reserved.