public static final class NimbusJwtDecoder.JwkSetUriJwtDecoderBuilder
extends java.lang.ObjectNimbusJwtDecoder インスタンスを作成するためのビルダー。| 修飾子と型 | メソッドと説明 |
|---|---|
NimbusJwtDecoder | build() 構成された NimbusJwtDecoder をビルドします。 |
NimbusJwtDecoder.JwkSetUriJwtDecoderBuilder | jwsAlgorithm(SignatureAlgorithm signatureAlgorithm) 指定された署名アルゴリズムを、使用するアルゴリズムのセットに追加します。 |
NimbusJwtDecoder.JwkSetUriJwtDecoderBuilder | jwsAlgorithms(java.util.function.Consumer<java.util.Set<SignatureAlgorithm>> signatureAlgorithmsConsumer) 指定された Consumer で使用するアルゴリズムのリストを構成します。 |
NimbusJwtDecoder.JwkSetUriJwtDecoderBuilder | restOperations(org.springframework.web.client.RestOperations restOperations) |
public NimbusJwtDecoder.JwkSetUriJwtDecoderBuilder jwsAlgorithm(SignatureAlgorithm signatureAlgorithm)
signatureAlgorithm - 使用するアルゴリズム NimbusJwtDecoder.JwkSetUriJwtDecoderBuilderpublic NimbusJwtDecoder.JwkSetUriJwtDecoderBuilder jwsAlgorithms(java.util.function.Consumer<java.util.Set<SignatureAlgorithm>> signatureAlgorithmsConsumer)
Consumer で使用するアルゴリズムのリストを構成します。signatureAlgorithmsConsumer - アルゴリズムリストをさらに設定するための Consumer NimbusJwtDecoder.JwkSetUriJwtDecoderBuilderpublic NimbusJwtDecoder.JwkSetUriJwtDecoderBuilder restOperations(org.springframework.web.client.RestOperations restOperations)
restOperations -public NimbusJwtDecoder build()
NimbusJwtDecoder をビルドします。NimbusJwtDecoder