Interface ReactiveJwtAbstractAuthenticationTokenConverter

All Superinterfaces:
org.springframework.core.convert.converter.Converter<org.springframework.security.oauth2.jwt.Jwt,reactor.core.publisher.Mono<? extends org.springframework.security.authentication.AbstractAuthenticationToken>>

public interface ReactiveJwtAbstractAuthenticationTokenConverter extends org.springframework.core.convert.converter.Converter<org.springframework.security.oauth2.jwt.Jwt,reactor.core.publisher.Mono<? extends org.springframework.security.authentication.AbstractAuthenticationToken>>
  • Method Summary

    Methods inherited from interface org.springframework.core.convert.converter.Converter

    andThen, convert