クラス ReactiveJwtAuthenticationConverter

    • メソッドのサマリー

      すべてのメソッド   インスタンスメソッド   具象メソッド  
      修飾子と型 メソッド 説明
      reactor.core.publisher.Mono<AbstractAuthenticationToken>convert​(Jwt jwt)
      voidsetJwtGrantedAuthoritiesConverter​(org.springframework.core.convert.converter.Converter<Jwt,​reactor.core.publisher.Flux<GrantedAuthority>> jwtGrantedAuthoritiesConverter)
      使用する Converter<Jwt, Flux<GrantedAuthority>> を設定します。
      • クラス java.lang.Object から継承されたメソッド

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

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

      • ReactiveJwtAuthenticationConverter

        public ReactiveJwtAuthenticationConverter()
    • メソッドの詳細

      • setJwtGrantedAuthoritiesConverter

        public void setJwtGrantedAuthoritiesConverter​(org.springframework.core.convert.converter.Converter<Jwt,​reactor.core.publisher.Flux<GrantedAuthority>> jwtGrantedAuthoritiesConverter)
        使用する Converter<Jwt, Flux<GrantedAuthority>> を設定します。デフォルトはリアクティブ JwtGrantedAuthoritiesConverter です。
        パラメーター:
        jwtGrantedAuthoritiesConverter - コンバーター
        関連事項:
        JwtGrantedAuthoritiesConverter