Class ReactiveJwtAuthenticationConverterAdapter

  • All Implemented Interfaces:
    org.springframework.core.convert.converter.Converter<Jwt,​reactor.core.publisher.Mono<AbstractAuthenticationToken>>

    public class ReactiveJwtAuthenticationConverterAdapter
    extends java.lang.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 Detail

      • ReactiveJwtAuthenticationConverterAdapter

        public ReactiveJwtAuthenticationConverterAdapter​(org.springframework.core.convert.converter.Converter<Jwt,​AbstractAuthenticationToken> delegate)