All Classes and Interfaces

Class
Description
Filter that processes JWT token
JWT endpoint resource.
Default implementation of JwtAuthenticationService
An authentication store for Jwt, authentication provider implements this extension point to store enough information in JWT claim so that later on when the token verification happens, using this same claims this authentication object can be re-created.
An authentication provider implements this extension point to store enough information in JWT claim so that later on when the token verification happens, using this same claims this authentication object can be re-created.
Safely store RSA key pair used to sign JWT tokens.
PublicKey provider, to be used during signing
Generates JWT token
Participates in the creation of JwtToken
This extension point serves the JWT token service endpoint
If an incoming HTTP request contains JWT token, pick that up, verifies the integrity, then convert that into JwtTokenVerifierImpl.JwtAuthentication so that the rest of Jenkins can process this request with proper identity of the caller.
 
 
Key used to sign JWT token.
Default JwtSigningKeyProvider that rotates a key over time.
Public key counterpart of SigningKey
Stores authentication map and makes them available in memory.