public static final class NimbusJwtDecoder.JwkSetUriJwtDecoderBuilder
extends java.lang.Object
NimbusJwtDecoder
instances based on a
JWK Set uri.Modifier and Type | Method and Description |
---|---|
NimbusJwtDecoder |
build()
Build the configured
NimbusJwtDecoder . |
NimbusJwtDecoder.JwkSetUriJwtDecoderBuilder |
jwsAlgorithm(JwsAlgorithm jwsAlgorithm)
Use the given signing
algorithm.
|
NimbusJwtDecoder.JwkSetUriJwtDecoderBuilder |
restOperations(org.springframework.web.client.RestOperations restOperations)
|
public NimbusJwtDecoder.JwkSetUriJwtDecoderBuilder jwsAlgorithm(JwsAlgorithm jwsAlgorithm)
jwsAlgorithm
- the algorithm to useNimbusJwtDecoder.JwkSetUriJwtDecoderBuilder
for further configurationspublic NimbusJwtDecoder.JwkSetUriJwtDecoderBuilder restOperations(org.springframework.web.client.RestOperations restOperations)
RestOperations
to coordinate with the authorization servers indicated in the
JWK Set uri
as well as the
Issuer.restOperations
- public NimbusJwtDecoder build()
NimbusJwtDecoder
.NimbusJwtDecoder