| ApiTokenProperty |
Remembers the API token for this user, that can be used like a password to login.
|
| ApiTokenProperty.TokenInfoAndStats |
|
| BasicHeaderAuthenticator |
When Jenkins receives HTTP basic authentication, this hook will validate the username/password
pair.
|
| BasicHeaderProcessor |
Takes "username:password" given in the Authorization HTTP header and authenticates
the request.
|
| ChannelConfigurator |
Intercepts the new creation of Channel and tweak its configuration.
|
| ConfidentialKey |
Confidential information that gets stored as a singleton in Jenkins, mostly some random token value.
|
| ConfidentialStore |
The actual storage for the data held by ConfidentialKeys, and the holder
of the master secret.
|
| CustomClassFilter |
Allows extensions to adjust the behavior of ClassFilter.DEFAULT.
|
| HMACConfidentialKey |
ConfidentialKey that's used for creating a token by hashing some information with secret
(such as hash(msg|secret)).
|
| QueueItemAuthenticator |
Extension point to run Queue.Executables under a specific identity for better access control.
|
| QueueItemAuthenticatorConfiguration |
|
| QueueItemAuthenticatorDescriptor |
|
| QueueItemAuthenticatorProvider |
There are cases where a plugin need to provide a QueueItemAuthenticator that cannot be controlled or
configured by the user.
|
| RedactSecretJsonInErrorMessageSanitizer |
|
| ResourceDomainConfiguration |
Configure the resource root URL, an alternative root URL to serve resources from
to not need Content-Security-Policy headers, which mess with desired complex output.
|
| ResourceDomainRootAction |
|
| ResourceDomainRootAction.Token |
|
| RSAConfidentialKey |
|
| SecureRequester |
An extension point for authorizing REST API access to an object where an unsafe result type would be produced.
|
| SecurityListener |
Listener notified of various significant events related to security.
|
| UserDetailsCache |
Cache layer for UserDetails lookup.
|