Class ReactiveJwtAuthenticationConverterAdapter

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

    public class ReactiveJwtAuthenticationConverterAdapter
    extends java.lang.Object
    implements org.springframework.core.convert.converter.Converter<org.springframework.security.oauth2.jwt.Jwt,​reactor.core.publisher.Mono<org.springframework.security.authentication.AbstractAuthenticationToken>>
    A reactive Converter for adapting a non-blocking imperative Converter
    Since:
    5.1.1
    • Constructor Summary

      Constructors 
      Constructor Description
      ReactiveJwtAuthenticationConverterAdapter​(org.springframework.core.convert.converter.Converter<org.springframework.security.oauth2.jwt.Jwt,​org.springframework.security.authentication.AbstractAuthenticationToken> delegate)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      reactor.core.publisher.Mono<org.springframework.security.authentication.AbstractAuthenticationToken> convert​(org.springframework.security.oauth2.jwt.Jwt jwt)  
      • 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 Detail

      • ReactiveJwtAuthenticationConverterAdapter

        public ReactiveJwtAuthenticationConverterAdapter​(org.springframework.core.convert.converter.Converter<org.springframework.security.oauth2.jwt.Jwt,​org.springframework.security.authentication.AbstractAuthenticationToken> delegate)
    • Method Detail

      • convert

        public final reactor.core.publisher.Mono<org.springframework.security.authentication.AbstractAuthenticationToken> convert​(org.springframework.security.oauth2.jwt.Jwt jwt)
        Specified by:
        convert in interface org.springframework.core.convert.converter.Converter<org.springframework.security.oauth2.jwt.Jwt,​reactor.core.publisher.Mono<org.springframework.security.authentication.AbstractAuthenticationToken>>