| 程序包 | 说明 |
|---|---|
| org.hswebframework.web.authorization.simple | |
| org.hswebframework.web.authorization.token | |
| org.hswebframework.web.authorization.token.redis |
| 限定符和类型 | 方法和说明 |
|---|---|
UserTokenManager |
DefaultAuthorizationAutoConfiguration.userTokenManager() |
| 限定符和类型 | 方法和说明 |
|---|---|
UserTokenAuthenticationSupplier |
DefaultAuthorizationAutoConfiguration.userTokenAuthenticationSupplier(UserTokenManager userTokenManager,
AuthenticationManager authenticationManager) |
UserTokenReactiveAuthenticationSupplier |
DefaultAuthorizationAutoConfiguration.userTokenReactiveAuthenticationSupplier(UserTokenManager userTokenManager,
ReactiveAuthenticationManager authenticationManager) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
DefaultUserTokenManager
默认到用户令牌管理器,使用ConcurrentMap来存储令牌信息
|
| 构造器和说明 |
|---|
UserTokenAuthenticationSupplier(UserTokenManager userTokenManager,
AuthenticationManager defaultAuthenticationManager) |
UserTokenReactiveAuthenticationSupplier(UserTokenManager userTokenManager,
ReactiveAuthenticationManager defaultAuthenticationManager) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
RedisUserTokenManager |
Copyright © 2016–2020. All rights reserved.