public interface ThirdPartReactiveAuthenticationManager
| 限定符和类型 | 方法和说明 |
|---|---|
reactor.core.publisher.Mono<Authentication> |
getByUserId(String userId)
根据用户ID获取权限信息
|
String |
getTokenType() |
String getTokenType()
reactor.core.publisher.Mono<Authentication> getByUserId(String userId)
userId - 用户IDCopyright © 2016–2023. All rights reserved.