Package | Description |
---|---|
org.soulwing.jwt.api | |
org.soulwing.jwt.api.exceptions |
Modifier and Type | Method and Description |
---|---|
static JWTProvider |
JWTProviderLocator.getProvider()
Gets the default JWT provider using the current thread's context class
loader (lazy loading as necessary).
|
static JWTProvider |
JWTProviderLocator.newProvider(ClassLoader classLoader)
Gets a JWT provider.
|
Modifier and Type | Class and Description |
---|---|
class |
DecryptionKeyNotFoundException
An exception thrown when a decryption operation fails because the key
needed was not found.
|
class |
InvalidSignatureException
An exception thrown when a signature validation fails.
|
class |
JWTConfigurationException
An exception thrown by a builder of a JWT provider.
|
class |
JWTEncryptionException
An exception thrown when a JWT provider encounters an error while performing
an encryption operation.
|
class |
JWTGeneratorException
An exception thrown when a JWT provider encounters an error while performing
a JWT generation operation.
|
class |
JWTParseException
An exception thrown when a JSON representation of a claims object cannot
be parsed successfully.
|
class |
JWTSignatureException
An exception thrown when a JWT provider encounters an error while performing
a signature operation.
|
class |
SignatureKeyNotFoundException
An exception thrown when a signature operation fails because the key
needed was not found.
|
Copyright © 2019. All rights reserved.