|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface X509UserCache
Provides a cache of 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.
Method Summary | |
---|---|
UserDetails |
getUserFromCache(java.security.cert.X509Certificate userCertificate)
Deprecated. |
void |
putUserInCache(java.security.cert.X509Certificate key,
UserDetails user)
Deprecated. |
void |
removeUserFromCache(java.security.cert.X509Certificate key)
Deprecated. |
Method Detail |
---|
UserDetails getUserFromCache(java.security.cert.X509Certificate userCertificate)
void putUserInCache(java.security.cert.X509Certificate key, UserDetails user)
void removeUserFromCache(java.security.cert.X509Certificate key)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |