public class CacheAuthorizationCodeStore extends java.lang.Object implements AuthorizationCodeStore
| 修飾子とタイプ | フィールドと説明 |
|---|---|
static java.lang.String |
DEFAULT_CACHE_NAMESPACE |
static java.lang.String |
DEFAULT_SECURE_RANDOM_GENERATOR_NAME |
| コンストラクタと説明 |
|---|
CacheAuthorizationCodeStore() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
destroyed() |
AuthorizationCode |
getAndRemoveAuthorizationCode(java.lang.String codeValue) |
java.lang.String |
getCacheStoreName() |
java.lang.String |
getSecureRandomGeneratorName() |
long |
getTimeToLive() |
void |
inited(OAuthAuthorizationService service,
Config config) |
AuthorizationCode |
newAuthorizationCode(AuthorizationRequest authReq) |
void |
setCacheStoreName(java.lang.String cacheStoreName) |
void |
setSecureRandomGeneratorName(java.lang.String secureRandomGeneratorName) |
void |
setTimeToLive(long timeToLive) |
public static final java.lang.String DEFAULT_CACHE_NAMESPACE
public static final java.lang.String DEFAULT_SECURE_RANDOM_GENERATOR_NAME
public java.lang.String getCacheStoreName()
public void setCacheStoreName(java.lang.String cacheStoreName)
public long getTimeToLive()
public void setTimeToLive(long timeToLive)
public java.lang.String getSecureRandomGeneratorName()
public void setSecureRandomGeneratorName(java.lang.String secureRandomGeneratorName)
public void inited(OAuthAuthorizationService service, Config config)
public void destroyed()
public AuthorizationCode newAuthorizationCode(AuthorizationRequest authReq)
newAuthorizationCode インタフェース内 AuthorizationCodeStorepublic AuthorizationCode getAndRemoveAuthorizationCode(java.lang.String codeValue)
getAndRemoveAuthorizationCode インタフェース内 AuthorizationCodeStore