クラス CacheOnlyAuthTokenStore

java.lang.Object
org.iplass.mtp.impl.auth.authenticate.token.CacheOnlyAuthTokenStore
すべての実装されたインタフェース:
AuthTokenStore, ServiceInitListener<AuthTokenService>

public class CacheOnlyAuthTokenStore extends Object implements AuthTokenStore, ServiceInitListener<AuthTokenService>
DBに保存せず、CacheStoreにしか保存しないAuthTokenStore。 利用するCacheStoreは、Index可能で、キャッシュエントリに有効期限が設けられている想定。