Package | Description |
---|---|
hudson.cli.util | |
hudson.security |
Security-related code.
|
jenkins.security | |
jenkins.security.s2m |
Slave -> master security.
|
jenkins.slaves |
Class and Description |
---|
MasterToSlaveCallable
Convenient
Callable meant to be run on slave. |
Class and Description |
---|
NonSerializableSecurityContext
The same as
SecurityContextImpl but doesn't serialize Authentication . |
Class and Description |
---|
ApiTokenProperty
Remembers the API token for this user, that can be used like a password to login.
|
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
ConfidentialKey s, and the holder
of the master secret. |
LastGrantedAuthoritiesProperty
Remembers the set of
GrantedAuthority s that was obtained the last time the user has logged in. |
QueueItemAuthenticator
Extension point to run
Queue.Executable s under a specific identity for better access control. |
QueueItemAuthenticatorConfiguration
Show the
QueueItemAuthenticator configurations on the system config page. |
QueueItemAuthenticatorDescriptor |
QueueItemAuthenticatorProvider
There are cases where a plugin need to provide a
QueueItemAuthenticator that cannot be controlled or
configured by the user. |
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.
|
Class and Description |
---|
ChannelConfigurator
Intercepts the new creation of
Channel and tweak its configuration. |
Class and Description |
---|
HMACConfidentialKey
ConfidentialKey that's used for creating a token by hashing some information with secret
(such as hash(msg|secret)). |
Copyright © 2016. All rights reserved.