AcegiSecurityExceptionFilter |
|
ApiCrumbExclusion |
JENKINS-22474: Makes API Token calls bypass CSRF protection to ease usage
|
ApiTokenFilter |
Deprecated.
|
ApiTokenProperty |
Remembers the API token for this user, that can be used like a password to login.
|
ApiTokenProperty.DescriptorImpl |
|
ApiTokenProperty.TokenInfoAndStats |
|
AuthenticationSuccessHandler |
Like SimpleUrlAuthenticationSuccessHandler but does not allow open redirects.
|
BasicApiTokenHelper |
|
BasicHeaderApiTokenAuthenticator |
Checks if the password given in the BASIC header matches the user's API token.
|
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.
|
BasicHeaderRealPasswordAuthenticator |
Checks if the password given in the BASIC header matches the user's actual password,
as opposed to other pseudo-passwords like API tokens.
|
ChannelConfigurator |
Intercepts the new creation of Channel and tweak its configuration.
|
ClassFilterImpl |
Customized version of ClassFilter.DEFAULT .
|
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 ConfidentialKey s, and the holder
of the master secret.
|
CryptoConfidentialKey |
|
CustomClassFilter.Contributed |
Standard filter which can load whitelists and blacklists from plugins.
|
CustomClassFilter.Static |
Standard filter which pays attention to a system property.
|
DefaultConfidentialStore |
Default portable implementation of ConfidentialStore that uses
a directory inside $JENKINS_HOME.
|
FrameOptionsPageDecorator |
Adds the 'X-Frame-Options' header to all web pages.
|
HexStringConfidentialKey |
|
HMACConfidentialKey |
ConfidentialKey that's used for creating a token by hashing some information with secret
(such as hash(msg|secret) ).
|
ImpersonatingExecutorService |
|
ImpersonatingScheduledExecutorService |
|
ImpersonatingUserDetailsService |
Deprecated.
|
ImpersonatingUserDetailsService2 |
UserDetailsService for those SecurityRealm
that doesn't allow query of other users.
|
LastGrantedAuthoritiesProperty |
Remembers the set of GrantedAuthority s that was obtained the last time the user has logged in.
|
LastGrantedAuthoritiesProperty.DescriptorImpl |
|
LastGrantedAuthoritiesProperty.SecurityListenerImpl |
Listen to the login success/failure event to persist GrantedAuthority s properly.
|
MasterToSlaveCallable<V,T extends Throwable> |
Convenient Callable meant to be run on agent.
|
Messages |
Generated localization support class.
|
NonSerializableSecurityContext |
The same as SecurityContextImpl but doesn't serialize Authentication .
|
NotReallyRoleSensitiveCallable<V,T extends Throwable> |
Callable adapter for situations where Callable is not used for remoting but
just as a convenient function that has parameterized return value and exception type.
|
QueueItemAuthenticator |
Extension point to run Queue.Executable s under a specific identity for better access control.
|
QueueItemAuthenticatorConfiguration |
|
QueueItemAuthenticatorConfiguration.ProviderImpl |
|
QueueItemAuthenticatorDescriptor |
|
QueueItemAuthenticatorProvider |
There are cases where a plugin need to provide a QueueItemAuthenticator that cannot be controlled or
configured by the user.
|
RedactSecretJsonInErrorMessageSanitizer |
|
RekeySecretAdminMonitor |
|
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.
|
ResourceDomainFilter |
|
ResourceDomainRecommendation |
|
ResourceDomainRootAction |
|
ResourceDomainRootAction.Token |
|
Roles |
Predefined Role s in Jenkins.
|
RSAConfidentialKey |
|
RSADigitalSignatureConfidentialKey |
RSA digital signature as ConfidentialKey to prevent accidental leak of private key.
|
SecureRequester.Default |
|
SecurityContextExecutorService |
Creates a delegating ExecutorService
implementation whose submit and related methods capture the current
SecurityContext and then wrap any runnable/callable objects in another
runnable/callable that sets the context before execution and resets it
afterwards.
|
SecurityListener |
Listener notified of various significant events related to security.
|
SlaveToMasterCallable<V,T extends Throwable> |
Convenient Callable that are meant to run on the master (sent by agent/CLI/etc).
|
SuspiciousRequestFilter |
|
UpdateSiteWarningsConfiguration |
Configuration for update site-provided warnings.
|
UpdateSiteWarningsMonitor |
Administrative monitor showing plugin/core warnings published by the configured update site to the user.
|
UserDetailsCache |
Cache layer for UserDetails lookup.
|