您的浏览器已禁用 JavaScript。
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
上一个
下一个
框架
无框架
所有类
A
C
D
E
F
G
I
M
O
P
R
S
T
U
V
W
A
access_token
- 接口 中的静态变量org.hswebframework.web.oauth2.
OAuth2Constants
AccessToken
-
org.hswebframework.web.oauth2.server
中的类
AccessToken()
- 类 的构造器org.hswebframework.web.oauth2.server.
AccessToken
AccessTokenManager
-
org.hswebframework.web.oauth2.server
中的接口
OAuth2 AccessToken管理器,用于创建,刷新token以及根据token获取权限信息
authorization
- 接口 中的静态变量org.hswebframework.web.oauth2.
OAuth2Constants
authorization_code
- 接口 中的静态变量org.hswebframework.web.oauth2.
GrantType
authorizationCode()
- 类 中的方法org.hswebframework.web.oauth2.server.impl.
CompositeOAuth2GrantService
authorizationCode()
- 接口 中的方法org.hswebframework.web.oauth2.server.
OAuth2GrantService
AuthorizationCodeCache
-
org.hswebframework.web.oauth2.server.code
中的类
AuthorizationCodeCache()
- 类 的构造器org.hswebframework.web.oauth2.server.code.
AuthorizationCodeCache
AuthorizationCodeGranter
-
org.hswebframework.web.oauth2.server.code
中的接口
授权码模式认证
AuthorizationCodeRequest
-
org.hswebframework.web.oauth2.server.code
中的类
AuthorizationCodeRequest(OAuth2Client, Authentication, Map<String, String>)
- 类 的构造器org.hswebframework.web.oauth2.server.code.
AuthorizationCodeRequest
AuthorizationCodeResponse
-
org.hswebframework.web.oauth2.server.code
中的类
AuthorizationCodeResponse(String)
- 类 的构造器org.hswebframework.web.oauth2.server.code.
AuthorizationCodeResponse
AuthorizationCodeTokenRequest
-
org.hswebframework.web.oauth2.server.code
中的类
AuthorizationCodeTokenRequest(OAuth2Client, Map<String, String>)
- 类 的构造器org.hswebframework.web.oauth2.server.code.
AuthorizationCodeTokenRequest
authorizeByCode(ServerWebExchange)
- 类 中的方法org.hswebframework.web.oauth2.server.web.
OAuth2AuthorizeController
C
client_credentials
- 接口 中的静态变量org.hswebframework.web.oauth2.
GrantType
client_id
- 接口 中的静态变量org.hswebframework.web.oauth2.
OAuth2Constants
client_secret
- 接口 中的静态变量org.hswebframework.web.oauth2.
OAuth2Constants
clientCredential()
- 类 中的方法org.hswebframework.web.oauth2.server.impl.
CompositeOAuth2GrantService
clientCredential()
- 接口 中的方法org.hswebframework.web.oauth2.server.
OAuth2GrantService
ClientCredentialGranter
-
org.hswebframework.web.oauth2.server.credential
中的接口
ClientCredentialRequest
-
org.hswebframework.web.oauth2.server.credential
中的类
ClientCredentialRequest(OAuth2Client, Map<String, String>)
- 类 的构造器org.hswebframework.web.oauth2.server.credential.
ClientCredentialRequest
code()
- 枚举 中的方法org.hswebframework.web.oauth2.
ErrorType
code
- 接口 中的静态变量org.hswebframework.web.oauth2.
OAuth2Constants
code
- 接口 中的静态变量org.hswebframework.web.oauth2.
ResponseType
code()
- 类 中的方法org.hswebframework.web.oauth2.server.code.
AuthorizationCodeTokenRequest
CompositeOAuth2GrantService
-
org.hswebframework.web.oauth2.server.impl
中的类
CompositeOAuth2GrantService()
- 类 的构造器org.hswebframework.web.oauth2.server.impl.
CompositeOAuth2GrantService
createAccessToken(String, Authentication, boolean)
- 接口 中的方法org.hswebframework.web.oauth2.server.
AccessTokenManager
根据ClientId以及权限信息创建token
createAccessToken(String, Authentication, boolean)
- 类 中的方法org.hswebframework.web.oauth2.server.impl.
RedisAccessTokenManager
createScopePredicate(String)
- 类 中的静态方法org.hswebframework.web.oauth2.server.utils.
OAuth2ScopeUtils
D
DefaultAuthorizationCodeGranter
-
org.hswebframework.web.oauth2.server.code
中的类
DefaultAuthorizationCodeGranter(AccessTokenManager, ReactiveRedisConnectionFactory)
- 类 的构造器org.hswebframework.web.oauth2.server.code.
DefaultAuthorizationCodeGranter
DefaultClientCredentialGranter
-
org.hswebframework.web.oauth2.server.credential
中的类
DefaultClientCredentialGranter()
- 类 的构造器org.hswebframework.web.oauth2.server.credential.
DefaultClientCredentialGranter
DefaultRefreshTokenGranter
-
org.hswebframework.web.oauth2.server.refresh
中的类
DefaultRefreshTokenGranter()
- 类 的构造器org.hswebframework.web.oauth2.server.refresh.
DefaultRefreshTokenGranter
E
ErrorType
-
org.hswebframework.web.oauth2
中的枚举
F
fromCode(int)
- 枚举 中的静态方法org.hswebframework.web.oauth2.
ErrorType
G
get(String)
- 类 中的方法org.hswebframework.web.oauth2.server.auth.
ReactiveOAuth2AccessTokenParser
get()
- 类 中的方法org.hswebframework.web.oauth2.server.auth.
ReactiveOAuth2AccessTokenParser
getAuthenticationByToken(String)
- 接口 中的方法org.hswebframework.web.oauth2.server.
AccessTokenManager
根据token获取权限信息
getAuthenticationByToken(String)
- 类 中的方法org.hswebframework.web.oauth2.server.impl.
RedisAccessTokenManager
getClient(String)
- 接口 中的方法org.hswebframework.web.oauth2.server.
OAuth2ClientManager
getParameter(String)
- 类 中的方法org.hswebframework.web.oauth2.server.
OAuth2Request
grant_type
- 接口 中的静态变量org.hswebframework.web.oauth2.
OAuth2Constants
GrantType
-
org.hswebframework.web.oauth2
中的接口
I
implicit
- 接口 中的静态变量org.hswebframework.web.oauth2.
GrantType
M
message()
- 枚举 中的方法org.hswebframework.web.oauth2.
ErrorType
O
OAuth2AuthorizeController
-
org.hswebframework.web.oauth2.server.web
中的类
OAuth2AuthorizeController()
- 类 的构造器org.hswebframework.web.oauth2.server.web.
OAuth2AuthorizeController
OAuth2AuthorizeController.GrantType
-
org.hswebframework.web.oauth2.server.web
中的枚举
OAuth2Client
-
org.hswebframework.web.oauth2.server
中的类
OAuth2Client()
- 类 的构造器org.hswebframework.web.oauth2.server.
OAuth2Client
OAuth2ClientManager
-
org.hswebframework.web.oauth2.server
中的接口
OAuth2Constants
-
org.hswebframework.web.oauth2
中的接口
OAuth2Exception
-
org.hswebframework.web.oauth2
中的异常错误
OAuth2Exception(ErrorType)
- 异常错误 的构造器org.hswebframework.web.oauth2.
OAuth2Exception
OAuth2Exception(String, Throwable, ErrorType)
- 异常错误 的构造器org.hswebframework.web.oauth2.
OAuth2Exception
OAuth2Granter
-
org.hswebframework.web.oauth2.server
中的接口
OAuth2GrantService
-
org.hswebframework.web.oauth2.server
中的接口
OAuth2Request
-
org.hswebframework.web.oauth2.server
中的类
OAuth2Request()
- 类 的构造器org.hswebframework.web.oauth2.server.
OAuth2Request
OAuth2Response
-
org.hswebframework.web.oauth2.server
中的类
OAuth2Response()
- 类 的构造器org.hswebframework.web.oauth2.server.
OAuth2Response
OAuth2ScopeUtils
-
org.hswebframework.web.oauth2.server.utils
中的类
OAuth2ScopeUtils()
- 类 的构造器org.hswebframework.web.oauth2.server.utils.
OAuth2ScopeUtils
OAuth2ServerAutoConfiguration
-
org.hswebframework.web.oauth2.server
中的类
OAuth2ServerAutoConfiguration()
- 类 的构造器org.hswebframework.web.oauth2.server.
OAuth2ServerAutoConfiguration
org.hswebframework.web.oauth2
- 程序包 org.hswebframework.web.oauth2
org.hswebframework.web.oauth2.server
- 程序包 org.hswebframework.web.oauth2.server
org.hswebframework.web.oauth2.server.auth
- 程序包 org.hswebframework.web.oauth2.server.auth
org.hswebframework.web.oauth2.server.code
- 程序包 org.hswebframework.web.oauth2.server.code
org.hswebframework.web.oauth2.server.credential
- 程序包 org.hswebframework.web.oauth2.server.credential
org.hswebframework.web.oauth2.server.impl
- 程序包 org.hswebframework.web.oauth2.server.impl
org.hswebframework.web.oauth2.server.refresh
- 程序包 org.hswebframework.web.oauth2.server.refresh
org.hswebframework.web.oauth2.server.utils
- 程序包 org.hswebframework.web.oauth2.server.utils
org.hswebframework.web.oauth2.server.web
- 程序包 org.hswebframework.web.oauth2.server.web
P
parseToken(ServerWebExchange)
- 类 中的方法org.hswebframework.web.oauth2.server.auth.
ReactiveOAuth2AccessTokenParser
password
- 接口 中的静态变量org.hswebframework.web.oauth2.
GrantType
password
- 接口 中的静态变量org.hswebframework.web.oauth2.
OAuth2Constants
R
ReactiveOAuth2AccessTokenParser
-
org.hswebframework.web.oauth2.server.auth
中的类
ReactiveOAuth2AccessTokenParser()
- 类 的构造器org.hswebframework.web.oauth2.server.auth.
ReactiveOAuth2AccessTokenParser
redirect_uri
- 接口 中的静态变量org.hswebframework.web.oauth2.
OAuth2Constants
RedisAccessToken
-
org.hswebframework.web.oauth2.server.impl
中的类
RedisAccessToken()
- 类 的构造器org.hswebframework.web.oauth2.server.impl.
RedisAccessToken
RedisAccessTokenManager
-
org.hswebframework.web.oauth2.server.impl
中的类
RedisAccessTokenManager(ReactiveRedisOperations<String, RedisAccessToken>)
- 类 的构造器org.hswebframework.web.oauth2.server.impl.
RedisAccessTokenManager
RedisAccessTokenManager(ReactiveRedisConnectionFactory)
- 类 的构造器org.hswebframework.web.oauth2.server.impl.
RedisAccessTokenManager
refresh_token
- 接口 中的静态变量org.hswebframework.web.oauth2.
GrantType
refresh_token
- 接口 中的静态变量org.hswebframework.web.oauth2.
OAuth2Constants
refreshAccessToken(String, String)
- 接口 中的方法org.hswebframework.web.oauth2.server.
AccessTokenManager
刷新token
refreshAccessToken(String, String)
- 类 中的方法org.hswebframework.web.oauth2.server.impl.
RedisAccessTokenManager
refreshToken()
- 类 中的方法org.hswebframework.web.oauth2.server.impl.
CompositeOAuth2GrantService
refreshToken()
- 接口 中的方法org.hswebframework.web.oauth2.server.
OAuth2GrantService
refreshToken()
- 类 中的方法org.hswebframework.web.oauth2.server.refresh.
RefreshTokenRequest
RefreshTokenGranter
-
org.hswebframework.web.oauth2.server.refresh
中的接口
RefreshTokenRequest
-
org.hswebframework.web.oauth2.server.refresh
中的类
RefreshTokenRequest(OAuth2Client, Map<String, String>)
- 类 的构造器org.hswebframework.web.oauth2.server.refresh.
RefreshTokenRequest
requestCode(AuthorizationCodeRequest)
- 接口 中的方法org.hswebframework.web.oauth2.server.code.
AuthorizationCodeGranter
申请授权码
requestCode(AuthorizationCodeRequest)
- 类 中的方法org.hswebframework.web.oauth2.server.code.
DefaultAuthorizationCodeGranter
requestToken(AuthorizationCodeTokenRequest)
- 接口 中的方法org.hswebframework.web.oauth2.server.code.
AuthorizationCodeGranter
根据授权码获取token
requestToken(AuthorizationCodeTokenRequest)
- 类 中的方法org.hswebframework.web.oauth2.server.code.
DefaultAuthorizationCodeGranter
requestToken(ClientCredentialRequest)
- 接口 中的方法org.hswebframework.web.oauth2.server.credential.
ClientCredentialGranter
申请token
requestToken(ClientCredentialRequest)
- 类 中的方法org.hswebframework.web.oauth2.server.credential.
DefaultClientCredentialGranter
requestToken(RefreshTokenRequest)
- 类 中的方法org.hswebframework.web.oauth2.server.refresh.
DefaultRefreshTokenGranter
requestToken(RefreshTokenRequest)
- 接口 中的方法org.hswebframework.web.oauth2.server.refresh.
RefreshTokenGranter
刷新token
requestTokenByCode(OAuth2AuthorizeController.GrantType, ServerWebExchange)
- 类 中的方法org.hswebframework.web.oauth2.server.web.
OAuth2AuthorizeController
requestTokenByCode(ServerWebExchange)
- 类 中的方法org.hswebframework.web.oauth2.server.web.
OAuth2AuthorizeController
response_type
- 接口 中的静态变量org.hswebframework.web.oauth2.
OAuth2Constants
ResponseType
-
org.hswebframework.web.oauth2
中的接口
TODO 完成注释
S
scope
- 接口 中的静态变量org.hswebframework.web.oauth2.
OAuth2Constants
scope()
- 类 中的方法org.hswebframework.web.oauth2.server.code.
AuthorizationCodeTokenRequest
ScopePredicate
-
org.hswebframework.web.oauth2.server
中的接口
state
- 接口 中的静态变量org.hswebframework.web.oauth2.
OAuth2Constants
T
test(String, String...)
- 接口 中的方法org.hswebframework.web.oauth2.server.
ScopePredicate
throwThis(Function<ErrorType, ? extends RuntimeException>)
- 枚举 中的方法org.hswebframework.web.oauth2.
ErrorType
throwThis(BiFunction<ErrorType, String, ? extends RuntimeException>, String)
- 枚举 中的方法org.hswebframework.web.oauth2.
ErrorType
toAccessToken(int)
- 类 中的方法org.hswebframework.web.oauth2.server.impl.
RedisAccessToken
token
- 接口 中的静态变量org.hswebframework.web.oauth2.
ResponseType
U
urlEncode(String)
- 类 中的静态方法org.hswebframework.web.oauth2.server.web.
OAuth2AuthorizeController
username
- 接口 中的静态变量org.hswebframework.web.oauth2.
OAuth2Constants
V
validateRedirectUri(String)
- 类 中的方法org.hswebframework.web.oauth2.server.
OAuth2Client
validateSecret(String)
- 类 中的方法org.hswebframework.web.oauth2.server.
OAuth2Client
valueOf(String)
- 枚举 中的静态方法org.hswebframework.web.oauth2.
ErrorType
返回带有指定名称的该类型的枚举常量。
valueOf(String)
- 枚举 中的静态方法org.hswebframework.web.oauth2.server.web.
OAuth2AuthorizeController.GrantType
返回带有指定名称的该类型的枚举常量。
values()
- 枚举 中的静态方法org.hswebframework.web.oauth2.
ErrorType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values()
- 枚举 中的静态方法org.hswebframework.web.oauth2.server.web.
OAuth2AuthorizeController.GrantType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
W
with(String, String)
- 类 中的方法org.hswebframework.web.oauth2.server.
OAuth2Request
with(String, Object)
- 类 中的方法org.hswebframework.web.oauth2.server.
OAuth2Response
A
C
D
E
F
G
I
M
O
P
R
S
T
U
V
W
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
上一个
下一个
框架
无框架
所有类
Copyright © 2016–2021. All rights reserved.