public class ReactiveOAuth2AccessTokenParser extends Object implements ReactiveUserTokenParser, ReactiveAuthenticationSupplier
| Constructor and Description |
|---|
ReactiveOAuth2AccessTokenParser() |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<Authentication> |
get() |
reactor.core.publisher.Mono<Authentication> |
get(String userId) |
reactor.core.publisher.Mono<ParsedToken> |
parseToken(org.springframework.web.server.ServerWebExchange exchange) |
public reactor.core.publisher.Mono<ParsedToken> parseToken(org.springframework.web.server.ServerWebExchange exchange)
parseToken in interface ReactiveUserTokenParserpublic 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.