Class ReactiveJwtAuthenticationConverter

java.lang.Object
org.springframework.security.oauth2.server.resource.authentication.ReactiveJwtAuthenticationConverter
All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<Jwt,reactor.core.publisher.Mono<AbstractAuthenticationToken>>

public final class ReactiveJwtAuthenticationConverter extends Object implements org.springframework.core.convert.converter.Converter<Jwt,reactor.core.publisher.Mono<AbstractAuthenticationToken>>
Reactive version of JwtAuthenticationConverter for converting a Jwt to a Mono<AbstractAuthenticationToken>.
Since:
5.2
  • Constructor Details

    • ReactiveJwtAuthenticationConverter

      public ReactiveJwtAuthenticationConverter()
  • Method Details