public class URLBasedJWKSProvider extends Object
| Constructor and Description |
|---|
URLBasedJWKSProvider(org.apache.hadoop.conf.Configuration conf) |
| Modifier and Type | Method and Description |
|---|---|
List<com.nimbusds.jose.jwk.JWK> |
getJWKs(com.nimbusds.jose.JWSHeader header)
Returns filtered JWKS by one or more criteria, such as kid, typ, alg.
|
public URLBasedJWKSProvider(org.apache.hadoop.conf.Configuration conf)
throws IOException,
ParseException
IOExceptionParseExceptionpublic List<com.nimbusds.jose.jwk.JWK> getJWKs(com.nimbusds.jose.JWSHeader header) throws AuthenticationException
AuthenticationExceptionCopyright © 2024 The Apache Software Foundation. All rights reserved.