Package io.jenkins.blueocean.auth.jwt
package io.jenkins.blueocean.auth.jwt
-
ClassDescriptionJWT endpoint resource.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.PublicKey provider, to be used during signingGenerates JWT tokenParticipates in the creation of JwtTokenThis extension point serves the JWT token service endpointIf 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.Public key counterpart ofSigningKey