クラス ReactiveJwtGrantedAuthoritiesConverterAdapter

  • 実装されたすべてのインターフェース:
    org.springframework.core.convert.converter.Converter<Jwt,​reactor.core.publisher.Flux<GrantedAuthority>>

    public final class ReactiveJwtGrantedAuthoritiesConverterAdapter
    extends java.lang.Object
    implements org.springframework.core.convert.converter.Converter<Jwt,​reactor.core.publisher.Flux<GrantedAuthority>>
    Converter<Jwt, Collection<GrantedAuthority>> を Converter<Jwt, Flux<GrantedAuthority>> に適合させます。

    適合している Converter<Jwt, Collection<GrantedAuthority>> がノンブロッキングであることを確認してください。

    導入:
    5.2
    関連事項:
    JwtGrantedAuthoritiesConverter
    • メソッドのサマリー

      すべてのメソッド   インスタンスメソッド   具象メソッド  
      修飾子と型 メソッド 説明
      reactor.core.publisher.Flux<GrantedAuthority>convert​(Jwt jwt)
      • クラス java.lang.Object から継承されたメソッド

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • インターフェース org.springframework.core.convert.converter.Converter から継承されたメソッド

        andThen
    • コンストラクターの詳細

      • ReactiveJwtGrantedAuthoritiesConverterAdapter

        public ReactiveJwtGrantedAuthoritiesConverterAdapter​(org.springframework.core.convert.converter.Converter<Jwt,​java.util.Collection<GrantedAuthority>> grantedAuthoritiesConverter)
    • メソッドの詳細

      • convert

        public reactor.core.publisher.Flux<GrantedAuthority> convert​(Jwt jwt)
        次で指定:
        インターフェース org.springframework.core.convert.converter.Converter<Jwt,​reactor.core.publisher.Flux<GrantedAuthority>>convert