| Interface | Description |
|---|---|
| TokenValidator |
An interface specifying a TokenValidator contract
|
| Class | Description |
|---|---|
| BackOffTaskScheduler |
This scheduler adds support to immediately re-schedule the execution of the provided task, using the provided ExecutorService.
|
| DaemonThreadFactory |
Use daemon thread for refresh job
|
| JWTSignatureValidator |
This class is responsible for validating the JWT token signatures during session authentication.
|
| OAuthIntrospectionValidator |
This class is responsible for validating the token during session authentication by using an introspection endpoint.
|
| Enum | Description |
|---|---|
| TokenValidationException.Status |
An Enum for different token validation error statuses
|
| Exception | Description |
|---|---|
| TokenExpiredException |
A runtime exception that signals an expired token
|
| TokenSignatureException |
A runtime exception that signals an invalid token signature
|
| TokenValidationException |
A runtime exception used to signal an invalid token
|
| ValidationException |
A runtime exception used to signal an error while performing token validation
|
Copyright © 2024. All rights reserved.