クラス JwtReactiveAuthenticationManager

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

      • JwtReactiveAuthenticationManager

        public JwtReactiveAuthenticationManager​(ReactiveJwtDecoder jwtDecoder)
    • メソッドの詳細

      • setJwtAuthenticationConverter

        public void setJwtAuthenticationConverter​(org.springframework.core.convert.converter.Converter<Jwt,​? extends reactor.core.publisher.Mono<? extends AbstractAuthenticationToken>> jwtAuthenticationConverter)
        JwtAbstractAuthenticationToken に変換するには、指定された Converter を使用します。
        パラメーター:
        jwtAuthenticationConverter - 使用する Converter