クラス CacheAuthorizationCodeStore
java.lang.Object
org.iplass.mtp.impl.auth.oauth.code.CacheAuthorizationCodeStore
- すべての実装されたインタフェース:
AuthorizationCodeStore,org.iplass.mtp.spi.ServiceInitListener<OAuthAuthorizationService>
public class CacheAuthorizationCodeStore
extends Object
implements AuthorizationCodeStore, org.iplass.mtp.spi.ServiceInitListener<OAuthAuthorizationService>
CacheStoreベースのAuthorizationCodeStore。
-
フィールドの概要
フィールド -
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明voidgetAndRemoveAuthorizationCode(String codeValue) longvoidinited(OAuthAuthorizationService service, org.iplass.mtp.spi.Config config) newAuthorizationCode(AuthorizationRequest authReq) voidsetCacheStoreName(String cacheStoreName) voidsetSecureRandomGeneratorName(String secureRandomGeneratorName) voidsetTimeToLive(long timeToLive)
-
フィールド詳細
-
DEFAULT_CACHE_NAMESPACE
- 関連項目:
-
DEFAULT_SECURE_RANDOM_GENERATOR_NAME
- 関連項目:
-
-
コンストラクタの詳細
-
CacheAuthorizationCodeStore
public CacheAuthorizationCodeStore()
-
-
メソッドの詳細
-
getCacheStoreName
-
setCacheStoreName
-
getTimeToLive
public long getTimeToLive() -
setTimeToLive
public void setTimeToLive(long timeToLive) -
getSecureRandomGeneratorName
-
setSecureRandomGeneratorName
-
inited
- 定義:
initedインタフェース内org.iplass.mtp.spi.ServiceInitListener<OAuthAuthorizationService>
-
destroyed
public void destroyed()- 定義:
destroyedインタフェース内org.iplass.mtp.spi.ServiceInitListener<OAuthAuthorizationService>
-
newAuthorizationCode
- 定義:
newAuthorizationCodeインタフェース内AuthorizationCodeStore
-
getAndRemoveAuthorizationCode
- 定義:
getAndRemoveAuthorizationCodeインタフェース内AuthorizationCodeStore
-