| 程序包 | 说明 |
|---|---|
| org.hswebframework.web.authorization.token | |
| org.hswebframework.web.authorization.token.redis |
| 限定符和类型 | 类和说明 |
|---|---|
class |
LocalAuthenticationUserToken
包含认证信息的用户令牌信息
|
| 限定符和类型 | 方法和说明 |
|---|---|
default reactor.core.publisher.Mono<AuthenticationUserToken> |
UserTokenManager.signIn(String token,
String type,
String userId,
long maxInactiveInterval,
Authentication authentication)
登记一个包含认证信息的token
|
reactor.core.publisher.Mono<AuthenticationUserToken> |
DefaultUserTokenManager.signIn(String token,
String type,
String userId,
long maxInactiveInterval,
Authentication authentication) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
SimpleAuthenticationUserToken |
| 限定符和类型 | 方法和说明 |
|---|---|
reactor.core.publisher.Mono<AuthenticationUserToken> |
RedisUserTokenManager.signIn(String token,
String type,
String userId,
long maxInactiveInterval,
Authentication authentication) |
Copyright © 2016–2021. All rights reserved.