Uses of Class
com.foxinmy.weixin4j.model.Token
-
-
Uses of Token in com.foxinmy.weixin4j.model
Methods in com.foxinmy.weixin4j.model that return Token Modifier and Type Method Description Token
Token. pushExtra(String name, String value)
-
Uses of Token in com.foxinmy.weixin4j.mp
Constructor parameters in com.foxinmy.weixin4j.mp with type arguments of type Token Constructor Description WeixinComponentProxy(CacheStorager<Token> cacheStorager)
微信第三方组件接口实现(使用weixin4j.properties配置的account#components账号信息)WeixinComponentProxy(WeixinMpAccount weixinMpAccount, CacheStorager<Token> cacheStorager)
微信第三方组件接口实现WeixinProxy(CacheStorager<Token> cacheStorager)
微信接口实现(使用weixin4j.properties配置的account账号信息)WeixinProxy(WeixinAccount weixinAccount, CacheStorager<Token> cacheStorager)
微信接口实现 -
Uses of Token in com.foxinmy.weixin4j.mp.api
Constructor parameters in com.foxinmy.weixin4j.mp.api with type arguments of type Token Constructor Description PayOldApi(CacheStorager<Token> cacheStorager)
支付对象(使用weixin4j.properties配置的account商户信息)PayOldApi(WeixinOldPayAccount weixinPayAccount, CacheStorager<Token> cacheStorager)
支付对象 -
Uses of Token in com.foxinmy.weixin4j.mp.component
Methods in com.foxinmy.weixin4j.mp.component that return Token Modifier and Type Method Description Token
WeixinComponentPreCodeCreator. create()
Token
WeixinComponentTokenCreator. create()
Token
WeixinTokenComponentCreator. create()
-
Uses of Token in com.foxinmy.weixin4j.mp.model
Subclasses of Token in com.foxinmy.weixin4j.mp.model Modifier and Type Class Description class
ComponentAuthorizerToken
授权码换取公众号的授权信息class
OauthToken
用户授权token 一般通过授权页面获得 -
Uses of Token in com.foxinmy.weixin4j.mp.token
Methods in com.foxinmy.weixin4j.mp.token that return Token Modifier and Type Method Description Token
WeixinTicketCreator. create()
Token
WeixinTokenCreator. create()
-
Uses of Token in com.foxinmy.weixin4j.qy
Constructor parameters in com.foxinmy.weixin4j.qy with type arguments of type Token Constructor Description WeixinProxy(CacheStorager<Token> cacheStorager)
微信接口实现(使用weixin4j.properties配置的account账号信息)WeixinProxy(WeixinAccount weixinAccount, CacheStorager<Token> cacheStorager)
微信接口实现WeixinSuiteProxy(CacheStorager<Token> cacheStorager)
微信第三方套件接口实现(使用weixin4j.properties配置的account账号信息)WeixinSuiteProxy(WeixinQyAccount weixinQyAccount, CacheStorager<Token> cacheStorager)
微信第三方套件接口实现 -
Uses of Token in com.foxinmy.weixin4j.qy.api
Constructor parameters in com.foxinmy.weixin4j.qy.api with type arguments of type Token Constructor Description ProviderApi(TokenManager providerTokenManager, CacheStorager<Token> cacheStorager)
-
Uses of Token in com.foxinmy.weixin4j.qy.model
Methods in com.foxinmy.weixin4j.qy.model that return Token Modifier and Type Method Description Token
OUserInfo. getRedirectLoginInfo()
Methods in com.foxinmy.weixin4j.qy.model with parameters of type Token Modifier and Type Method Description void
OUserInfo. setRedirectLoginInfo(Token redirectLoginInfo)
-
Uses of Token in com.foxinmy.weixin4j.qy.suite
Methods in com.foxinmy.weixin4j.qy.suite that return Token Modifier and Type Method Description Token
WeixinSuitePreCodeCreator. create()
Token
WeixinSuiteTokenCreator. create()
Token
WeixinTokenSuiteCreator. create()
-
Uses of Token in com.foxinmy.weixin4j.qy.token
Methods in com.foxinmy.weixin4j.qy.token that return Token Modifier and Type Method Description Token
WeixinProviderTokenCreator. create()
Token
WeixinTicketCreator. create()
Token
WeixinTokenCreator. create()
-
Uses of Token in com.foxinmy.weixin4j.token
Methods in com.foxinmy.weixin4j.token that return Token Modifier and Type Method Description Token
TicketManager. getTicket()
获取ticket对象Methods in com.foxinmy.weixin4j.token that return types with arguments of type Token Modifier and Type Method Description CacheStorager<Token>
TicketManager. getCacheStorager()
Constructor parameters in com.foxinmy.weixin4j.token with type arguments of type Token Constructor Description PerTicketManager(String authAppId, String thirdId, String thirdSecret, CacheStorager<Token> cacheStorager)
TicketManager(String thirdId, String thirdSecret, CacheStorager<Token> cacheStorager)
TokenManager(TokenCreator tokenCreator, CacheStorager<Token> cacheStorager)
-
Uses of Token in com.foxinmy.weixin4j.wxa
Constructor parameters in com.foxinmy.weixin4j.wxa with type arguments of type Token Constructor Description WeixinAppFacade(WeixinAccount weixinAccount, CacheStorager<Token> cacheStorager)
ConstructsWeixinAppFacade
using specifiedCacheStorager
.WeixinAppFacade(WeixinAccount weixinAccount, CacheStorager<Token> cacheStorager, Properties properties)
ConstructsWeixinAppFacade
using specifiedCacheStorager
, and overrides properties defined inweixin.properties
.
-