public class UserTokenReactiveAuthenticationSupplier extends Object implements ReactiveAuthenticationSupplier
| 构造器和说明 |
|---|
UserTokenReactiveAuthenticationSupplier(UserTokenManager userTokenManager,
ReactiveAuthenticationManager defaultAuthenticationManager) |
| 限定符和类型 | 方法和说明 |
|---|---|
reactor.core.publisher.Mono<Authentication> |
get() |
protected reactor.core.publisher.Mono<Authentication> |
get(ReactiveAuthenticationManager authenticationManager,
String userId) |
reactor.core.publisher.Mono<Authentication> |
get(String userId) |
protected reactor.core.publisher.Mono<Authentication> |
get(ThirdPartReactiveAuthenticationManager authenticationManager,
String userId) |
void |
setThirdPartAuthenticationManager(List<ThirdPartReactiveAuthenticationManager> thirdPartReactiveAuthenticationManager) |
public UserTokenReactiveAuthenticationSupplier(UserTokenManager userTokenManager, ReactiveAuthenticationManager defaultAuthenticationManager)
@Autowired(required=false) public void setThirdPartAuthenticationManager(List<ThirdPartReactiveAuthenticationManager> thirdPartReactiveAuthenticationManager)
public reactor.core.publisher.Mono<Authentication> get(String userId)
get 在接口中 ReactiveAuthenticationSupplierprotected reactor.core.publisher.Mono<Authentication> get(ThirdPartReactiveAuthenticationManager authenticationManager, String userId)
protected reactor.core.publisher.Mono<Authentication> get(ReactiveAuthenticationManager authenticationManager, String userId)
public reactor.core.publisher.Mono<Authentication> get()
get 在接口中 java.util.function.Supplier<reactor.core.publisher.Mono<Authentication>>Copyright © 2016–2020. All rights reserved.