Java org.springframework.security.oauth2.provider.token.store.jwk JwkDefinitionSource fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.security.oauth2.provider.token.store.jwk JwkDefinitionSource fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.security.oauth2.provider.token.store.jwk JwkDefinitionSource.

The text is from its open source code.

Constructor

JwkDefinitionSource(String jwkSetUrl)
Creates a new instance using the provided URL as the location for the JWK Set.
JwkDefinitionSource(List jwkSetUrls)
Creates a new instance using the provided URLs as the location for the JWK Sets.

Method

JwkDefinitionHoldergetDefinitionLoadIfNecessary(String keyId)
Returns the JWK definition matching the provided keyId ("kid").
MaploadJwkDefinitions(URL jwkSetUrl)
Fetches the JWK Set from the provided URL and returns a Map keyed by the JWK keyId ("kid") and mapped to an association of the JwkDefinition and SignatureVerifier .