クラス NimbusReactiveJwtDecoder

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

      • NimbusReactiveJwtDecoder

        public NimbusReactiveJwtDecoder​(java.lang.String jwkSetUrl)
        指定されたパラメーターを使用して NimbusReactiveJwtDecoder を構築します。
        パラメーター:
        jwkSetUrl - JSON Web キー(JWK)セット URL
      • NimbusReactiveJwtDecoder

        public NimbusReactiveJwtDecoder​(java.security.interfaces.RSAPublicKey publicKey)
        指定されたパラメーターを使用して NimbusReactiveJwtDecoder を構築します。
        パラメーター:
        publicKey - 署名の検証に使用される RSAPublicKey 
        導入:
        5.2
      • NimbusReactiveJwtDecoder

        public NimbusReactiveJwtDecoder​(org.springframework.core.convert.converter.Converter<com.nimbusds.jwt.JWT,​reactor.core.publisher.Mono<com.nimbusds.jwt.JWTClaimsSet>> jwtProcessor)
        指定されたパラメーターを使用して NimbusReactiveJwtDecoder を構築します。
        パラメーター:
        jwtProcessor - 署名された Jwt を処理および検証し、Jwt クレームセットを返すために使用される Converter 
        導入:
        5.2