您的浏览器已禁用 JavaScript。
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
上一个
下一个
框架
无框架
所有类
A
B
C
D
E
F
G
H
I
J
M
O
P
R
S
T
U
A
accept(String)
- 接口 中的方法org.hswebframework.web.authorization.oauth2.client.request.
OAuth2Request
设置接受响应的格式,相当与请求头:Accept
accept(String)
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.request.
SimpleOAuth2Request
AccessTokenInfo
-
org.hswebframework.web.authorization.oauth2.client
中的类
默认的服务实现
AccessTokenInfo()
- 类 的构造器org.hswebframework.web.authorization.oauth2.client.
AccessTokenInfo
accessTokenInfo
- 类 中的变量org.hswebframework.web.authorization.oauth2.client.simple.session.
DefaultOAuth2Session
accessTokenRequest
- 类 中的变量org.hswebframework.web.authorization.oauth2.client.simple.session.
DefaultOAuth2Session
applyBasicAuthParam(OAuth2Request)
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.session.
AuthorizationCodeSession
applyBasicAuthParam(OAuth2Request)
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.session.
DefaultOAuth2Session
applyBasicAuthParam(OAuth2Request)
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.session.
PasswordSession
applyTokenParam(OAuth2Request)
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.session.
DefaultOAuth2Session
as(ResponseConvert<T>)
- 接口 中的方法org.hswebframework.web.authorization.oauth2.client.response.
OAuth2Response
自定义转换方式
as(Class<T>)
- 接口 中的方法org.hswebframework.web.authorization.oauth2.client.response.
OAuth2Response
转换为指定的类型
as(ResponseConvert<T>)
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.request.
SimpleOAuth2Response
as(Class<T>)
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.request.
SimpleOAuth2Response
asBytes()
- 接口 中的方法org.hswebframework.web.authorization.oauth2.client.response.
OAuth2Response
asBytes()
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.request.
SimpleOAuth2Response
asList(Class<T>)
- 接口 中的方法org.hswebframework.web.authorization.oauth2.client.response.
OAuth2Response
转换为指定类型的结果集
asList(Class<T>)
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.request.
SimpleOAuth2Response
asStream()
- 接口 中的方法org.hswebframework.web.authorization.oauth2.client.response.
OAuth2Response
asStream()
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.request.
SimpleOAuth2Response
asString()
- 接口 中的方法org.hswebframework.web.authorization.oauth2.client.response.
OAuth2Response
asString()
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.request.
SimpleOAuth2Response
AuthorizationCodeSession
-
org.hswebframework.web.authorization.oauth2.client.simple.session
中的类
AuthorizationCodeSession()
- 类 的构造器org.hswebframework.web.authorization.oauth2.client.simple.session.
AuthorizationCodeSession
authorize()
- 接口 中的方法org.hswebframework.web.authorization.oauth2.client.request.
OAuth2Session
尝试进行认证
authorize()
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.session.
AuthorizationCodeSession
authorize()
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.session.
CachedOAuth2Session
authorize()
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.session.
DefaultOAuth2Session
AutoRegisterOAuth2Listener
<
T
extends
OAuth2Event
> -
org.hswebframework.web.authorization.oauth2.client.listener
中的接口
B
build()
- 接口 中的方法org.hswebframework.web.authorization.oauth2.client.
OAuth2RequestBuilder
build()
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.request.builder.
SimpleOAuth2RequestBuilder
byAccessToken(String)
- 接口 中的方法org.hswebframework.web.authorization.oauth2.client.
OAuth2SessionBuilder
直接指定accessToken创建会话
byAccessToken(String)
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.
SimpleOAuth2SessionBuilder
byAuthorizationCode(String)
- 接口 中的方法org.hswebframework.web.authorization.oauth2.client.
OAuth2SessionBuilder
根据授权码方式创建会话
byAuthorizationCode(String)
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.
SimpleOAuth2SessionBuilder
byClientCredentials()
- 接口 中的方法org.hswebframework.web.authorization.oauth2.client.
OAuth2SessionBuilder
根据密钥方式创建会话
byClientCredentials()
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.
SimpleOAuth2SessionBuilder
byPassword(String, String)
- 接口 中的方法org.hswebframework.web.authorization.oauth2.client.
OAuth2SessionBuilder
根据密码方式创建会话
byPassword(String, String)
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.
SimpleOAuth2SessionBuilder
C
CachedOAuth2Session
-
org.hswebframework.web.authorization.oauth2.client.simple.session
中的类
CachedOAuth2Session(AccessTokenInfo)
- 类 的构造器org.hswebframework.web.authorization.oauth2.client.simple.session.
CachedOAuth2Session
call(ReTry)
- 接口 中的方法org.hswebframework.web.authorization.oauth2.client.request.
TokenExpiredCallBack
close()
- 接口 中的方法org.hswebframework.web.authorization.oauth2.client.request.
OAuth2Session
关闭会话,将清空
close()
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.session.
DefaultOAuth2Session
closed
- 类 中的变量org.hswebframework.web.authorization.oauth2.client.simple.session.
DefaultOAuth2Session
contentType(String)
- 接口 中的方法org.hswebframework.web.authorization.oauth2.client.request.
OAuth2Request
设置请求的contentType
contentType(String)
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.request.
SimpleOAuth2Request
convert(OAuth2Response, Class<T>)
- 接口 中的方法org.hswebframework.web.authorization.oauth2.client.request.
ResponseConvertHandler
convert(OAuth2Response)
- 接口 中的方法org.hswebframework.web.authorization.oauth2.client.response.
ResponseConvert
convert(OAuth2Response, Class<T>)
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.provider.
HswebResponseConvertSupport
convertAuthentication(String)
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.provider.
HswebResponseConvertSupport
convertHandler(ResponseConvertHandler)
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.request.builder.
SimpleOAuth2RequestBuilder
convertList(OAuth2Response, Class<T>)
- 接口 中的方法org.hswebframework.web.authorization.oauth2.client.request.
ResponseConvertHandler
convertList(OAuth2Response, Class<T>)
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.provider.
HswebResponseConvertSupport
cookie(String)
- 接口 中的方法org.hswebframework.web.authorization.oauth2.client.request.
OAuth2Request
设置cookie
cookie(String)
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.request.
SimpleOAuth2Request
create(String, String)
- 接口 中的方法org.hswebframework.web.authorization.oauth2.client.
OAuth2RequestBuilderFactory
create(String)
- 接口 中的方法org.hswebframework.web.authorization.oauth2.client.
OAuth2RequestService
创建一个OAuth2服务的会话创建器
create(String, String)
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.request.builder.
SimpleOAuth2RequestBuilderFactory
create(String)
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.
SimpleOAuth2RequestService
createNativeResponse(Supplier<Response>)
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.request.
SimpleOAuth2Request
createOnTokenChanged(Supplier<AccessTokenInfo>, String)
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.
SimpleOAuth2SessionBuilder
createRequest(String)
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.session.
DefaultOAuth2Session
createResponse(Supplier<Response>)
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.request.
SimpleOAuth2Request
createToken()
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.
MemoryOAuth2UserTokenRepository
createToken()
- 接口 中的方法org.hswebframework.web.authorization.oauth2.client.simple.
OAuth2UserTokenRepository
createUnCheckResponse(UnCheck<Response>)
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.request.
SimpleOAuth2Request
D
DefaultOAuth2Session
-
org.hswebframework.web.authorization.oauth2.client.simple.session
中的类
DefaultOAuth2Session()
- 类 的构造器org.hswebframework.web.authorization.oauth2.client.simple.session.
DefaultOAuth2Session
DefaultResponseJudge
-
org.hswebframework.web.authorization.oauth2.client.request
中的类
DefaultResponseJudge()
- 类 的构造器org.hswebframework.web.authorization.oauth2.client.request.
DefaultResponseJudge
delete()
- 接口 中的方法org.hswebframework.web.authorization.oauth2.client.request.
OAuth2Request
以DELETE方式请求,并返回请求结果
delete()
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.request.
SimpleOAuth2Request
doEvent(String, OAuth2Event)
- 接口 中的方法org.hswebframework.web.authorization.oauth2.client.
OAuth2RequestService
触发一个监听事件
doEvent(String, OAuth2Event, Class<? extends OAuth2Event>)
- 接口 中的方法org.hswebframework.web.authorization.oauth2.client.
OAuth2RequestService
触发一个指定类型的事件
doEvent(String, OAuth2Event)
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.
SimpleOAuth2RequestService
doEvent(String, OAuth2Event, Class<? extends OAuth2Event>)
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.
SimpleOAuth2RequestService
doReTry()
- 接口 中的方法org.hswebframework.web.authorization.oauth2.client.request.
ReTry
E
encodeAuthorization(String)
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.session.
DefaultOAuth2Session
F
findByAccessToken(String)
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.
MemoryOAuth2UserTokenRepository
findByAccessToken(String)
- 接口 中的方法org.hswebframework.web.authorization.oauth2.client.simple.
OAuth2UserTokenRepository
findById(String)
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.
MemoryOAuth2ServerConfigRepository
findById(String)
- 接口 中的方法org.hswebframework.web.authorization.oauth2.client.simple.
OAuth2ServerConfigRepository
findByServerIdAndGrantType(String, String)
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.
MemoryOAuth2UserTokenRepository
findByServerIdAndGrantType(String, String)
- 接口 中的方法org.hswebframework.web.authorization.oauth2.client.simple.
OAuth2UserTokenRepository
G
get()
- 接口 中的方法org.hswebframework.web.authorization.oauth2.client.request.
OAuth2Request
以GET方式请求,并返回请求结果
get()
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.request.
SimpleOAuth2Request
getAccessToken()
- 接口 中的方法org.hswebframework.web.authorization.oauth2.client.request.
OAuth2Session
getAccessToken()
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.session.
DefaultOAuth2Session
getClientCredentialsToken()
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.
SimpleOAuth2SessionBuilder
getCode()
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.listener.
OAuth2CodeAuthBeforeEvent
getConvertHandler(String, String)
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.request.builder.
SimpleOAuth2RequestBuilderFactory
getErrorType()
- 异常错误 中的方法org.hswebframework.web.authorization.oauth2.client.exception.
OAuth2RequestException
getErrorType()
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.request.
SimpleOAuth2Response
getParameter(String)
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.listener.
OAuth2CodeAuthBeforeEvent
getProvider()
- 接口 中的方法org.hswebframework.web.authorization.oauth2.client.request.definition.
ResponseConvertForProviderDefinition
getProvider()
- 接口 中的方法org.hswebframework.web.authorization.oauth2.client.request.definition.
ResponseJudgeForProviderDefinition
getProvider()
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.provider.
HswebResponseConvertSupport
getProvider()
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.provider.
HswebResponseJudgeSupport
getRealUrl(String)
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.session.
DefaultOAuth2Session
getRealUrl(String)
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.
SimpleOAuth2SessionBuilder
getRequestBuilder()
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.request.builder.
SimpleOAuth2RequestBuilderFactory
getResponse()
- 异常错误 中的方法org.hswebframework.web.authorization.oauth2.client.exception.
OAuth2RequestException
getResponseJudge(String, String)
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.request.builder.
SimpleOAuth2RequestBuilderFactory
getServerId()
- 接口 中的方法org.hswebframework.web.authorization.oauth2.client.listener.
AutoRegisterOAuth2Listener
getServerId()
- 接口 中的方法org.hswebframework.web.authorization.oauth2.client.request.definition.
ResponseConvertForServerIdDefinition
getServerId()
- 接口 中的方法org.hswebframework.web.authorization.oauth2.client.request.definition.
ResponseJudgeForServerIdDefinition
getServers()
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.
MemoryOAuth2ServerConfigRepository
getState()
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.listener.
OAuth2CodeAuthBeforeEvent
getTokenType()
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.
AccessTokenInfo
H
header(String, String)
- 接口 中的方法org.hswebframework.web.authorization.oauth2.client.request.
OAuth2Request
设置请求头
header(String, String)
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.request.
SimpleOAuth2Request
HswebResponseConvertSupport
-
org.hswebframework.web.authorization.oauth2.client.simple.provider
中的类
HswebResponseConvertSupport(AuthenticationBuilderFactory)
- 类 的构造器org.hswebframework.web.authorization.oauth2.client.simple.provider.
HswebResponseConvertSupport
hswebResponseJudgeSupport()
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.
OAuth2ClientAutoConfiguration
HswebResponseJudgeSupport
-
org.hswebframework.web.authorization.oauth2.client.simple.provider
中的类
HswebResponseJudgeSupport()
- 类 的构造器org.hswebframework.web.authorization.oauth2.client.simple.provider.
HswebResponseJudgeSupport
I
init()
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.session.
DefaultOAuth2Session
insert(AccessTokenInfo)
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.
MemoryOAuth2UserTokenRepository
insert(AccessTokenInfo)
- 接口 中的方法org.hswebframework.web.authorization.oauth2.client.simple.
OAuth2UserTokenRepository
isClosed()
- 接口 中的方法org.hswebframework.web.authorization.oauth2.client.request.
OAuth2Session
isClosed()
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.session.
DefaultOAuth2Session
isExpire()
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.
AccessTokenInfo
J
judge(OAuth2Response)
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.request.
DefaultResponseJudge
judge(OAuth2Response)
- 接口 中的方法org.hswebframework.web.authorization.oauth2.client.request.
ResponseJudge
judge(OAuth2Response)
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.provider.
HswebResponseJudgeSupport
judgeError(ErrorType, Supplier<OAuth2Response>)
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.request.
SimpleOAuth2Response
M
memoryOAuth2ServerConfigRepository()
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.
OAuth2ClientAutoConfiguration
MemoryOAuth2ServerConfigRepository
-
org.hswebframework.web.authorization.oauth2.client.simple
中的类
MemoryOAuth2ServerConfigRepository()
- 类 的构造器org.hswebframework.web.authorization.oauth2.client.simple.
MemoryOAuth2ServerConfigRepository
memoryOAuth2UserTokenRepository()
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.
OAuth2ClientAutoConfiguration
MemoryOAuth2UserTokenRepository
-
org.hswebframework.web.authorization.oauth2.client.simple
中的类
MemoryOAuth2UserTokenRepository()
- 类 的构造器org.hswebframework.web.authorization.oauth2.client.simple.
MemoryOAuth2UserTokenRepository
O
OAuth2ClientAutoConfiguration
-
org.hswebframework.web.authorization.oauth2.client
中的类
OAuth2ClientAutoConfiguration()
- 类 的构造器org.hswebframework.web.authorization.oauth2.client.
OAuth2ClientAutoConfiguration
OAuth2ClientAutoConfiguration.OAuth2RequestExceptionTranslator
-
org.hswebframework.web.authorization.oauth2.client
中的类
OAuth2CodeAuthBeforeEvent
-
org.hswebframework.web.authorization.oauth2.client.listener
中的类
OAuth2CodeAuthBeforeEvent(String, String, Function<String, String>)
- 类 的构造器org.hswebframework.web.authorization.oauth2.client.listener.
OAuth2CodeAuthBeforeEvent
OAuth2Event
-
org.hswebframework.web.authorization.oauth2.client.listener
中的接口
OAuth2Listener
<
T
extends
OAuth2Event
> -
org.hswebframework.web.authorization.oauth2.client.listener
中的接口
OAuth2Request
-
org.hswebframework.web.authorization.oauth2.client.request
中的接口
OAuth2请求接口,用于发起OAuth2请求
OAuth2RequestBuilder
-
org.hswebframework.web.authorization.oauth2.client
中的接口
OAuth2RequestBuilderFactory
-
org.hswebframework.web.authorization.oauth2.client
中的接口
OAuth2RequestException
-
org.hswebframework.web.authorization.oauth2.client.exception
中的异常错误
OAuth2RequestException(ErrorType, OAuth2Response)
- 异常错误 的构造器org.hswebframework.web.authorization.oauth2.client.exception.
OAuth2RequestException
OAuth2RequestException(String, ErrorType, OAuth2Response)
- 异常错误 的构造器org.hswebframework.web.authorization.oauth2.client.exception.
OAuth2RequestException
oAuth2RequestExceptionTranslator()
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.
OAuth2ClientAutoConfiguration
OAuth2RequestExceptionTranslator()
- 类 的构造器org.hswebframework.web.authorization.oauth2.client.
OAuth2ClientAutoConfiguration.OAuth2RequestExceptionTranslator
OAuth2RequestService
-
org.hswebframework.web.authorization.oauth2.client
中的接口
OAuth2请求服务接口,用于创建OAuth2请求,注册监听器等操作
OAuth2Response
-
org.hswebframework.web.authorization.oauth2.client.response
中的接口
OAuth2 请求结果
OAuth2ServerConfig
-
org.hswebframework.web.authorization.oauth2.client
中的类
OAuth2ServerConfig()
- 类 的构造器org.hswebframework.web.authorization.oauth2.client.
OAuth2ServerConfig
OAuth2ServerConfigRepository
-
org.hswebframework.web.authorization.oauth2.client.simple
中的接口
OAuth2Session
-
org.hswebframework.web.authorization.oauth2.client.request
中的接口
OAuth2会话,此会话保存的是 OAuth2授权成功后得到的access_token等相关信息.
OAuth2SessionBuilder
-
org.hswebframework.web.authorization.oauth2.client
中的接口
OAuth2会话创建器,根据各种方式创建 OAuth2会话
OAuth2UserTokenRepository
-
org.hswebframework.web.authorization.oauth2.client.simple
中的接口
on(T)
- 接口 中的方法org.hswebframework.web.authorization.oauth2.client.listener.
OAuth2Listener
onError(BiConsumer<OAuth2Response, ErrorType>)
- 接口 中的方法org.hswebframework.web.authorization.oauth2.client.response.
OAuth2Response
判断是否成功,如果不成功,则抛出异常
onError(BiConsumer<OAuth2Response, ErrorType>)
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.request.
SimpleOAuth2Response
onRefreshTokenExpired(TokenExpiredCallBack)
- 接口 中的方法org.hswebframework.web.authorization.oauth2.client.request.
OAuth2Request
onRefreshTokenExpired(TokenExpiredCallBack)
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.request.
SimpleOAuth2Request
onTokenChanged(Consumer<AccessTokenInfo>)
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.session.
DefaultOAuth2Session
onTokenExpired(TokenExpiredCallBack)
- 接口 中的方法org.hswebframework.web.authorization.oauth2.client.request.
OAuth2Request
onTokenExpired(TokenExpiredCallBack)
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.request.
SimpleOAuth2Request
org.hswebframework.web.authorization.oauth2.client
- 程序包 org.hswebframework.web.authorization.oauth2.client
org.hswebframework.web.authorization.oauth2.client.exception
- 程序包 org.hswebframework.web.authorization.oauth2.client.exception
org.hswebframework.web.authorization.oauth2.client.listener
- 程序包 org.hswebframework.web.authorization.oauth2.client.listener
org.hswebframework.web.authorization.oauth2.client.request
- 程序包 org.hswebframework.web.authorization.oauth2.client.request
org.hswebframework.web.authorization.oauth2.client.request.definition
- 程序包 org.hswebframework.web.authorization.oauth2.client.request.definition
org.hswebframework.web.authorization.oauth2.client.response
- 程序包 org.hswebframework.web.authorization.oauth2.client.response
org.hswebframework.web.authorization.oauth2.client.simple
- 程序包 org.hswebframework.web.authorization.oauth2.client.simple
org.hswebframework.web.authorization.oauth2.client.simple.provider
- 程序包 org.hswebframework.web.authorization.oauth2.client.simple.provider
org.hswebframework.web.authorization.oauth2.client.simple.request
- 程序包 org.hswebframework.web.authorization.oauth2.client.simple.request
org.hswebframework.web.authorization.oauth2.client.simple.request.builder
- 程序包 org.hswebframework.web.authorization.oauth2.client.simple.request.builder
org.hswebframework.web.authorization.oauth2.client.simple.session
- 程序包 org.hswebframework.web.authorization.oauth2.client.simple.session
P
param(String, Object)
- 接口 中的方法org.hswebframework.web.authorization.oauth2.client.request.
OAuth2Request
设置请求参数,相当于/url?
param(String, Object)
- 接口 中的方法org.hswebframework.web.authorization.oauth2.client.request.
OAuth2Session
设置在请求OAuth2 授权的时候的参数(除了必要之外的参数),client_id,client_secret等信息不需要调用此方法设置
param(String, Object)
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.request.
SimpleOAuth2Request
param(String, Object)
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.session.
DefaultOAuth2Session
params(Map<String, String>)
- 接口 中的方法org.hswebframework.web.authorization.oauth2.client.request.
OAuth2Request
params(Map<String, String>)
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.request.
SimpleOAuth2Request
PasswordSession
-
org.hswebframework.web.authorization.oauth2.client.simple.session
中的类
PasswordSession(String, String)
- 类 的构造器org.hswebframework.web.authorization.oauth2.client.simple.session.
PasswordSession
patch()
- 接口 中的方法org.hswebframework.web.authorization.oauth2.client.request.
OAuth2Request
以PATCH方式请求,并返回请求结果
patch()
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.request.
SimpleOAuth2Request
post()
- 接口 中的方法org.hswebframework.web.authorization.oauth2.client.request.
OAuth2Request
以POST方式请求,并返回请求结果
post()
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.request.
SimpleOAuth2Request
postProcessAfterInitialization(Object, String)
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.request.builder.
SimpleOAuth2RequestBuilderFactory
postProcessBeforeInitialization(Object, String)
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.request.builder.
SimpleOAuth2RequestBuilderFactory
put()
- 接口 中的方法org.hswebframework.web.authorization.oauth2.client.request.
OAuth2Request
以PUT方式请求,并返回请求结果
put()
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.request.
SimpleOAuth2Request
R
refreshToken()
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.session.
DefaultOAuth2Session
registerListener(String, OAuth2Listener<? extends OAuth2Event>)
- 接口 中的方法org.hswebframework.web.authorization.oauth2.client.
OAuth2RequestService
注册一个监听器到指定的OAuth2服务
registerListener(String, OAuth2Listener<? extends OAuth2Event>)
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.
SimpleOAuth2RequestService
request(String)
- 接口 中的方法org.hswebframework.web.authorization.oauth2.client.request.
OAuth2Session
发起一个OAuth2请求,参数为接口地址
request(String)
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.session.
DefaultOAuth2Session
requestAccessToken()
- 接口 中的方法org.hswebframework.web.authorization.oauth2.client.request.
OAuth2Session
requestAccessToken()
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.session.
DefaultOAuth2Session
requestBody(String)
- 接口 中的方法org.hswebframework.web.authorization.oauth2.client.request.
OAuth2Request
设置请求体,将内容根据contentType(默认application/json)序列化为对应的请求数据
requestBody(String)
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.request.
SimpleOAuth2Request
requestBuilder()
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.
OAuth2ClientAutoConfiguration
requestBuilder(RequestBuilder)
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.request.builder.
SimpleOAuth2RequestBuilder
requestBuilderFactory
- 类 中的变量org.hswebframework.web.authorization.oauth2.client.simple.session.
DefaultOAuth2Session
ResponseConvert
<
T
> -
org.hswebframework.web.authorization.oauth2.client.response
中的接口
ResponseConvertForProviderDefinition
-
org.hswebframework.web.authorization.oauth2.client.request.definition
中的接口
ResponseConvertForServerIdDefinition
-
org.hswebframework.web.authorization.oauth2.client.request.definition
中的接口
ResponseConvertHandler
-
org.hswebframework.web.authorization.oauth2.client.request
中的接口
ResponseJudge
-
org.hswebframework.web.authorization.oauth2.client.request
中的接口
responseJudge(ResponseJudge)
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.request.builder.
SimpleOAuth2RequestBuilder
ResponseJudgeForProviderDefinition
-
org.hswebframework.web.authorization.oauth2.client.request.definition
中的接口
ResponseJudgeForServerIdDefinition
-
org.hswebframework.web.authorization.oauth2.client.request.definition
中的接口
ReTry
-
org.hswebframework.web.authorization.oauth2.client.request
中的接口
S
save(OAuth2ServerConfig)
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.
MemoryOAuth2ServerConfigRepository
save(OAuth2ServerConfig)
- 接口 中的方法org.hswebframework.web.authorization.oauth2.client.simple.
OAuth2ServerConfigRepository
scope(String)
- 接口 中的方法org.hswebframework.web.authorization.oauth2.client.request.
OAuth2Session
scope
- 类 中的变量org.hswebframework.web.authorization.oauth2.client.simple.session.
DefaultOAuth2Session
scope(String)
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.session.
DefaultOAuth2Session
serverConfig
- 类 中的变量org.hswebframework.web.authorization.oauth2.client.simple.session.
DefaultOAuth2Session
setCode(String)
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.session.
AuthorizationCodeSession
setConvertForProvider(String, ResponseConvertHandler)
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.request.builder.
SimpleOAuth2RequestBuilderFactory
setConvertForServerId(String, ResponseConvertHandler)
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.request.builder.
SimpleOAuth2RequestBuilderFactory
setConvertHandler(ResponseConvertHandler)
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.request.
SimpleOAuth2Request
setDefaultConvertHandler(ResponseConvertHandler)
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.request.builder.
SimpleOAuth2RequestBuilderFactory
setDefaultResponseJudge(ResponseJudge)
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.request.builder.
SimpleOAuth2RequestBuilderFactory
setJudgeForProvider(String, ResponseJudge)
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.request.builder.
SimpleOAuth2RequestBuilderFactory
setJudgeForServerId(String, ResponseJudge)
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.request.builder.
SimpleOAuth2RequestBuilderFactory
setLockManager(LockManager)
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.
SimpleOAuth2RequestService
setRequestBuilder(RequestBuilder)
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.request.builder.
SimpleOAuth2RequestBuilderFactory
setRequestBuilderFactory(OAuth2RequestBuilderFactory)
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.session.
DefaultOAuth2Session
setResponseJudge(ResponseJudge)
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.request.
SimpleOAuth2Request
setServerConfig(OAuth2ServerConfig)
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.session.
DefaultOAuth2Session
setServers(List<OAuth2ServerConfig>)
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.
MemoryOAuth2ServerConfigRepository
setTokenType(String)
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.
AccessTokenInfo
SimpleOAuth2Request
-
org.hswebframework.web.authorization.oauth2.client.simple.request
中的类
SimpleOAuth2Request(HttpRequest)
- 类 的构造器org.hswebframework.web.authorization.oauth2.client.simple.request.
SimpleOAuth2Request
SimpleOAuth2RequestBuilder
-
org.hswebframework.web.authorization.oauth2.client.simple.request.builder
中的类
SimpleOAuth2RequestBuilder()
- 类 的构造器org.hswebframework.web.authorization.oauth2.client.simple.request.builder.
SimpleOAuth2RequestBuilder
simpleOAuth2RequestBuilderFactory(RequestBuilder, AuthenticationBuilderFactory)
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.
OAuth2ClientAutoConfiguration
SimpleOAuth2RequestBuilderFactory
-
org.hswebframework.web.authorization.oauth2.client.simple.request.builder
中的类
SimpleOAuth2RequestBuilderFactory()
- 类 的构造器org.hswebframework.web.authorization.oauth2.client.simple.request.builder.
SimpleOAuth2RequestBuilderFactory
simpleOAuth2RequestService(OAuth2ServerConfigRepository, OAuth2UserTokenRepository, OAuth2RequestBuilderFactory, LockManager)
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.
OAuth2ClientAutoConfiguration
SimpleOAuth2RequestService
-
org.hswebframework.web.authorization.oauth2.client.simple
中的类
SimpleOAuth2RequestService(OAuth2ServerConfigRepository, OAuth2UserTokenRepository, OAuth2RequestBuilderFactory, LockManager)
- 类 的构造器org.hswebframework.web.authorization.oauth2.client.simple.
SimpleOAuth2RequestService
SimpleOAuth2Response
-
org.hswebframework.web.authorization.oauth2.client.simple.request
中的类
SimpleOAuth2Response(Response, ResponseConvertHandler, ResponseJudge)
- 类 的构造器org.hswebframework.web.authorization.oauth2.client.simple.request.
SimpleOAuth2Response
SimpleOAuth2SessionBuilder
-
org.hswebframework.web.authorization.oauth2.client.simple
中的类
SimpleOAuth2SessionBuilder(OAuth2UserTokenRepository, OAuth2ServerConfig, OAuth2RequestBuilderFactory, ReadWriteLock)
- 类 的构造器org.hswebframework.web.authorization.oauth2.client.simple.
SimpleOAuth2SessionBuilder
status()
- 接口 中的方法org.hswebframework.web.authorization.oauth2.client.response.
OAuth2Response
status()
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.request.
SimpleOAuth2Response
T
throwOnError
- 接口 中的静态变量org.hswebframework.web.authorization.oauth2.client.response.
OAuth2Response
timeout(long, Consumer<OAuth2Request>)
- 接口 中的方法org.hswebframework.web.authorization.oauth2.client.request.
OAuth2Request
设置请求超时时间,超时后回调 timeoutConsumer
timeout(long, Consumer<OAuth2Request>)
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.request.
SimpleOAuth2Request
TokenExpiredCallBack
-
org.hswebframework.web.authorization.oauth2.client.request
中的接口
tryConvertToObject(String, Class, OAuth2Response)
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.provider.
HswebResponseConvertSupport
U
UnCheckException
-
org.hswebframework.web.authorization.oauth2.client.exception
中的异常错误
UnCheckException(Throwable)
- 异常错误 的构造器org.hswebframework.web.authorization.oauth2.client.exception.
UnCheckException
update(String, AccessTokenInfo)
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.
MemoryOAuth2UserTokenRepository
update(String, AccessTokenInfo)
- 接口 中的方法org.hswebframework.web.authorization.oauth2.client.simple.
OAuth2UserTokenRepository
upload(String, InputStream)
- 接口 中的方法org.hswebframework.web.authorization.oauth2.client.request.
OAuth2Request
upload(String, InputStream, String)
- 接口 中的方法org.hswebframework.web.authorization.oauth2.client.request.
OAuth2Request
upload(String, InputStream)
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.request.
SimpleOAuth2Request
upload(String, InputStream, String)
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.request.
SimpleOAuth2Request
url(String)
- 接口 中的方法org.hswebframework.web.authorization.oauth2.client.
OAuth2RequestBuilder
url(String)
- 类 中的方法org.hswebframework.web.authorization.oauth2.client.simple.request.builder.
SimpleOAuth2RequestBuilder
A
B
C
D
E
F
G
H
I
J
M
O
P
R
S
T
U
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
上一个
下一个
框架
无框架
所有类
Copyright © 2018. All rights reserved.