Class ReactiveJwtAuthenticationConverterAdapter
java.lang.Object
org.springframework.security.oauth2.server.resource.authentication.ReactiveJwtAuthenticationConverterAdapter
- All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<Jwt,
reactor.core.publisher.Mono<AbstractAuthenticationToken>>
public class ReactiveJwtAuthenticationConverterAdapter
extends Object
implements org.springframework.core.convert.converter.Converter<Jwt,reactor.core.publisher.Mono<AbstractAuthenticationToken>>
A reactive
Converter
for adapting a non-blocking imperative Converter
- Since:
- 5.1.1
-
Constructor Summary
ConstructorDescriptionReactiveJwtAuthenticationConverterAdapter
(org.springframework.core.convert.converter.Converter<Jwt, AbstractAuthenticationToken> delegate) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.core.convert.converter.Converter
andThen
-
Constructor Details
-
ReactiveJwtAuthenticationConverterAdapter
public ReactiveJwtAuthenticationConverterAdapter(org.springframework.core.convert.converter.Converter<Jwt, AbstractAuthenticationToken> delegate)
-
-
Method Details
-
convert
- Specified by:
convert
in interfaceorg.springframework.core.convert.converter.Converter<Jwt,
reactor.core.publisher.Mono<AbstractAuthenticationToken>>
-