インターフェース X509UserCache
- すべての既知の実装クラス:
NullX509UserCache, SpringBasedX509UserCache
public interface X509UserCache
X509AuthenticationProvider の UserDetails オブジェクトのキャッシュを提供します。Dao プロバイダーが使用する UserCache と機能は似ていますが、キャッシュはユーザー名ではなくユーザーの証明書でキー設定されます。
Spring Security 3 で削除されたため、Spring Security 2 から移行されました。
方法の概要
修飾子と型メソッド説明@Nullable org.springframework.security.core.userdetails.UserDetailsgetUserFromCache(X509CertificateSE userCertificate) voidputUserInCache(X509CertificateSE key, org.springframework.security.core.userdetails.UserDetails user) void
方法の詳細
getUserFromCache
@Nullable org.springframework.security.core.userdetails.UserDetails getUserFromCache(X509CertificateSE userCertificate) putUserInCache
void putUserInCache(X509CertificateSE key, org.springframework.security.core.userdetails.UserDetails user) removeUserFromCache