JavaScript is disabled on your browser.
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
B
C
F
G
I
J
S
T
U
B
build()
- Method in class com.auth0.jwk.
JwkProviderBuilder
Creates a
JwkProvider
C
cached(boolean)
- Method in class com.auth0.jwk.
JwkProviderBuilder
Toggle the cache of Jwk
cached(long, long, TimeUnit)
- Method in class com.auth0.jwk.
JwkProviderBuilder
Enable the cache specifying size and expire time.
com.auth0.jwk
- package com.auth0.jwk
F
forDomain(String)
- Method in class com.auth0.jwk.
JwkProviderBuilder
Specifies the URL from where to load the jwks.
G
get(String)
- Method in class com.auth0.jwk.
GuavaCachedJwkProvider
get(String)
- Method in interface com.auth0.jwk.
JwkProvider
Returns a jwk using the kid value
get(String)
- Method in class com.auth0.jwk.
UrlJwkProvider
getAdditionalAttributes()
- Method in class com.auth0.jwk.
Jwk
getAlgorithm()
- Method in class com.auth0.jwk.
Jwk
getCertificateChain()
- Method in class com.auth0.jwk.
Jwk
getCertificateThumbprint()
- Method in class com.auth0.jwk.
Jwk
getCertificateUrl()
- Method in class com.auth0.jwk.
Jwk
getId()
- Method in class com.auth0.jwk.
Jwk
getOperations()
- Method in class com.auth0.jwk.
Jwk
getPublicKey()
- Method in class com.auth0.jwk.
Jwk
Returns a
PublicKey
if the
'alg'
is
'RSA'
getType()
- Method in class com.auth0.jwk.
Jwk
getUsage()
- Method in class com.auth0.jwk.
Jwk
GuavaCachedJwkProvider
- Class in
com.auth0.jwk
Jwk provider that caches previously obtained Jwk in memory using a Google Guava cache
GuavaCachedJwkProvider(JwkProvider)
- Constructor for class com.auth0.jwk.
GuavaCachedJwkProvider
Creates a new provider that will cache up to 5 jwks for at most 10 hours
GuavaCachedJwkProvider(JwkProvider, long, long, TimeUnit)
- Constructor for class com.auth0.jwk.
GuavaCachedJwkProvider
Creates a new cached provider specifying cache size and ttl
I
InvalidPublicKeyException
- Exception in
com.auth0.jwk
InvalidPublicKeyException(String, Throwable)
- Constructor for exception com.auth0.jwk.
InvalidPublicKeyException
J
Jwk
- Class in
com.auth0.jwk
Represents a JSON Web Key (JWK) used to verify the signature of JWTs
Jwk(String, String, String, String, String, String, List<String>, String, Map<String, Object>)
- Constructor for class com.auth0.jwk.
Jwk
Creates a new Jwk
JwkException
- Exception in
com.auth0.jwk
JwkException(String, Throwable)
- Constructor for exception com.auth0.jwk.
JwkException
JwkProvider
- Interface in
com.auth0.jwk
Provider of Jwk
JwkProviderBuilder
- Class in
com.auth0.jwk
JwkProvider builder
JwkProviderBuilder()
- Constructor for class com.auth0.jwk.
JwkProviderBuilder
Creates a new builder
S
SigningKeyNotFoundException
- Exception in
com.auth0.jwk
SigningKeyNotFoundException(String, Throwable)
- Constructor for exception com.auth0.jwk.
SigningKeyNotFoundException
T
toString()
- Method in class com.auth0.jwk.
Jwk
U
UrlJwkProvider
- Class in
com.auth0.jwk
Jwk provider that loads them from a
URL
UrlJwkProvider(URL)
- Constructor for class com.auth0.jwk.
UrlJwkProvider
Creates a provider that loads from a given URL
UrlJwkProvider(String)
- Constructor for class com.auth0.jwk.
UrlJwkProvider
Creates a provider that loads from the given domain's well-known directory
B
C
F
G
I
J
S
T
U
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2016. All Rights Reserved.