See: Description
| Interface | Description |
|---|---|
| ClockSkewAware |
Clock skew aware interface.
|
| ConfigurableJWTProcessor<C extends SecurityContext> | |
| JWTClaimsVerifier |
JWT claims verifier.
|
| JWTProcessor<C extends SecurityContext> | |
| JWTProcessorConfiguration<C extends SecurityContext> |
JWT processor configuration.
|
| Class | Description |
|---|---|
| DefaultJWTClaimsVerifier |
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 © 2016 Connect2id Ltd.. All rights reserved.