クラス SpringBasedX509UserCache

java.lang.ObjectSE
org.springframework.ws.soap.security.x509.cache.SpringBasedX509UserCache
実装されたすべてのインターフェース:
org.springframework.beans.factory.InitializingBeanX509UserCache

public class SpringBasedX509UserCache extends ObjectSE implements X509UserCache, org.springframework.beans.factory.InitializingBean
Spring フレームワークベースの Cache を使用して User オブジェクトをキャッシュします。

Spring Security 3 で削除されたため、Spring Security 2 から移行されました。

作成者:
Luke Taylor, Ben Alex, Greg Turnquist
  • コンストラクターの詳細

    • SpringBasedX509UserCache

      public SpringBasedX509UserCache()
  • メソッドの詳細

    • afterPropertiesSet

      public void afterPropertiesSet() throws ExceptionSE
      次で指定:
      インターフェース org.springframework.beans.factory.InitializingBeanafterPropertiesSet 
      例外:
      ExceptionSE
    • getUserFromCache

      public org.springframework.security.core.userdetails.UserDetails getUserFromCache(X509CertificateSE userCert)
      次で指定:
      インターフェース X509UserCachegetUserFromCache 
    • putUserInCache

      public void putUserInCache(X509CertificateSE userCert, org.springframework.security.core.userdetails.UserDetails user)
      次で指定:
      インターフェース X509UserCacheputUserInCache 
    • removeUserFromCache

      public void removeUserFromCache(X509CertificateSE userCert)
      次で指定:
      インターフェース X509UserCacheremoveUserFromCache 
    • setCache

      public void setCache(org.springframework.cache.Cache cache)