クラス ReactiveJwtGrantedAuthoritiesConverterAdapter

java.lang.ObjectSE
org.springframework.security.oauth2.server.resource.authentication.ReactiveJwtGrantedAuthoritiesConverterAdapter
実装されたすべてのインターフェース:
org.springframework.core.convert.converter.Converter<Jwt,reactor.core.publisher.Flux<GrantedAuthority>>

public final class ReactiveJwtGrantedAuthoritiesConverterAdapter extends ObjectSE 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
関連事項:
  • コンストラクターの詳細

    • ReactiveJwtGrantedAuthoritiesConverterAdapter

      public ReactiveJwtGrantedAuthoritiesConverterAdapter(org.springframework.core.convert.converter.Converter<Jwt,CollectionSE<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