Package | Description |
---|---|
io.jenkins.plugin.auth.jwt | |
io.jenkins.plugin.auth.jwt.impl | |
io.jenkins.plugin.auth.jwt.tokens |
Class and Description |
---|
JwtAuthenticationStore
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.
|
JwtAuthenticationStoreFactory
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.
|
JwtSigningKeyProvider
PublicKey provider, to be used during signing
|
JwtToken
Generates JWT token
|
JwtTokenDecorator
Participates in the creation of JwtToken
|
JwtTokenServiceEndpoint
This extension point serves the JWT token service endpoint
|
JwtTokenVerifier
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. |
SigningKey
Key used to sign JWT token.
|
SigningPublicKey
Public key counterpart of
SigningKey |
Class and Description |
---|
JwtAuthenticationService
JWT endpoint resource.
|
JwtAuthenticationStore
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.
|
JwtAuthenticationStoreFactory
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.
|
JwtSigningKeyProvider
PublicKey provider, to be used during signing
|
JwtToken
Generates JWT token
|
JwtTokenVerifier
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. |
SigningKey
Key used to sign JWT token.
|
SigningPublicKey
Public key counterpart of
SigningKey |
Class and Description |
---|
JwtAuthenticationStore
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.
|
Copyright © 2016–2018. All rights reserved.