| Package | Description |
|---|---|
| org.hswebframework.web.authorization.token | |
| org.hswebframework.web.authorization.token.redis |
| Modifier and Type | Class and Description |
|---|---|
class |
LocalAuthenticationUserToken
包含认证信息的用户令牌信息
|
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleAuthenticationUserToken |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<AuthenticationUserToken> |
RedisUserTokenManager.signIn(String token,
String type,
String userId,
long maxInactiveInterval,
Authentication authentication) |
Copyright © 2016–2021. All rights reserved.