public abstract class AbstractWxOpenInRedisConfigStorage extends WxOpenInMemoryConfigStorage
| 限定符和类型 | 字段和说明 |
|---|---|
protected static String |
AUTHORIZER_ACCESS_TOKEN_KEY |
protected static String |
AUTHORIZER_REFRESH_TOKEN_KEY |
protected String |
authorizerAccessTokenKey |
protected String |
authorizerRefreshTokenKey |
protected static String |
CARD_API_TICKET_KEY |
protected String |
cardApiTicket |
protected static String |
COMPONENT_ACCESS_TOKEN_KEY |
protected static String |
COMPONENT_VERIFY_TICKET_KEY |
protected String |
componentAccessTokenKey |
protected String |
componentVerifyTicketKey |
protected static String |
JSAPI_TICKET_KEY |
protected String |
jsapiTicketKey |
protected String |
keyPrefix
redis 存储的 key 的前缀,可为空
|
protected static String |
LOCK_KEY |
protected String |
lockKey |
| 构造器和说明 |
|---|
AbstractWxOpenInRedisConfigStorage() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected String |
getKey(String prefix,
String appId) |
void |
setComponentAppId(String componentAppId)
Sets component app id.
|
autoRefreshToken, expireAuthorizerAccessToken, expireCardApiTicket, expireComponentAccessToken, expireJsapiTicket, getAuthorizerAccessToken, getAuthorizerRefreshToken, getCardApiTicket, getComponentAccessTokenLock, getJsapiTicket, getLockByKey, getWxMaConfig, getWxMpConfigStorage, isAuthorizerAccessTokenExpired, isCardApiTicketExpired, isComponentAccessTokenExpired, isJsapiTicketExpired, setAuthorizerRefreshToken, setWxOpenInfo, updateAuthorizerAccessToken, updateAuthorizerAccessToken, updateAuthorizerRefreshToken, updateCardApiTicket, updateComponentAccessToken, updateComponentAccessToken, updateJsapiTicketclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetApacheHttpClientBuilder, getComponentAccessToken, getComponentAesKey, getComponentApiSignatureAesKey, getComponentApiSignatureAesKeySn, getComponentApiSignatureRsaPrivateKey, getComponentApiSignatureRsaPrivateKeySn, getComponentAppId, getComponentAppSecret, getComponentToken, getComponentVerifyTicket, getHttpProxyHost, getHttpProxyPassword, getHttpProxyPort, getHttpProxyUsername, getMaxRetryTimes, getRetrySleepMillis, setComponentAesKey, setComponentApiSignatureAesKey, setComponentApiSignatureAesKeySn, setComponentApiSignatureRsaPrivateKey, setComponentApiSignatureRsaPrivateKeySn, setComponentAppSecret, setComponentToken, setComponentVerifyTicketprotected String keyPrefix
protected String componentVerifyTicketKey
protected String componentAccessTokenKey
protected String authorizerRefreshTokenKey
protected String authorizerAccessTokenKey
protected String jsapiTicketKey
protected String cardApiTicket
protected String lockKey
public void setComponentAppId(String componentAppId)
WxOpenConfigStoragecomponentAppId - the component app idCopyright © 2024. All rights reserved.