public class ReactiveTokenAuthenticationSupplier extends Object implements ReactiveAuthenticationSupplier
| Constructor and Description |
|---|
ReactiveTokenAuthenticationSupplier() |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<Authentication> |
get() |
reactor.core.publisher.Mono<Authentication> |
get(String userId) |
public reactor.core.publisher.Mono<Authentication> get(String userId)
get in interface ReactiveAuthenticationSupplierpublic reactor.core.publisher.Mono<Authentication> get()
get in interface Supplier<reactor.core.publisher.Mono<Authentication>>Copyright © 2016–2021. All rights reserved.