Uses of Package
io.jenkins.blueocean.auth.jwt
Packages that use io.jenkins.blueocean.auth.jwt
-
Classes in io.jenkins.blueocean.auth.jwt used by io.jenkins.blueocean.auth.jwtClassDescriptionAn 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
-
Classes in io.jenkins.blueocean.auth.jwt used by io.jenkins.blueocean.auth.jwt.implClassDescriptionJWT 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 tokenIf 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