See: Description
| Interface | Description |
|---|---|
| ClockSkewAware |
Clock skew aware interface.
|
| ConfigurableJWTProcessor<C extends SecurityContext> | |
| JWTClaimsSetAwareJWSKeySelector<C extends SecurityContext> |
Interface for selecting key candidates for processing a signed JWT which
provides access to the JWT claims set in addition to the JWS header.
|
| JWTClaimsSetVerifier<C extends SecurityContext> |
JWT claims set verifier.
|
| JWTClaimsVerifier | Deprecated |
| JWTProcessor<C extends SecurityContext> | |
| JWTProcessorConfiguration<C extends SecurityContext> |
JWT processor configuration.
|
| Class | Description |
|---|---|
| DefaultJWTClaimsVerifier<C extends SecurityContext> |
Default JWT claims verifier.
|
| DefaultJWTProcessor<C extends SecurityContext> |
| Exception | Description |
|---|---|
| BadJWTException |
Bad JSON Web Token (JWT) exception.
|
interface for processing signed,
encrypted and unsecured (plain) JWTs, with a
default implementation
which can be configured and extended as required.
To process generic JOSE objects refer to the
com.nimbusds.jose.proc package.
References:
Copyright © 2019 Connect2id Ltd.. All rights reserved.