Skip navigation links
A B C D E F G H I K L M N P R S T U V W _ 

A

AbstractIdCredentialsListBoxModel<T extends AbstractIdCredentialsListBoxModel<T,C>,C extends IdCredentials> - Class in com.cloudbees.plugins.credentials.common
ListBoxModel with support for credentials.
AbstractIdCredentialsListBoxModel() - Constructor for class com.cloudbees.plugins.credentials.common.AbstractIdCredentialsListBoxModel
 
AbstractIdCredentialsListBoxModel_EmptySelection() - Static method in class com.cloudbees.plugins.credentials.common.Messages
- none -
addCredentials(Domain, Credentials) - Method in class com.cloudbees.plugins.credentials.CredentialsStore
Adds the specified Credentials within the specified Domain for this CredentialsStore.
addCredentials(Domain, Credentials) - Method in class com.cloudbees.plugins.credentials.SystemCredentialsProvider.StoreImpl
Adds the specified Credentials within the specified Domain for this CredentialsStore.
addCredentials(Domain, Credentials) - Method in class com.cloudbees.plugins.credentials.UserCredentialsProvider.StoreImpl
Adds the specified Credentials within the specified Domain for this CredentialsStore.
addDomain(Domain, Credentials...) - Method in class com.cloudbees.plugins.credentials.CredentialsStore
Adds a new Domain with seed credentials.
addDomain(Domain, List<Credentials>) - Method in class com.cloudbees.plugins.credentials.CredentialsStore
Adds a new Domain with seed credentials.
addDomain(Domain, List<Credentials>) - Method in class com.cloudbees.plugins.credentials.SystemCredentialsProvider.StoreImpl
Adds a new Domain with seed credentials.
addDomain(Domain, List<Credentials>) - Method in class com.cloudbees.plugins.credentials.UserCredentialsProvider.StoreImpl
Adds a new Domain with seed credentials.
allCredentialsDescriptors() - Static method in class com.cloudbees.plugins.credentials.CredentialsProvider
Returns all the registered Credentials descriptors.
allOf(CredentialsMatcher...) - Static method in class com.cloudbees.plugins.credentials.CredentialsMatchers
Creates a matcher that matches when all of the supplied matchers match.
AllOfMatcher - Class in com.cloudbees.plugins.credentials.matchers
Matches all of the supplied matchers.
AllOfMatcher(List<CredentialsMatcher>) - Constructor for class com.cloudbees.plugins.credentials.matchers.AllOfMatcher
Creates a new instance.
always() - Static method in class com.cloudbees.plugins.credentials.CredentialsMatchers
Creates a matcher that always matches.
anyOf(CredentialsMatcher...) - Static method in class com.cloudbees.plugins.credentials.CredentialsMatchers
Creates a matcher that matches when any of the supplied matchers match.
AnyOfMatcher - Class in com.cloudbees.plugins.credentials.matchers
Matches any of the supplied matchers.
AnyOfMatcher(List<CredentialsMatcher>) - Constructor for class com.cloudbees.plugins.credentials.matchers.AnyOfMatcher
Creates a new instance.
asList(Map<Domain, List<Credentials>>) - Static method in class com.cloudbees.plugins.credentials.domains.DomainCredentials
Converts a Map keyed by Domain with List of Credentials as values into a List of DomainCredentials into a
asMap(Collection<DomainCredentials>) - Static method in class com.cloudbees.plugins.credentials.domains.DomainCredentials
Converts a Collection of DomainCredentials into a Map keyed by Domain with List of Credentials as values.

B

BaseCredentials - Class in com.cloudbees.plugins.credentials
Base class for Credentials.
BaseCredentials() - Constructor for class com.cloudbees.plugins.credentials.BaseCredentials
 
BaseCredentials(CredentialsScope) - Constructor for class com.cloudbees.plugins.credentials.BaseCredentials
Creates an instance with specific scope.
BaseStandardCredentials - Class in com.cloudbees.plugins.credentials.impl
Base class for StandardCredentials.
BaseStandardCredentials(String, String) - Constructor for class com.cloudbees.plugins.credentials.impl.BaseStandardCredentials
Constructor.
BaseStandardCredentials(CredentialsScope, String, String) - Constructor for class com.cloudbees.plugins.credentials.impl.BaseStandardCredentials
Constructor.
both(CredentialsMatcher, CredentialsMatcher) - Static method in class com.cloudbees.plugins.credentials.CredentialsMatchers
Creates a matcher that matches when both of the supplied matchers match.
build() - Method in class com.cloudbees.plugins.credentials.domains.URIRequirementBuilder
Builds the list of requirements.
buildEnvironment(Run<?, ?>, EnvVars) - Method in class com.cloudbees.plugins.credentials.CredentialsParameterValue
 

C

CertificateCredentials - Interface in com.cloudbees.plugins.credentials.common
Client Credentials stored in a KeyStore.
CertificateCredentialsImpl - Class in com.cloudbees.plugins.credentials.impl
 
CertificateCredentialsImpl(CredentialsScope, String, String, String, CertificateCredentialsImpl.KeyStoreSource) - Constructor for class com.cloudbees.plugins.credentials.impl.CertificateCredentialsImpl
 
CertificateCredentialsImpl.CredentialsSnapshotTakerImpl - Class in com.cloudbees.plugins.credentials.impl
 
CertificateCredentialsImpl.DescriptorImpl - Class in com.cloudbees.plugins.credentials.impl
 
CertificateCredentialsImpl.FileOnMasterKeyStoreSource - Class in com.cloudbees.plugins.credentials.impl
Let the user reference a file on the disk.
CertificateCredentialsImpl.FileOnMasterKeyStoreSource.DescriptorImpl - Class in com.cloudbees.plugins.credentials.impl
CertificateCredentialsImpl.KeyStoreSource - Class in com.cloudbees.plugins.credentials.impl
 
CertificateCredentialsImpl.KeyStoreSourceDescriptor - Class in com.cloudbees.plugins.credentials.impl
 
CertificateCredentialsImpl.UploadedKeyStoreSource - Class in com.cloudbees.plugins.credentials.impl
Let the user reference a file on the disk.
CertificateCredentialsImpl.UploadedKeyStoreSource.DescriptorImpl - Class in com.cloudbees.plugins.credentials.impl
CertificateCredentialsImpl.UploadedKeyStoreSource.Upload - Class in com.cloudbees.plugins.credentials.impl
 
CertificateCredentialsImpl_DisplayName() - Static method in class com.cloudbees.plugins.credentials.impl.Messages
Certificate
CertificateCredentialsImpl_EmptyKeystore() - Static method in class com.cloudbees.plugins.credentials.impl.Messages
Empty keystore
CertificateCredentialsImpl_FileOnMasterKeyStoreSourceDisplayName() - Static method in class com.cloudbees.plugins.credentials.impl.Messages
From a PKCS#12 file on Jenkins master
CertificateCredentialsImpl_KeyStoreFileDoesNotExist(Object) - Static method in class com.cloudbees.plugins.credentials.impl.Messages
The file "{0}" does not exist
CertificateCredentialsImpl_KeyStoreFileUnreadable(Object) - Static method in class com.cloudbees.plugins.credentials.impl.Messages
Could not read file "{0}"
CertificateCredentialsImpl_KeyStoreFileUnspecified() - Static method in class com.cloudbees.plugins.credentials.impl.Messages
You must specify the file path
CertificateCredentialsImpl_LoadKeyFailed(Object) - Static method in class com.cloudbees.plugins.credentials.impl.Messages
Could retrieve key "{0}"
CertificateCredentialsImpl_LoadKeyFailedQueryEmptyPassword(Object) - Static method in class com.cloudbees.plugins.credentials.impl.Messages
Could retrieve key "{0}".
CertificateCredentialsImpl_LoadKeystoreFailed() - Static method in class com.cloudbees.plugins.credentials.impl.Messages
Could not load keystore
CertificateCredentialsImpl_NoCertificateUploaded() - Static method in class com.cloudbees.plugins.credentials.impl.Messages
No certificate uploaded
CertificateCredentialsImpl_UploadedKeyStoreSourceDisplayName() - Static method in class com.cloudbees.plugins.credentials.impl.Messages
Upload PKCS#12 certificate
checkPermission(Permission) - Method in class com.cloudbees.plugins.credentials.CredentialsStore
Checks if the current security principal has this permission.
com.cloudbees.plugins.credentials - package com.cloudbees.plugins.credentials
 
com.cloudbees.plugins.credentials.common - package com.cloudbees.plugins.credentials.common
 
com.cloudbees.plugins.credentials.domains - package com.cloudbees.plugins.credentials.domains
 
com.cloudbees.plugins.credentials.impl - package com.cloudbees.plugins.credentials.impl
 
com.cloudbees.plugins.credentials.matchers - package com.cloudbees.plugins.credentials.matchers
 
ConstantMatcher - Class in com.cloudbees.plugins.credentials.matchers
Matches credentials based on a constant result.
ConstantMatcher(boolean) - Constructor for class com.cloudbees.plugins.credentials.matchers.ConstantMatcher
Constructs a new instance.
copyWithDefaultValue(ParameterValue) - Method in class com.cloudbees.plugins.credentials.CredentialsParameterDefinition
 
CREATE - Static variable in class com.cloudbees.plugins.credentials.CredentialsProvider
The permission for adding credentials to a CredentialsStore.
CREATE - Static variable in class com.cloudbees.plugins.credentials.CredentialsSelectHelper
 
CREATE - Static variable in class com.cloudbees.plugins.credentials.CredentialsStoreAction
 
create() - Static method in class com.cloudbees.plugins.credentials.domains.URIRequirementBuilder
Creates an empty builder.
createFor(User) - Method in class com.cloudbees.plugins.credentials.UserCredentialsProvider.TransientUserActionFactoryImpl
 
createValue(String) - Method in class com.cloudbees.plugins.credentials.CredentialsParameterDefinition
 
createValue(StaplerRequest, JSONObject) - Method in class com.cloudbees.plugins.credentials.CredentialsParameterDefinition
 
createVariableResolver(AbstractBuild<?, ?>) - Method in class com.cloudbees.plugins.credentials.CredentialsParameterValue
 
Credentials - Interface in com.cloudbees.plugins.credentials
A generic type of credentials.
CredentialsDescriptor - Class in com.cloudbees.plugins.credentials
Descriptor for credentials.
CredentialsDescriptor(Class<? extends Credentials>) - Constructor for class com.cloudbees.plugins.credentials.CredentialsDescriptor
Constructor.
CredentialsDescriptor() - Constructor for class com.cloudbees.plugins.credentials.CredentialsDescriptor
Infers the type of the corresponding Credentials from the outer class.
CredentialsId - Annotation Type in com.cloudbees.plugins.credentials.common
Annotate fields that contain a IdCredentials.getId().
CredentialsMatcher - Interface in com.cloudbees.plugins.credentials
Something that matches credentials.
CredentialsMatchers - Class in com.cloudbees.plugins.credentials
Some standard matchers and filtering utility methods.
CredentialsNameProvider<C extends Credentials> - Class in com.cloudbees.plugins.credentials
Provides names for credentials.
CredentialsNameProvider() - Constructor for class com.cloudbees.plugins.credentials.CredentialsNameProvider
 
CredentialsParameterDefinition - Class in com.cloudbees.plugins.credentials
 
CredentialsParameterDefinition(String, String, String, String, boolean) - Constructor for class com.cloudbees.plugins.credentials.CredentialsParameterDefinition
 
CredentialsParameterDefinition.DescriptorImpl - Class in com.cloudbees.plugins.credentials
 
CredentialsParameterDefinition_DisplayName() - Static method in class com.cloudbees.plugins.credentials.Messages
Credentials Parameter
CredentialsParameterValue - Class in com.cloudbees.plugins.credentials
 
CredentialsParameterValue(String, String, String) - Constructor for class com.cloudbees.plugins.credentials.CredentialsParameterValue
 
CredentialsParameterValue(String, String, String, boolean) - Constructor for class com.cloudbees.plugins.credentials.CredentialsParameterValue
 
CredentialsParameterValue_NotAvailableToCurrentUser() - Static method in class com.cloudbees.plugins.credentials.Messages
Not available to current user
CredentialsProvider - Class in com.cloudbees.plugins.credentials
An extension point for providing Credentials.
CredentialsProvider() - Constructor for class com.cloudbees.plugins.credentials.CredentialsProvider
 
CredentialsProvider_CreatePermissionDescription() - Static method in class com.cloudbees.plugins.credentials.Messages
The create permission is necessary to add credentials to a credentials provider.
CredentialsProvider_DeletePermissionDescription() - Static method in class com.cloudbees.plugins.credentials.Messages
The delete permission is necessary to remove credentials stored in a credentials provider.
CredentialsProvider_ManageDomainsPermissionDescription() - Static method in class com.cloudbees.plugins.credentials.Messages
The manage domains permission is necessary to add/remove/configure the credential domains of a credentials provider (where the credentials provider supports multiple credential domains).
CredentialsProvider_PermissionGroupTitle() - Static method in class com.cloudbees.plugins.credentials.Messages
Credentials
CredentialsProvider_UpdatePermissionDescription() - Static method in class com.cloudbees.plugins.credentials.Messages
The update permission is necessary to modify credentials in a credentials provider.
CredentialsProvider_UseItemPermissionDescription() - Static method in class com.cloudbees.plugins.credentials.Messages
Where an immediate action against a job requires that a credential be selected by the user triggering the action, this permission allows the user to select a credential from those credentials available within the scope of the job.
CredentialsProvider_UseOwnPermissionDescription() - Static method in class com.cloudbees.plugins.credentials.Messages
Where an immediate action against a job requires that a credential be selected by the user triggering the action, this permission allows the user to select a credential from their private credential store.
CredentialsProvider_ViewPermissionDescription() - Static method in class com.cloudbees.plugins.credentials.Messages
The view permission is necessary to view the credentials stored in a credentials provider.
CredentialsResolver<F extends Credentials,T extends Credentials> - Class in com.cloudbees.plugins.credentials
Translates Credentials from one type into another.
CredentialsResolver(Class<F>, Class<T>) - Constructor for class com.cloudbees.plugins.credentials.CredentialsResolver
Constructor.
CredentialsResolver(Class<F>) - Constructor for class com.cloudbees.plugins.credentials.CredentialsResolver
Infers the to type of the corresponding Credentials from the outer class.
CredentialsScope - Enum in com.cloudbees.plugins.credentials
The scope of credentials.
CredentialsScope_GlobalDisplayName() - Static method in class com.cloudbees.plugins.credentials.Messages
Global
CredentialsScope_SystemDisplayName() - Static method in class com.cloudbees.plugins.credentials.Messages
System
CredentialsScope_UserDisplayName() - Static method in class com.cloudbees.plugins.credentials.Messages
User
CredentialsSelectHelper - Class in com.cloudbees.plugins.credentials
A descriptor used to assist the c:select tag with allowing in-place addition of credentials.
CredentialsSelectHelper() - Constructor for class com.cloudbees.plugins.credentials.CredentialsSelectHelper
CredentialsSelectHelper_DisplayName() - Static method in class com.cloudbees.plugins.credentials.Messages
Credentials Selection Helper
CredentialsSnapshotTaker<C extends Credentials> - Class in com.cloudbees.plugins.credentials
Some credential types can store some of the credential details in a file outside of Jenkins.
CredentialsSnapshotTaker() - Constructor for class com.cloudbees.plugins.credentials.CredentialsSnapshotTaker
 
CredentialsSnapshotTakerImpl() - Constructor for class com.cloudbees.plugins.credentials.impl.CertificateCredentialsImpl.CredentialsSnapshotTakerImpl
 
CredentialsStore - Class in com.cloudbees.plugins.credentials
A store of Credentials.
CredentialsStore() - Constructor for class com.cloudbees.plugins.credentials.CredentialsStore
 
CredentialsStoreAction - Class in com.cloudbees.plugins.credentials
 
CredentialsStoreAction() - Constructor for class com.cloudbees.plugins.credentials.CredentialsStoreAction
 
CredentialsStoreAction.CredentialsWrapper - Class in com.cloudbees.plugins.credentials
 
CredentialsStoreAction.CredentialsWrapper.DescriptorImpl - Class in com.cloudbees.plugins.credentials
 
CredentialsStoreAction.DomainWrapper - Class in com.cloudbees.plugins.credentials
 
CredentialsStoreAction.DomainWrapper.DescriptorImpl - Class in com.cloudbees.plugins.credentials
 
CredentialsStoreAction_DisplayName() - Static method in class com.cloudbees.plugins.credentials.Messages
Credentials
CredentialsStoreAction_DuplicateDomainNameMessage() - Static method in class com.cloudbees.plugins.credentials.Messages
A domain with that name already exists
CredentialsStoreAction_EmptyDomainNameMessage() - Static method in class com.cloudbees.plugins.credentials.Messages
You must provide a name for the domain
CredentialsStoreAction_GlobalDomainDescription() - Static method in class com.cloudbees.plugins.credentials.Messages
All credentials that are not bound to a specific domain.
CredentialsStoreAction_GlobalDomainDisplayName() - Static method in class com.cloudbees.plugins.credentials.Messages
Global credentials
CredentialsStoreAction_UserDisplayName(Object) - Static method in class com.cloudbees.plugins.credentials.Messages
User: {0}
CredentialsTagLib - Interface in lib
 
CredentialsWrapper(CredentialsStoreAction.DomainWrapper, Credentials, String) - Constructor for class com.cloudbees.plugins.credentials.CredentialsStoreAction.CredentialsWrapper
 

D

DELETE - Static variable in class com.cloudbees.plugins.credentials.CredentialsProvider
The permission for removing credentials from a CredentialsStore.
DELETE - Static variable in class com.cloudbees.plugins.credentials.CredentialsStoreAction
 
describe(C) - Method in class com.cloudbees.plugins.credentials.common.AbstractIdCredentialsListBoxModel
Generate a description of the supplied credential.
describe(StandardCredentials) - Method in class com.cloudbees.plugins.credentials.common.StandardListBoxModel
Generate a description of the supplied credential.
describe(StandardUsernameCredentials) - Method in class com.cloudbees.plugins.credentials.common.StandardUsernameListBoxModel
Generate a description of the supplied credential.
describe() - Method in class com.cloudbees.plugins.credentials.CredentialsParameterValue
 
DescriptorImpl() - Constructor for class com.cloudbees.plugins.credentials.CredentialsParameterDefinition.DescriptorImpl
 
DescriptorImpl() - Constructor for class com.cloudbees.plugins.credentials.CredentialsStoreAction.CredentialsWrapper.DescriptorImpl
 
DescriptorImpl() - Constructor for class com.cloudbees.plugins.credentials.CredentialsStoreAction.DomainWrapper.DescriptorImpl
 
DescriptorImpl() - Constructor for class com.cloudbees.plugins.credentials.domains.HostnamePortSpecification.DescriptorImpl
 
DescriptorImpl() - Constructor for class com.cloudbees.plugins.credentials.domains.HostnameSpecification.DescriptorImpl
 
DescriptorImpl() - Constructor for class com.cloudbees.plugins.credentials.domains.PathSpecification.DescriptorImpl
 
DescriptorImpl() - Constructor for class com.cloudbees.plugins.credentials.domains.SchemeSpecification.DescriptorImpl
 
DescriptorImpl() - Constructor for class com.cloudbees.plugins.credentials.impl.CertificateCredentialsImpl.DescriptorImpl
 
DescriptorImpl() - Constructor for class com.cloudbees.plugins.credentials.impl.CertificateCredentialsImpl.FileOnMasterKeyStoreSource.DescriptorImpl
 
DescriptorImpl() - Constructor for class com.cloudbees.plugins.credentials.impl.CertificateCredentialsImpl.UploadedKeyStoreSource.DescriptorImpl
 
DescriptorImpl() - Constructor for class com.cloudbees.plugins.credentials.impl.UsernamePasswordCredentialsImpl.DescriptorImpl
 
DescriptorImpl() - Constructor for class com.cloudbees.plugins.credentials.SystemCredentialsProvider.DescriptorImpl
 
DescriptorImpl() - Constructor for class com.cloudbees.plugins.credentials.UserCredentialsProvider.UserCredentialsProperty.DescriptorImpl
 
doAddCredentials(StaplerRequest, StaplerResponse) - Method in class com.cloudbees.plugins.credentials.CredentialsSelectHelper
 
doCheckKeyStoreFile(String, String) - Method in class com.cloudbees.plugins.credentials.impl.CertificateCredentialsImpl.FileOnMasterKeyStoreSource.DescriptorImpl
 
doCheckName(CredentialsStoreAction.DomainWrapper, CredentialsStoreAction, String) - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction.DomainWrapper.DescriptorImpl
 
doCheckUploadedKeystore(String, String) - Method in class com.cloudbees.plugins.credentials.impl.CertificateCredentialsImpl.UploadedKeyStoreSource.DescriptorImpl
 
doConfigSubmit(StaplerRequest) - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction.DomainWrapper
 
doConfigSubmit(StaplerRequest) - Method in class com.cloudbees.plugins.credentials.SystemCredentialsProvider
Handles form submission.
doCreateCredentials(StaplerRequest) - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction.DomainWrapper
 
doCreateDomain(StaplerRequest) - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction
 
doDoDelete(StaplerRequest) - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction.CredentialsWrapper
 
doDoDelete(StaplerRequest) - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction.DomainWrapper
 
doDoMove(StaplerRequest, String) - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction.CredentialsWrapper
 
doFillCredentialTypeItems() - Method in class com.cloudbees.plugins.credentials.CredentialsParameterDefinition.DescriptorImpl
 
doFillDefaultValueItems(Item, String) - Method in class com.cloudbees.plugins.credentials.CredentialsParameterDefinition.DescriptorImpl
 
doFillScopeItems() - Method in class com.cloudbees.plugins.credentials.CredentialsDescriptor
Fills in the scopes for a scope list-box.
doFillValueItems(Item, String, boolean) - Method in class com.cloudbees.plugins.credentials.CredentialsParameterDefinition.DescriptorImpl
 
Domain - Class in com.cloudbees.plugins.credentials.domains
A domain, within which credentials are common.
Domain(String, String, List<DomainSpecification>) - Constructor for class com.cloudbees.plugins.credentials.domains.Domain
 
domainCredential(Map, Closure) - Method in interface lib.CredentialsTagLib
Editor for a DomainCredentials instance in a f:repeatable
domainCredential(Closure) - Method in interface lib.CredentialsTagLib
Editor for a DomainCredentials instance in a f:repeatable
domainCredential(Map) - Method in interface lib.CredentialsTagLib
Editor for a DomainCredentials instance in a f:repeatable
domainCredential() - Method in interface lib.CredentialsTagLib
Editor for a DomainCredentials instance in a f:repeatable
DomainCredentials - Class in com.cloudbees.plugins.credentials.domains
Represents a Domain and an associated set of Credentials.
DomainCredentials(Domain, List<Credentials>) - Constructor for class com.cloudbees.plugins.credentials.domains.DomainCredentials
Stapler's constructor.
domainCredentials(Map, Closure) - Method in interface lib.CredentialsTagLib
Editor for a DomainCredentials instance in a f:repeatable
domainCredentials(Closure) - Method in interface lib.CredentialsTagLib
Editor for a DomainCredentials instance in a f:repeatable
domainCredentials(Map) - Method in interface lib.CredentialsTagLib
Editor for a DomainCredentials instance in a f:repeatable
domainCredentials() - Method in interface lib.CredentialsTagLib
Editor for a DomainCredentials instance in a f:repeatable
DomainRequirement - Class in com.cloudbees.plugins.credentials.domains
Base class for all requirements that can be fulfilled by Domains.
DomainRequirement() - Constructor for class com.cloudbees.plugins.credentials.domains.DomainRequirement
 
DomainRestrictedCredentials - Interface in com.cloudbees.plugins.credentials.domains
Credentials that have a built in restriction
DomainSpecification - Class in com.cloudbees.plugins.credentials.domains
Base class for a specification against which DomainRequirements can be tested.
DomainSpecification() - Constructor for class com.cloudbees.plugins.credentials.domains.DomainSpecification
 
DomainSpecification.Result - Enum in com.cloudbees.plugins.credentials.domains
The results of any DomainRequirement test against a DomainSpecification.
DomainSpecificationDescriptor - Class in com.cloudbees.plugins.credentials.domains
Descriptor for DomainSpecifications.
DomainSpecificationDescriptor() - Constructor for class com.cloudbees.plugins.credentials.domains.DomainSpecificationDescriptor
 
DomainWrapper(CredentialsStoreAction, Domain) - Constructor for class com.cloudbees.plugins.credentials.CredentialsStoreAction.DomainWrapper
 
doResolve(F) - Method in class com.cloudbees.plugins.credentials.CredentialsResolver
Resolves the supplied credentials.
doUpdateSubmit(StaplerRequest) - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction.CredentialsWrapper
 
doUpload(StaplerRequest) - Method in class com.cloudbees.plugins.credentials.impl.CertificateCredentialsImpl.UploadedKeyStoreSource.Upload
 
duplicate() - Method in class com.cloudbees.plugins.credentials.domains.URIRequirementBuilder
Creates a new builder with the same requirements as this builder.

E

either(CredentialsMatcher, CredentialsMatcher) - Static method in class com.cloudbees.plugins.credentials.CredentialsMatchers
Creates a matcher that matches when either of the supplied matchers match.
equals(IdCredentials, Object) - Static method in class com.cloudbees.plugins.credentials.common.IdCredentials.Helpers
Standard Object.equals(Object) implementation.
equals(Object) - Method in class com.cloudbees.plugins.credentials.domains.Domain
equals(Object) - Method in class com.cloudbees.plugins.credentials.impl.BaseStandardCredentials

F

FileOnMasterKeyStoreSource(String) - Constructor for class com.cloudbees.plugins.credentials.impl.CertificateCredentialsImpl.FileOnMasterKeyStoreSource
 
filter(Collection<C>, CredentialsMatcher) - Static method in class com.cloudbees.plugins.credentials.CredentialsMatchers
Filters credentials using the supplied matcher.
filter(Set<C>, CredentialsMatcher) - Static method in class com.cloudbees.plugins.credentials.CredentialsMatchers
Filters credentials using the supplied matcher.
filter(List<C>, CredentialsMatcher) - Static method in class com.cloudbees.plugins.credentials.CredentialsMatchers
Filters credentials using the supplied matcher.
filter(Iterable<C>, CredentialsMatcher) - Static method in class com.cloudbees.plugins.credentials.CredentialsMatchers
Filters credentials using the supplied matcher.
filterKeys(Map<C, V>, CredentialsMatcher) - Static method in class com.cloudbees.plugins.credentials.CredentialsMatchers
Filters a map keyed by credentials using the supplied matcher.
filterValues(Map<K, C>, CredentialsMatcher) - Static method in class com.cloudbees.plugins.credentials.CredentialsMatchers
Filters a map based on credential values using the supplied matcher.
findCredentialById(String, Class<C>, Run<?, ?>, DomainRequirement...) - Static method in class com.cloudbees.plugins.credentials.CredentialsProvider
A common requirement for plugins is to resolve a specific credential by id in the context of a specific run.
findCredentialById(String, Class<C>, Run<?, ?>, List<DomainRequirement>) - Static method in class com.cloudbees.plugins.credentials.CredentialsProvider
A common requirement for plugins is to resolve a specific credential by id in the context of a specific run.
firstOrDefault(Iterable<C>, CredentialsMatcher, C) - Static method in class com.cloudbees.plugins.credentials.CredentialsMatchers
Returns the first credential from a collection that matches the supplied matcher or if none match then the specified default.
firstOrNull(Iterable<C>, CredentialsMatcher) - Static method in class com.cloudbees.plugins.credentials.CredentialsMatchers
Returns the first credential from a collection that matches the supplied matcher or null if none match.
fixEmptyId(String) - Static method in class com.cloudbees.plugins.credentials.common.IdCredentials.Helpers
Returns either the id or a generated new id if the supplied id is missing.
fixInstance(CertificateCredentialsImpl) - Method in class com.cloudbees.plugins.credentials.impl.CertificateCredentialsImpl.DescriptorImpl
 
fixList(List<DomainCredentials>) - Static method in class com.cloudbees.plugins.credentials.domains.DomainCredentials
Helper method used by the domainCredentials.jelly taglib to ensure the list is valid.
fromUri(String) - Static method in class com.cloudbees.plugins.credentials.domains.URIRequirementBuilder
Creates a new builder using the supplied URI.

G

getApi() - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction.CredentialsWrapper
 
getApi() - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction.DomainWrapper
 
getApi() - Method in class com.cloudbees.plugins.credentials.SystemCredentialsProvider.UserFacingAction
 
getApi() - Method in class com.cloudbees.plugins.credentials.UserCredentialsProvider.UserFacingAction
 
getConfigFile() - Static method in class com.cloudbees.plugins.credentials.SystemCredentialsProvider
Gets the configuration file that this CredentialsProvider uses to store its credentials.
getContext() - Method in class com.cloudbees.plugins.credentials.CredentialsStore
Returns the context within which this store operates.
getContext() - Method in class com.cloudbees.plugins.credentials.SystemCredentialsProvider.StoreImpl
Returns the context within which this store operates.
getContext() - Method in class com.cloudbees.plugins.credentials.UserCredentialsProvider.StoreImpl
 
getCredential(String) - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction.DomainWrapper
 
getCredentialDescriptor() - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction.DomainWrapper
 
getCredentialDescriptors() - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction.CredentialsWrapper.DescriptorImpl
 
getCredentialDescriptors() - Method in class com.cloudbees.plugins.credentials.SystemCredentialsProvider
Gets all the credentials descriptors.
getCredentialDescriptors() - Method in class com.cloudbees.plugins.credentials.UserCredentialsProvider.UserCredentialsProperty.DescriptorImpl
Gets all the credentials descriptors.
getCredentials(Class<C>, ItemGroup, Authentication) - Method in class com.cloudbees.plugins.credentials.CredentialsProvider
Returns the credentials provided by this provider which are available to the specified Authentication for items in the specified ItemGroup
getCredentials(Class<C>, ItemGroup, Authentication, List<DomainRequirement>) - Method in class com.cloudbees.plugins.credentials.CredentialsProvider
Returns the credentials provided by this provider which are available to the specified Authentication for items in the specified ItemGroup and are appropriate for the specified .plugins.credentials.domains.DomainRequirements.
getCredentials(Class<C>, Item, Authentication) - Method in class com.cloudbees.plugins.credentials.CredentialsProvider
Returns the credentials provided by this provider which are available to the specified Authentication for the specified Item
getCredentials(Class<C>, Item, Authentication, List<DomainRequirement>) - Method in class com.cloudbees.plugins.credentials.CredentialsProvider
Returns the credentials provided by this provider which are available to the specified Authentication for items in the specified Item and are appropriate for the specified .credentials.domains.DomainRequirements.
getCredentials(Domain) - Method in class com.cloudbees.plugins.credentials.CredentialsStore
Returns an unmodifiable list of credentials for the specified domain.
getCredentials() - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction.CredentialsWrapper
 
getCredentials() - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction.DomainWrapper
 
getCredentials(Map<Domain, List<Credentials>>, Class<C>, List<DomainRequirement>, CredentialsMatcher) - Static method in class com.cloudbees.plugins.credentials.domains.DomainCredentials
Helper to assist retrieving credentials from the map based store.
getCredentials() - Method in class com.cloudbees.plugins.credentials.domains.DomainCredentials
Returns the credentials.
getCredentials() - Method in class com.cloudbees.plugins.credentials.SystemCredentialsProvider
Get all the (Domain.global()) credentials.
getCredentials(Class<C>, ItemGroup, Authentication) - Method in class com.cloudbees.plugins.credentials.SystemCredentialsProvider.ProviderImpl
Returns the credentials provided by this provider which are available to the specified Authentication for items in the specified ItemGroup
getCredentials(Class<C>, Item, Authentication) - Method in class com.cloudbees.plugins.credentials.SystemCredentialsProvider.ProviderImpl
Returns the credentials provided by this provider which are available to the specified Authentication for the specified Item
getCredentials(Class<C>, Item, Authentication, List<DomainRequirement>) - Method in class com.cloudbees.plugins.credentials.SystemCredentialsProvider.ProviderImpl
Returns the credentials provided by this provider which are available to the specified Authentication for items in the specified Item and are appropriate for the specified .credentials.domains.DomainRequirements.
getCredentials(Class<C>, ItemGroup, Authentication, List<DomainRequirement>) - Method in class com.cloudbees.plugins.credentials.SystemCredentialsProvider.ProviderImpl
Returns the credentials provided by this provider which are available to the specified Authentication for items in the specified ItemGroup and are appropriate for the specified .plugins.credentials.domains.DomainRequirements.
getCredentials(Domain) - Method in class com.cloudbees.plugins.credentials.SystemCredentialsProvider.StoreImpl
Returns an unmodifiable list of credentials for the specified domain.
getCredentials(Class<C>, ItemGroup, Authentication) - Method in class com.cloudbees.plugins.credentials.UserCredentialsProvider
Returns the credentials provided by this provider which are available to the specified Authentication for items in the specified ItemGroup
getCredentials(Class<C>, ItemGroup, Authentication, List<DomainRequirement>) - Method in class com.cloudbees.plugins.credentials.UserCredentialsProvider
Returns the credentials provided by this provider which are available to the specified Authentication for items in the specified ItemGroup and are appropriate for the specified .plugins.credentials.domains.DomainRequirements.
getCredentials(Domain) - Method in class com.cloudbees.plugins.credentials.UserCredentialsProvider.StoreImpl
Returns an unmodifiable list of credentials for the specified domain.
getCredentials(Class<C>) - Method in class com.cloudbees.plugins.credentials.UserCredentialsProvider.UserCredentialsProperty
Helper method.
getCredentials() - Method in class com.cloudbees.plugins.credentials.UserCredentialsProvider.UserCredentialsProperty
Gets all the user's credentials.
getCredentialsDescriptors() - Method in class com.cloudbees.plugins.credentials.CredentialsSelectHelper
 
getCredentialsPage() - Method in class com.cloudbees.plugins.credentials.CredentialsDescriptor
Returns the config page for the credentials.
getCredentialType() - Method in class com.cloudbees.plugins.credentials.CredentialsParameterDefinition
 
getDefaultParameterValue() - Method in class com.cloudbees.plugins.credentials.CredentialsParameterDefinition
 
getDefaultValue() - Method in class com.cloudbees.plugins.credentials.CredentialsParameterDefinition
 
getDescription() - Method in interface com.cloudbees.plugins.credentials.common.StandardCredentials
Returns the Description.
getDescription() - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction.CredentialsWrapper
 
getDescription() - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction.DomainWrapper
 
getDescription() - Method in class com.cloudbees.plugins.credentials.domains.Domain
Returns the description of this domain.
getDescription() - Method in class com.cloudbees.plugins.credentials.impl.BaseStandardCredentials
Returns the Description.
getDescription() - Method in class com.cloudbees.plugins.credentials.SystemCredentialsProvider
getDescriptor() - Method in class com.cloudbees.plugins.credentials.BaseCredentials
getDescriptor() - Method in interface com.cloudbees.plugins.credentials.Credentials
getDescriptor() - Method in class com.cloudbees.plugins.credentials.CredentialsSelectHelper
getDescriptor() - Method in class com.cloudbees.plugins.credentials.SystemCredentialsProvider
getDisplayName() - Method in class com.cloudbees.plugins.credentials.CredentialsParameterDefinition.DescriptorImpl
 
getDisplayName() - Method in enum com.cloudbees.plugins.credentials.CredentialsScope
Gets the display name for the credentials.
getDisplayName() - Method in class com.cloudbees.plugins.credentials.CredentialsSelectHelper
getDisplayName() - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction.CredentialsWrapper.DescriptorImpl
 
getDisplayName() - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction.CredentialsWrapper
 
getDisplayName() - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction.DomainWrapper.DescriptorImpl
 
getDisplayName() - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction.DomainWrapper
 
getDisplayName() - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction
 
getDisplayName() - Method in class com.cloudbees.plugins.credentials.domains.HostnamePortSpecification.DescriptorImpl
getDisplayName() - Method in class com.cloudbees.plugins.credentials.domains.HostnameSpecification.DescriptorImpl
getDisplayName() - Method in class com.cloudbees.plugins.credentials.domains.PathSpecification.DescriptorImpl
getDisplayName() - Method in class com.cloudbees.plugins.credentials.domains.SchemeSpecification.DescriptorImpl
getDisplayName() - Method in class com.cloudbees.plugins.credentials.impl.CertificateCredentialsImpl.DescriptorImpl
 
getDisplayName() - Method in class com.cloudbees.plugins.credentials.impl.CertificateCredentialsImpl.FileOnMasterKeyStoreSource.DescriptorImpl
getDisplayName() - Method in class com.cloudbees.plugins.credentials.impl.CertificateCredentialsImpl.UploadedKeyStoreSource.DescriptorImpl
getDisplayName() - Method in class com.cloudbees.plugins.credentials.impl.UsernamePasswordCredentialsImpl.DescriptorImpl
getDisplayName() - Method in class com.cloudbees.plugins.credentials.SystemCredentialsProvider.DescriptorImpl
getDisplayName() - Method in class com.cloudbees.plugins.credentials.SystemCredentialsProvider
getDisplayName() - Method in class com.cloudbees.plugins.credentials.UserCredentialsProvider.UserCredentialsProperty.DescriptorImpl
getDivId() - Method in class com.cloudbees.plugins.credentials.impl.CertificateCredentialsImpl.UploadedKeyStoreSource.Upload
 
getDomain() - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction.CredentialsWrapper
 
getDomain() - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction.DomainWrapper
 
getDomain(String) - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction
 
getDomain() - Method in class com.cloudbees.plugins.credentials.domains.DomainCredentials
Returns the domain.
getDomainCredentials() - Method in class com.cloudbees.plugins.credentials.SystemCredentialsProvider
Get all the credentials.
getDomainCredentials() - Method in class com.cloudbees.plugins.credentials.UserCredentialsProvider.UserCredentialsProperty
Returns the DomainCredentials
getDomainCredentialsMap() - Method in class com.cloudbees.plugins.credentials.SystemCredentialsProvider
Get all the credentials.
getDomainCredentialsMap() - Method in class com.cloudbees.plugins.credentials.UserCredentialsProvider.UserCredentialsProperty
The Map of domain credentials.
getDomainDescriptor() - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction
 
getDomains() - Method in class com.cloudbees.plugins.credentials.CredentialsStore
Returns all the Domains that this credential provider has.
getDomains() - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction
 
getDomains() - Method in class com.cloudbees.plugins.credentials.SystemCredentialsProvider.StoreImpl
Returns all the Domains that this credential provider has.
getDomains() - Method in class com.cloudbees.plugins.credentials.UserCredentialsProvider.StoreImpl
Returns all the Domains that this credential provider has.
getExcludes() - Method in class com.cloudbees.plugins.credentials.domains.HostnamePortSpecification
Returns the hostname and port combinations to explicitly not match.
getExcludes() - Method in class com.cloudbees.plugins.credentials.domains.HostnameSpecification
Returns the hostnames to explicitly not match.
getExcludes() - Method in class com.cloudbees.plugins.credentials.domains.PathSpecification
Returns the paths to explicitly not match.
getFromClass() - Method in class com.cloudbees.plugins.credentials.CredentialsResolver
Returns the class to resolve from.
getFullDisplayName() - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction.CredentialsWrapper
 
getFullDisplayName() - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction.DomainWrapper
 
getFullDisplayName() - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction
 
getFullName() - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction.CredentialsWrapper
 
getFullName() - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction.DomainWrapper
 
getFullName() - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction
 
getHostname() - Method in class com.cloudbees.plugins.credentials.domains.HostnameRequirement
Returns the hostname.
getIconFileName() - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction
 
getIconFileName() - Method in class com.cloudbees.plugins.credentials.SystemCredentialsProvider
getId() - Method in interface com.cloudbees.plugins.credentials.common.IdCredentials
Returns the ID.
getId() - Method in class com.cloudbees.plugins.credentials.impl.BaseStandardCredentials
Returns the ID.
getIncludes() - Method in class com.cloudbees.plugins.credentials.domains.HostnamePortSpecification
Returns the hostname and port combinations to match.
getIncludes() - Method in class com.cloudbees.plugins.credentials.domains.HostnameSpecification
Returns the hostnames to match.
getIncludes() - Method in class com.cloudbees.plugins.credentials.domains.PathSpecification
Returns the paths to match.
getInstance() - Static method in class com.cloudbees.plugins.credentials.SystemCredentialsProvider
Gets the singleton instance.
getKeyStore() - Method in interface com.cloudbees.plugins.credentials.common.CertificateCredentials
 
getKeyStore() - Method in class com.cloudbees.plugins.credentials.impl.CertificateCredentialsImpl
 
getKeyStoreBytes() - Method in class com.cloudbees.plugins.credentials.impl.CertificateCredentialsImpl.FileOnMasterKeyStoreSource
getKeyStoreBytes() - Method in class com.cloudbees.plugins.credentials.impl.CertificateCredentialsImpl.KeyStoreSource
 
getKeyStoreBytes() - Method in class com.cloudbees.plugins.credentials.impl.CertificateCredentialsImpl.UploadedKeyStoreSource
getKeyStoreFile() - Method in class com.cloudbees.plugins.credentials.impl.CertificateCredentialsImpl.FileOnMasterKeyStoreSource
Returns the private key file name.
getKeyStoreLastModified() - Method in class com.cloudbees.plugins.credentials.impl.CertificateCredentialsImpl.FileOnMasterKeyStoreSource
getKeyStoreLastModified() - Method in class com.cloudbees.plugins.credentials.impl.CertificateCredentialsImpl.KeyStoreSource
 
getKeyStoreLastModified() - Method in class com.cloudbees.plugins.credentials.impl.CertificateCredentialsImpl.UploadedKeyStoreSource
 
getKeyStoreSource() - Method in class com.cloudbees.plugins.credentials.impl.CertificateCredentialsImpl
 
getKeyStoreSources() - Method in class com.cloudbees.plugins.credentials.impl.CertificateCredentialsImpl.DescriptorImpl
 
getName(StandardCertificateCredentials) - Method in class com.cloudbees.plugins.credentials.common.StandardCertificateCredentials.NameProvider
Name the credential.
getName(StandardCredentials) - Method in class com.cloudbees.plugins.credentials.common.StandardCredentials.NameProvider
Name the credential.
getName(StandardUsernameCredentials) - Method in class com.cloudbees.plugins.credentials.common.StandardUsernameCredentials.NameProvider
Name the credential.
getName(StandardUsernameCredentials) - Method in class com.cloudbees.plugins.credentials.common.StandardUsernamePasswordCredentials.NameProvider
Name the credential.
getName(UsernameCredentials) - Method in class com.cloudbees.plugins.credentials.common.UsernameCredentials.NameProvider
Name the credential.
getName(UsernamePasswordCredentials) - Method in class com.cloudbees.plugins.credentials.common.UsernamePasswordCredentials.NameProvider
Name the credential.
getName(C) - Method in class com.cloudbees.plugins.credentials.CredentialsNameProvider
Name the credential.
getName() - Method in class com.cloudbees.plugins.credentials.domains.Domain
Returns the name of the domain.
getParent() - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction.CredentialsWrapper
 
getParent() - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction.DomainWrapper
 
getPassword() - Method in interface com.cloudbees.plugins.credentials.common.PasswordCredentials
Returns the Password.
getPassword() - Method in class com.cloudbees.plugins.credentials.impl.CertificateCredentialsImpl
 
getPassword() - Method in class com.cloudbees.plugins.credentials.impl.UsernamePasswordCredentialsImpl
Returns the Password.
getPath() - Method in class com.cloudbees.plugins.credentials.domains.PathRequirement
Returns the path.
getPort() - Method in class com.cloudbees.plugins.credentials.domains.HostnamePortRequirement
Returns the required port.
getResolver(Class<C>) - Static method in class com.cloudbees.plugins.credentials.CredentialsResolver
Retrieves the CredentialsResolver for the specified type (if it exists)
getScheme() - Method in class com.cloudbees.plugins.credentials.domains.SchemeRequirement
Returns the scheme.
getSchemes() - Method in class com.cloudbees.plugins.credentials.domains.SchemeSpecification
Returns the comma separated list of URI schemes that this specification matches.
getScope() - Method in class com.cloudbees.plugins.credentials.BaseCredentials
Gets the scope of the credential.
getScope() - Method in interface com.cloudbees.plugins.credentials.Credentials
Gets the scope of the credential.
getScopes(ModelObject) - Method in class com.cloudbees.plugins.credentials.CredentialsProvider
Returns the scopes allowed for credentials stored within the specified object or null if the object is not relevant for scopes and the object's container should be considered instead.
getScopes(ModelObject) - Method in class com.cloudbees.plugins.credentials.SystemCredentialsProvider.ProviderImpl
Returns the scopes allowed for credentials stored within the specified object or null if the object is not relevant for scopes and the object's container should be considered instead.
getScopes(ModelObject) - Method in class com.cloudbees.plugins.credentials.UserCredentialsProvider
Returns the scopes allowed for credentials stored within the specified object or null if the object is not relevant for scopes and the object's container should be considered instead.
getSpecificationDescriptors() - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction
Gets all the DomainSpecification descriptors.
getSpecificationDescriptors() - Method in class com.cloudbees.plugins.credentials.SystemCredentialsProvider
Gets all the DomainSpecification descriptors.
getSpecificationDescriptors() - Method in class com.cloudbees.plugins.credentials.UserCredentialsProvider.UserCredentialsProperty.DescriptorImpl
Gets all the DomainSpecification descriptors.
getSpecifications() - Method in class com.cloudbees.plugins.credentials.domains.Domain
Returns the DomainSpecifications for this Domain.
getStore(ModelObject) - Method in class com.cloudbees.plugins.credentials.CredentialsProvider
Returns the CredentialsStore that this CredentialsProvider maintains specifically for this ModelObject or null if either the object is not a credentials container or this CredentialsProvider does not maintain a store specifically bound to this ModelObject.
getStore() - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction.CredentialsWrapper
 
getStore() - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction.DomainWrapper
 
getStore() - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction
 
getStore(ModelObject) - Method in class com.cloudbees.plugins.credentials.SystemCredentialsProvider.ProviderImpl
Returns the CredentialsStore that this CredentialsProvider maintains specifically for this ModelObject or null if either the object is not a credentials container or this CredentialsProvider does not maintain a store specifically bound to this ModelObject.
getStore() - Method in class com.cloudbees.plugins.credentials.SystemCredentialsProvider.UserFacingAction
 
getStore(ModelObject) - Method in class com.cloudbees.plugins.credentials.UserCredentialsProvider
 
getStore() - Method in class com.cloudbees.plugins.credentials.UserCredentialsProvider.UserFacingAction
 
getSubjectDN(KeyStore) - Static method in class com.cloudbees.plugins.credentials.common.StandardCertificateCredentials.NameProvider
Returns the Subject DN of the first key with an x509 certificate in its certificate chain.
getTarget() - Method in class com.cloudbees.plugins.credentials.SystemCredentialsProvider
Only sysadmin can access this page.
getToClass() - Method in class com.cloudbees.plugins.credentials.CredentialsResolver
Returns the class to resolve to.
getTypeName() - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction.CredentialsWrapper
 
getUpload(String) - Method in class com.cloudbees.plugins.credentials.impl.CertificateCredentialsImpl.UploadedKeyStoreSource.DescriptorImpl
 
getUploadedKeystore() - Method in class com.cloudbees.plugins.credentials.impl.CertificateCredentialsImpl.UploadedKeyStoreSource
Returns the private key file name.
getUploadedKeystore() - Method in class com.cloudbees.plugins.credentials.impl.CertificateCredentialsImpl.UploadedKeyStoreSource.Upload
 
getUrlName() - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction.CredentialsWrapper
 
getUrlName() - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction.DomainWrapper
 
getUrlName() - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction
 
getUrlName() - Method in class com.cloudbees.plugins.credentials.SystemCredentialsProvider
getUsername() - Method in interface com.cloudbees.plugins.credentials.common.UsernameCredentials
Returns the username.
getUsername() - Method in class com.cloudbees.plugins.credentials.impl.UsernamePasswordCredentialsImpl
Returns the username.
getValue() - Method in class com.cloudbees.plugins.credentials.CredentialsParameterValue
 
getWrapper() - Method in class com.cloudbees.plugins.credentials.CredentialsSelectHelper
 
global() - Static method in class com.cloudbees.plugins.credentials.domains.Domain
Returns the special "global" domain.
GROUP - Static variable in class com.cloudbees.plugins.credentials.CredentialsProvider
The permission group for credentials.

H

hashCode(IdCredentials) - Static method in class com.cloudbees.plugins.credentials.common.IdCredentials.Helpers
The standard Object.hashCode() implementation.
hashCode() - Method in class com.cloudbees.plugins.credentials.domains.Domain
hashCode() - Method in class com.cloudbees.plugins.credentials.impl.BaseStandardCredentials
hasPermission(Permission) - Method in class com.cloudbees.plugins.credentials.CredentialsStore
Checks if the current security principal has this permission.
hasPermission(Authentication, Permission) - Method in class com.cloudbees.plugins.credentials.CredentialsStore
Checks if the given principle has the given permission.
hasPermission(Authentication, Permission) - Method in class com.cloudbees.plugins.credentials.SystemCredentialsProvider.StoreImpl
Checks if the given principle has the given permission.
hasPermission(Authentication, Permission) - Method in class com.cloudbees.plugins.credentials.UserCredentialsProvider.StoreImpl
 
Helpers() - Constructor for class com.cloudbees.plugins.credentials.common.IdCredentials.Helpers
 
HostnamePortRequirement - Class in com.cloudbees.plugins.credentials.domains
A requirement for a Domain that includes Credentials for a specific hostname and port combination.
HostnamePortRequirement(String, int) - Constructor for class com.cloudbees.plugins.credentials.domains.HostnamePortRequirement
Creates a new requirement.
HostnamePortSpecification - Class in com.cloudbees.plugins.credentials.domains
HostnamePortSpecification(String, String) - Constructor for class com.cloudbees.plugins.credentials.domains.HostnamePortSpecification
Constructor for stapler.
HostnamePortSpecification.DescriptorImpl - Class in com.cloudbees.plugins.credentials.domains
Our Descriptor.
HostnamePortSpecification_DisplayName() - Static method in class com.cloudbees.plugins.credentials.domains.Messages
Hostname:port
HostnameRequirement - Class in com.cloudbees.plugins.credentials.domains
A requirement for a Domain that includes Credentials for a specific hostname.
HostnameRequirement(String) - Constructor for class com.cloudbees.plugins.credentials.domains.HostnameRequirement
Creates a new requirement.
HostnameSpecification - Class in com.cloudbees.plugins.credentials.domains
A DomainSpecification that matches HostnameRequirement where the hostname is on an HostnameSpecification.includes list but not on an HostnameSpecification.excludes list.
HostnameSpecification(String, String) - Constructor for class com.cloudbees.plugins.credentials.domains.HostnameSpecification
Constructor for stapler.
HostnameSpecification.DescriptorImpl - Class in com.cloudbees.plugins.credentials.domains
Our Descriptor.
HostnameSpecification_DisplayName() - Static method in class com.cloudbees.plugins.credentials.domains.Messages
Hostname

I

IdCredentials - Interface in com.cloudbees.plugins.credentials.common
Credentials that have an unique ID that assists in retrieving the specific credential from a collection of Credentials.
IdCredentials.Helpers - Class in com.cloudbees.plugins.credentials.common
The contract implementations of Object.equals(Object) and Object.hashCode() that implementations of this class must use as the basis for equality tests and as the hash code.
IdMatcher - Class in com.cloudbees.plugins.credentials.matchers
Matches credentials that are IdCredentials and have the specified IdCredentials.getId().
IdMatcher(String) - Constructor for class com.cloudbees.plugins.credentials.matchers.IdMatcher
Constructs a new instance.
instanceOf(Class) - Static method in class com.cloudbees.plugins.credentials.CredentialsMatchers
Creates a matcher that matches credentials of the specified type.
InstanceOfMatcher - Class in com.cloudbees.plugins.credentials.matchers
Matches credentials that implement a specific type.
InstanceOfMatcher(Class) - Constructor for class com.cloudbees.plugins.credentials.matchers.InstanceOfMatcher
Constructs a new instance.
isCaseSensitive() - Method in class com.cloudbees.plugins.credentials.domains.PathSpecification
 
isDefaultValue() - Method in class com.cloudbees.plugins.credentials.CredentialsParameterValue
 
isDefinitive() - Method in enum com.cloudbees.plugins.credentials.domains.DomainSpecification.Result
Returns true if the result definitive, in other words can processing be short-cut.
isDomainsModifiable() - Method in class com.cloudbees.plugins.credentials.CredentialsStore
Identifies whether this CredentialsStore supports making changes to the list of domains or whether it only supports a fixed set of domains (which may only be one domain).
isDomainsModifiable() - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction
 
isEnabled() - Method in class com.cloudbees.plugins.credentials.UserCredentialsProvider.UserCredentialsProperty.DescriptorImpl
isGlobal() - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction.DomainWrapper
 
isMatch() - Method in enum com.cloudbees.plugins.credentials.domains.DomainSpecification.Result
Returns true if the result a match.
isPasswordEmpty() - Method in class com.cloudbees.plugins.credentials.impl.CertificateCredentialsImpl
 
isRequired() - Method in class com.cloudbees.plugins.credentials.CredentialsParameterDefinition
 
isScopeRelevant() - Method in class com.cloudbees.plugins.credentials.CredentialsDescriptor
Checks if asking for a credentials scope is relevant.
isScopeRelevant(ModelObject) - Method in class com.cloudbees.plugins.credentials.CredentialsDescriptor
Similar to CredentialsDescriptor.isScopeRelevant() but operating on a specific ModelObject rather than trying to infer from the stapler request.
isScopeRelevant(CredentialsStoreAction.DomainWrapper) - Method in class com.cloudbees.plugins.credentials.CredentialsDescriptor
isScopeRelevant(CredentialsStoreAction.CredentialsWrapper) - Method in class com.cloudbees.plugins.credentials.CredentialsDescriptor
isSensitive() - Method in class com.cloudbees.plugins.credentials.CredentialsParameterValue
 
isSnapshotSource() - Method in class com.cloudbees.plugins.credentials.impl.CertificateCredentialsImpl.KeyStoreSource
Returns true if and only if the source is self contained.
isSnapshotSource() - Method in class com.cloudbees.plugins.credentials.impl.CertificateCredentialsImpl.UploadedKeyStoreSource
Returns true if and only if the source is self contained.
isVisible() - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction
 
isVisible() - Method in class com.cloudbees.plugins.credentials.UserCredentialsProvider.UserCredentialsProperty.DescriptorImpl
Whether the credentials should be visible on the user's configure screen.

K

KeyStoreSource() - Constructor for class com.cloudbees.plugins.credentials.impl.CertificateCredentialsImpl.KeyStoreSource
 
KeyStoreSourceDescriptor() - Constructor for class com.cloudbees.plugins.credentials.impl.CertificateCredentialsImpl.KeyStoreSourceDescriptor
 
KeyStoreSourceDescriptor(Class<? extends CertificateCredentialsImpl.KeyStoreSource>) - Constructor for class com.cloudbees.plugins.credentials.impl.CertificateCredentialsImpl.KeyStoreSourceDescriptor
 

L

LegacyMixIn - Annotation Type in com.cloudbees.plugins.credentials.common
Marks the common interfaces that are for use as a legacy mix-in type to help adapt existing legacy credentials types.
lib - package lib
 
lookupCredentials(Class<C>, Run, DomainRequirement...) - Method in class com.cloudbees.plugins.credentials.CredentialsParameterValue
 
lookupCredentials(Class<C>, Run, List<DomainRequirement>) - Method in class com.cloudbees.plugins.credentials.CredentialsParameterValue
 
lookupCredentials(Class<C>) - Static method in class com.cloudbees.plugins.credentials.CredentialsProvider
lookupCredentials(Class<C>, Authentication) - Static method in class com.cloudbees.plugins.credentials.CredentialsProvider
lookupCredentials(Class<C>, Item) - Static method in class com.cloudbees.plugins.credentials.CredentialsProvider
lookupCredentials(Class<C>, ItemGroup) - Static method in class com.cloudbees.plugins.credentials.CredentialsProvider
lookupCredentials(Class<C>, ItemGroup, Authentication) - Static method in class com.cloudbees.plugins.credentials.CredentialsProvider
lookupCredentials(Class<C>, Item, Authentication) - Static method in class com.cloudbees.plugins.credentials.CredentialsProvider
lookupCredentials(Class<C>, ItemGroup, Authentication, DomainRequirement...) - Static method in class com.cloudbees.plugins.credentials.CredentialsProvider
Returns all credentials which are available to the specified Authentication for use by the Items in the specified ItemGroup.
lookupCredentials(Class<C>, ItemGroup, Authentication, List<DomainRequirement>) - Static method in class com.cloudbees.plugins.credentials.CredentialsProvider
Returns all credentials which are available to the specified Authentication for use by the Items in the specified ItemGroup.
lookupCredentials(Class<C>, Item, Authentication, DomainRequirement...) - Static method in class com.cloudbees.plugins.credentials.CredentialsProvider
Returns all credentials which are available to the specified Authentication for use by the specified Item.
lookupCredentials(Class<C>, Item, Authentication, List<DomainRequirement>) - Static method in class com.cloudbees.plugins.credentials.CredentialsProvider
Returns all credentials which are available to the specified Authentication for use by the specified Item.
lookupScopes(ModelObject) - Static method in class com.cloudbees.plugins.credentials.CredentialsProvider
Returns the scopes allowed for credentials stored within the specified object or null if the object is not relevant for scopes and the object's container should be considered instead.
lookupStores(ModelObject) - Static method in class com.cloudbees.plugins.credentials.CredentialsProvider
Returns a lazy Iterable of all the CredentialsStore instances contributing credentials to the supplied object.

M

MANAGE_DOMAINS - Static variable in class com.cloudbees.plugins.credentials.CredentialsProvider
The permission for managing credential domains in a CredentialsStore.
MANAGE_DOMAINS - Static variable in class com.cloudbees.plugins.credentials.CredentialsStoreAction
 
matches(Credentials) - Method in interface com.cloudbees.plugins.credentials.CredentialsMatcher
Evaluates the matcher for the specified credentials.
matches(List<DomainRequirement>) - Method in interface com.cloudbees.plugins.credentials.domains.DomainRestrictedCredentials
Determine whether these Credentials are applicable for the given requirements.
matches(Credentials) - Method in class com.cloudbees.plugins.credentials.matchers.AllOfMatcher
Evaluates the matcher for the specified credentials.
matches(Credentials) - Method in class com.cloudbees.plugins.credentials.matchers.AnyOfMatcher
Evaluates the matcher for the specified credentials.
matches(Credentials) - Method in class com.cloudbees.plugins.credentials.matchers.ConstantMatcher
Evaluates the matcher for the specified credentials.
matches(Credentials) - Method in class com.cloudbees.plugins.credentials.matchers.IdMatcher
Evaluates the matcher for the specified credentials.
matches(Credentials) - Method in class com.cloudbees.plugins.credentials.matchers.InstanceOfMatcher
Evaluates the matcher for the specified credentials.
matches(Credentials) - Method in class com.cloudbees.plugins.credentials.matchers.NotMatcher
Evaluates the matcher for the specified credentials.
matches(Credentials) - Method in class com.cloudbees.plugins.credentials.matchers.ScopeMatcher
Evaluates the matcher for the specified credentials.
matches(Credentials) - Method in class com.cloudbees.plugins.credentials.matchers.UsernameMatcher
Evaluates the matcher for the specified credentials.
Messages - Class in com.cloudbees.plugins.credentials.common
 
Messages() - Constructor for class com.cloudbees.plugins.credentials.common.Messages
 
Messages - Class in com.cloudbees.plugins.credentials.domains
 
Messages() - Constructor for class com.cloudbees.plugins.credentials.domains.Messages
 
Messages - Class in com.cloudbees.plugins.credentials.impl
 
Messages() - Constructor for class com.cloudbees.plugins.credentials.impl.Messages
 
Messages - Class in com.cloudbees.plugins.credentials
 
Messages() - Constructor for class com.cloudbees.plugins.credentials.Messages
 
migrateListToMap(Map<Domain, List<Credentials>>, List<Credentials>) - Static method in class com.cloudbees.plugins.credentials.domains.DomainCredentials
Handle migration of standard storage method for pre-domain data into domain segmented data.

N

name(Credentials) - Static method in class com.cloudbees.plugins.credentials.CredentialsNameProvider
Name the credential.
NameProvider() - Constructor for class com.cloudbees.plugins.credentials.common.StandardCertificateCredentials.NameProvider
 
NameProvider() - Constructor for class com.cloudbees.plugins.credentials.common.StandardCredentials.NameProvider
 
NameProvider() - Constructor for class com.cloudbees.plugins.credentials.common.StandardUsernameCredentials.NameProvider
 
NameProvider() - Constructor for class com.cloudbees.plugins.credentials.common.StandardUsernamePasswordCredentials.NameProvider
 
NameProvider() - Constructor for class com.cloudbees.plugins.credentials.common.UsernameCredentials.NameProvider
 
NameProvider() - Constructor for class com.cloudbees.plugins.credentials.common.UsernamePasswordCredentials.NameProvider
 
NameWith - Annotation Type in com.cloudbees.plugins.credentials
Often there is a requirement to get the names of different credentials in order to allow the user to select from multiple equivalent credentials.
never() - Static method in class com.cloudbees.plugins.credentials.CredentialsMatchers
Creates a matcher that never matches.
newInstance(User) - Method in class com.cloudbees.plugins.credentials.UserCredentialsProvider.UserCredentialsProperty.DescriptorImpl
noneOf(CredentialsMatcher...) - Static method in class com.cloudbees.plugins.credentials.CredentialsMatchers
Creates a matcher that matches when none of the supplied matchers match.
not(CredentialsMatcher) - Static method in class com.cloudbees.plugins.credentials.CredentialsMatchers
Creates a matcher that inverts the supplied matcher.
NotMatcher - Class in com.cloudbees.plugins.credentials.matchers
Inverts a matcher.
NotMatcher(CredentialsMatcher) - Constructor for class com.cloudbees.plugins.credentials.matchers.NotMatcher
Creates a new instance.

P

PasswordCredentials - Interface in com.cloudbees.plugins.credentials.common
Credentials that have a password component.
PathRequirement - Class in com.cloudbees.plugins.credentials.domains
A requirement for a specific URI path, for example / or /foo/bar/manchu
PathRequirement(String) - Constructor for class com.cloudbees.plugins.credentials.domains.PathRequirement
Constructs a requirement for the specified scheme.
PathSpecification - Class in com.cloudbees.plugins.credentials.domains
A DomainSpecification that matches PathRequirements where the URI path is on a whitelist of paths.
PathSpecification(String, String, boolean) - Constructor for class com.cloudbees.plugins.credentials.domains.PathSpecification
Constructor for stapler.
PathSpecification.DescriptorImpl - Class in com.cloudbees.plugins.credentials.domains
Our Descriptor.
PathSpecification_DisplayName() - Static method in class com.cloudbees.plugins.credentials.domains.Messages
URI path
ProviderImpl() - Constructor for class com.cloudbees.plugins.credentials.SystemCredentialsProvider.ProviderImpl
 

R

Recommended - Annotation Type in com.cloudbees.plugins.credentials.common
Marks the common interfaces that are recommended for use.
reconfigure(StaplerRequest, JSONObject) - Method in class com.cloudbees.plugins.credentials.UserCredentialsProvider.UserCredentialsProperty
removeCredentials(Domain, Credentials) - Method in class com.cloudbees.plugins.credentials.CredentialsStore
Removes the specified Credentials from the specified Domain for this CredentialsStore.
removeCredentials(Domain, Credentials) - Method in class com.cloudbees.plugins.credentials.SystemCredentialsProvider.StoreImpl
Removes the specified Credentials from the specified Domain for this CredentialsStore.
removeCredentials(Domain, Credentials) - Method in class com.cloudbees.plugins.credentials.UserCredentialsProvider.StoreImpl
Removes the specified Credentials from the specified Domain for this CredentialsStore.
removeDomain(Domain) - Method in class com.cloudbees.plugins.credentials.CredentialsStore
Removes an existing Domain and all associated Credentials.
removeDomain(Domain) - Method in class com.cloudbees.plugins.credentials.SystemCredentialsProvider.StoreImpl
Removes an existing Domain and all associated Credentials.
removeDomain(Domain) - Method in class com.cloudbees.plugins.credentials.UserCredentialsProvider.StoreImpl
Removes an existing Domain and all associated Credentials.
resolve(F) - Method in class com.cloudbees.plugins.credentials.CredentialsResolver
Resolves the supplied credentials.
resolve(Collection<? extends F>) - Method in class com.cloudbees.plugins.credentials.CredentialsResolver
Resolves the supplied credentials.
resolve() - Method in class com.cloudbees.plugins.credentials.domains.Domain
Resolve the correct domain instance.
ResolveWith - Annotation Type in com.cloudbees.plugins.credentials
As credentials evolve we need to be able to map legacy credential types to newer common interfaces and implementations.

S

save() - Method in class com.cloudbees.plugins.credentials.SystemCredentialsProvider
SchemeRequirement - Class in com.cloudbees.plugins.credentials.domains
A requirement for a specific URI scheme, for example http or smtp
SchemeRequirement(String) - Constructor for class com.cloudbees.plugins.credentials.domains.SchemeRequirement
Constructs a requirement for the specified scheme.
SchemeSpecification - Class in com.cloudbees.plugins.credentials.domains
A DomainSpecification that matches SchemeRequirements where the URI scheme is on a whitelist of schemes.
SchemeSpecification(String) - Constructor for class com.cloudbees.plugins.credentials.domains.SchemeSpecification
Constructor for stapler.
SchemeSpecification.DescriptorImpl - Class in com.cloudbees.plugins.credentials.domains
Our Descriptor.
SchemeSpecification_DisplayName() - Static method in class com.cloudbees.plugins.credentials.domains.Messages
URI scheme
ScopeMatcher - Class in com.cloudbees.plugins.credentials.matchers
Matches credentials that are IdCredentials and have the specified CredentialsScope(s).
ScopeMatcher(CredentialsScope) - Constructor for class com.cloudbees.plugins.credentials.matchers.ScopeMatcher
Constructs a new instance.
ScopeMatcher(CredentialsScope...) - Constructor for class com.cloudbees.plugins.credentials.matchers.ScopeMatcher
Constructs a new instance.
ScopeMatcher(Collection<CredentialsScope>) - Constructor for class com.cloudbees.plugins.credentials.matchers.ScopeMatcher
Constructs a new instance.
select(Map, Closure) - Method in interface lib.CredentialsTagLib
A <select> control that supports the data binding and AJAX updates with support for adding credentials.
select(Closure) - Method in interface lib.CredentialsTagLib
A <select> control that supports the data binding and AJAX updates with support for adding credentials.
select(Map) - Method in interface lib.CredentialsTagLib
A <select> control that supports the data binding and AJAX updates with support for adding credentials.
select() - Method in interface lib.CredentialsTagLib
A <select> control that supports the data binding and AJAX updates with support for adding credentials.
setDomainCredentialsMap(Map<Domain, List<Credentials>>) - Method in class com.cloudbees.plugins.credentials.SystemCredentialsProvider
Set all the credentials.
setDomainCredentialsMap(Map<Domain, List<Credentials>>) - Method in class com.cloudbees.plugins.credentials.UserCredentialsProvider.UserCredentialsProperty
Sets the map of domain credentials.
snapshot(C) - Static method in class com.cloudbees.plugins.credentials.CredentialsProvider
Make a best effort to ensure that the supplied credential is a snapshot credential (i.e.
snapshot(Class<C>, C) - Static method in class com.cloudbees.plugins.credentials.CredentialsProvider
Make a best effort to ensure that the supplied credential is a snapshot credential (i.e.
snapshot(C) - Method in class com.cloudbees.plugins.credentials.CredentialsSnapshotTaker
Create a self-contained version of this Credentials that does not require access to any external files or resources.
snapshot(StandardCertificateCredentials) - Method in class com.cloudbees.plugins.credentials.impl.CertificateCredentialsImpl.CredentialsSnapshotTakerImpl
 
StandardCertificateCredentials - Interface in com.cloudbees.plugins.credentials.common
Credentials that have an ID, description, keystore and password, for example client certificates for SSL.
StandardCertificateCredentials.NameProvider - Class in com.cloudbees.plugins.credentials.common
Our name provider.
StandardCredentials - Interface in com.cloudbees.plugins.credentials.common
Credentials that have a description to help the user differentiate the specific credential from a collection of Credentials and an ID to help Jenkins locate the specific credential from a collection of Credentials.
StandardCredentials.NameProvider - Class in com.cloudbees.plugins.credentials.common
Our name provider.
StandardListBoxModel - Class in com.cloudbees.plugins.credentials.common
ListBoxModel with StandardCredentials support.
StandardListBoxModel() - Constructor for class com.cloudbees.plugins.credentials.common.StandardListBoxModel
 
StandardUsernameCredentials - Interface in com.cloudbees.plugins.credentials.common
Credentials that have an ID, description and username.
StandardUsernameCredentials.NameProvider - Class in com.cloudbees.plugins.credentials.common
Our name provider.
StandardUsernameListBoxModel - Class in com.cloudbees.plugins.credentials.common
ListBoxModel with StandardUsernameCredentials support.
StandardUsernameListBoxModel() - Constructor for class com.cloudbees.plugins.credentials.common.StandardUsernameListBoxModel
 
StandardUsernamePasswordCredentials - Interface in com.cloudbees.plugins.credentials.common
The credential interface that standard username password based credentials should aim to implement.
StandardUsernamePasswordCredentials.NameProvider - Class in com.cloudbees.plugins.credentials.common
Our name provider.
StoreImpl() - Constructor for class com.cloudbees.plugins.credentials.SystemCredentialsProvider.StoreImpl
 
SystemCredentialsProvider - Class in com.cloudbees.plugins.credentials
The root store of credentials.
SystemCredentialsProvider() - Constructor for class com.cloudbees.plugins.credentials.SystemCredentialsProvider
Constructor.
SystemCredentialsProvider.DescriptorImpl - Class in com.cloudbees.plugins.credentials
Our management link descriptor.
SystemCredentialsProvider.ProviderImpl - Class in com.cloudbees.plugins.credentials
 
SystemCredentialsProvider.StoreImpl - Class in com.cloudbees.plugins.credentials
SystemCredentialsProvider.UserFacingAction - Class in com.cloudbees.plugins.credentials
 
SystemCredentialsProvider_Description() - Static method in class com.cloudbees.plugins.credentials.Messages
Create/delete/modify the credentials that can be used by Jenkins and by jobs running in Jenkins to connect to 3rd party services.
SystemCredentialsProvider_DisplayName() - Static method in class com.cloudbees.plugins.credentials.Messages
Manage Credentials

T

test(DomainRequirement...) - Method in class com.cloudbees.plugins.credentials.domains.Domain
Returns true if and only if the supplied DomainRequirements are a match for this Domain.
test(List<DomainRequirement>) - Method in class com.cloudbees.plugins.credentials.domains.Domain
Returns true if and only if the supplied DomainRequirements are a match for this Domain.
test(DomainRequirement) - Method in class com.cloudbees.plugins.credentials.domains.DomainSpecification
Tests the scope against this specification.
test(DomainRequirement) - Method in class com.cloudbees.plugins.credentials.domains.HostnamePortSpecification
Tests the scope against this specification.
test(DomainRequirement) - Method in class com.cloudbees.plugins.credentials.domains.HostnameSpecification
Tests the scope against this specification.
test(DomainRequirement) - Method in class com.cloudbees.plugins.credentials.domains.PathSpecification
Tests the scope against this specification.
test(DomainRequirement) - Method in class com.cloudbees.plugins.credentials.domains.SchemeSpecification
Tests the scope against this specification.
toByteArray(Secret) - Static method in class com.cloudbees.plugins.credentials.impl.CertificateCredentialsImpl.UploadedKeyStoreSource.DescriptorImpl
 
toCopyOnWriteMap(Map<Domain, List<Credentials>>) - Static method in class com.cloudbees.plugins.credentials.domains.DomainCredentials
Converts a Map keyed by Domain with List of Credentials as values into a List of DomainCredentials into a
toSecret(byte[]) - Static method in class com.cloudbees.plugins.credentials.impl.CertificateCredentialsImpl.UploadedKeyStoreSource.DescriptorImpl
 
toString() - Method in class com.cloudbees.plugins.credentials.matchers.AllOfMatcher
toString() - Method in class com.cloudbees.plugins.credentials.matchers.AnyOfMatcher
toString() - Method in class com.cloudbees.plugins.credentials.matchers.ConstantMatcher
toString() - Method in class com.cloudbees.plugins.credentials.matchers.IdMatcher
toString() - Method in class com.cloudbees.plugins.credentials.matchers.InstanceOfMatcher
toString() - Method in class com.cloudbees.plugins.credentials.matchers.NotMatcher
toString() - Method in class com.cloudbees.plugins.credentials.matchers.ScopeMatcher
toString() - Method in class com.cloudbees.plugins.credentials.matchers.UsernameMatcher
TransientUserActionFactoryImpl() - Constructor for class com.cloudbees.plugins.credentials.UserCredentialsProvider.TransientUserActionFactoryImpl
 
type() - Method in class com.cloudbees.plugins.credentials.CredentialsSnapshotTaker
The type of credentials that this CredentialsSnapshotTaker operates on.
type() - Method in class com.cloudbees.plugins.credentials.impl.CertificateCredentialsImpl.CredentialsSnapshotTakerImpl
 

U

UPDATE - Static variable in class com.cloudbees.plugins.credentials.CredentialsProvider
The permission for updating credentials in a CredentialsStore.
UPDATE - Static variable in class com.cloudbees.plugins.credentials.CredentialsStoreAction
 
updateCredentials(Domain, Credentials, Credentials) - Method in class com.cloudbees.plugins.credentials.CredentialsStore
Updates the specified Credentials from the specified Domain for this CredentialsStore with the supplied replacement.
updateCredentials(Domain, Credentials, Credentials) - Method in class com.cloudbees.plugins.credentials.SystemCredentialsProvider.StoreImpl
Updates the specified Credentials from the specified Domain for this CredentialsStore with the supplied replacement.
updateCredentials(Domain, Credentials, Credentials) - Method in class com.cloudbees.plugins.credentials.UserCredentialsProvider.StoreImpl
Updates the specified Credentials from the specified Domain for this CredentialsStore with the supplied replacement.
updateDomain(Domain, Domain) - Method in class com.cloudbees.plugins.credentials.CredentialsStore
Updates an existing Domain keeping the existing associated Credentials.
updateDomain(Domain, Domain) - Method in class com.cloudbees.plugins.credentials.SystemCredentialsProvider.StoreImpl
Updates an existing Domain keeping the existing associated Credentials.
updateDomain(Domain, Domain) - Method in class com.cloudbees.plugins.credentials.UserCredentialsProvider.StoreImpl
Updates an existing Domain keeping the existing associated Credentials.
Upload(String, Secret) - Constructor for class com.cloudbees.plugins.credentials.impl.CertificateCredentialsImpl.UploadedKeyStoreSource.Upload
 
UploadedKeyStoreSource(String) - Constructor for class com.cloudbees.plugins.credentials.impl.CertificateCredentialsImpl.UploadedKeyStoreSource
 
URIRequirementBuilder - Class in com.cloudbees.plugins.credentials.domains
A builder to help creating requirements from URIs.
USE_ITEM - Static variable in class com.cloudbees.plugins.credentials.CredentialsProvider
Where an immediate action against a job requires that a credential be selected by the user triggering the action, this permission allows the user to select a credential from those credentials available within the scope of the job.
USE_OWN - Static variable in class com.cloudbees.plugins.credentials.CredentialsProvider
Where an immediate action against a job requires that a credential be selected by the user triggering the action, this permission allows the user to select a credential from their private credential store.
UserCredentialsProperty(List<Credentials>) - Constructor for class com.cloudbees.plugins.credentials.UserCredentialsProvider.UserCredentialsProperty
Deprecated. 
UserCredentialsProperty(DomainCredentials[]) - Constructor for class com.cloudbees.plugins.credentials.UserCredentialsProvider.UserCredentialsProperty
Constructor for stapler.
UserCredentialsProvider - Class in com.cloudbees.plugins.credentials
A store of credentials tied to a specific User.
UserCredentialsProvider() - Constructor for class com.cloudbees.plugins.credentials.UserCredentialsProvider
 
UserCredentialsProvider.StoreImpl - Class in com.cloudbees.plugins.credentials
 
UserCredentialsProvider.TransientUserActionFactoryImpl - Class in com.cloudbees.plugins.credentials
 
UserCredentialsProvider.UserCredentialsProperty - Class in com.cloudbees.plugins.credentials
Need a user property to hold the user's personal credentials.
UserCredentialsProvider.UserCredentialsProperty.DescriptorImpl - Class in com.cloudbees.plugins.credentials
Our user property descriptor.
UserCredentialsProvider.UserFacingAction - Class in com.cloudbees.plugins.credentials
 
UserCredentialsProvider_DisplayName() - Static method in class com.cloudbees.plugins.credentials.Messages
Credentials
UserFacingAction() - Constructor for class com.cloudbees.plugins.credentials.SystemCredentialsProvider.UserFacingAction
 
UserFacingAction(User) - Constructor for class com.cloudbees.plugins.credentials.UserCredentialsProvider.UserFacingAction
 
UsernameCredentials - Interface in com.cloudbees.plugins.credentials.common
Credentials that have a username.
UsernameCredentials.NameProvider - Class in com.cloudbees.plugins.credentials.common
Our name provider.
UsernameMatcher - Class in com.cloudbees.plugins.credentials.matchers
Matches credentials that are UsernameCredentials and have the specified UsernameCredentials.getUsername()
UsernameMatcher(String) - Constructor for class com.cloudbees.plugins.credentials.matchers.UsernameMatcher
Constructs a new instance.
UsernamePasswordCredentials - Interface in com.cloudbees.plugins.credentials.common
Credentials that have both a username and a password component.
UsernamePasswordCredentials.NameProvider - Class in com.cloudbees.plugins.credentials.common
Our name provider.
UsernamePasswordCredentialsImpl - Class in com.cloudbees.plugins.credentials.impl
Concrete implementation of StandardUsernamePasswordCredentials.
UsernamePasswordCredentialsImpl(CredentialsScope, String, String, String, String) - Constructor for class com.cloudbees.plugins.credentials.impl.UsernamePasswordCredentialsImpl
Constructor.
UsernamePasswordCredentialsImpl.DescriptorImpl - Class in com.cloudbees.plugins.credentials.impl
Descriptor for credentials.
UsernamePasswordCredentialsImpl_DisplayName() - Static method in class com.cloudbees.plugins.credentials.impl.Messages
Username with password

V

validateCertificateKeystore(String, byte[], String) - Static method in class com.cloudbees.plugins.credentials.impl.CertificateCredentialsImpl.KeyStoreSourceDescriptor
 
valueOf(String) - Static method in enum com.cloudbees.plugins.credentials.CredentialsScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cloudbees.plugins.credentials.domains.DomainSpecification.Result
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.cloudbees.plugins.credentials.CredentialsScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cloudbees.plugins.credentials.domains.DomainSpecification.Result
Returns an array containing the constants of this enum type, in the order they are declared.
VIEW - Static variable in class com.cloudbees.plugins.credentials.CredentialsProvider
The permission for viewing credentials in a CredentialsStore.
VIEW - Static variable in class com.cloudbees.plugins.credentials.CredentialsStoreAction
 

W

with(C) - Method in class com.cloudbees.plugins.credentials.common.AbstractIdCredentialsListBoxModel
Adds a single credential.
withAll(C...) - Method in class com.cloudbees.plugins.credentials.common.AbstractIdCredentialsListBoxModel
Adds supplied credentials to the model.
withAll(Iterable<? extends C>) - Method in class com.cloudbees.plugins.credentials.common.AbstractIdCredentialsListBoxModel
Adds supplied credentials to the model.
withAll(Iterator<? extends C>) - Method in class com.cloudbees.plugins.credentials.common.AbstractIdCredentialsListBoxModel
Adds supplied credentials to the model.
withEmptySelection() - Method in class com.cloudbees.plugins.credentials.common.AbstractIdCredentialsListBoxModel
Adds an "empty" credential to signify selection of no credential.
withHostname(String) - Method in class com.cloudbees.plugins.credentials.domains.URIRequirementBuilder
Replace any hostname requirements with the supplied hostname.
withHostnamePort(String, int) - Method in class com.cloudbees.plugins.credentials.domains.URIRequirementBuilder
Replace any hostname or hostname:port requirements with the supplied hostname and port.
withId(String) - Static method in class com.cloudbees.plugins.credentials.CredentialsMatchers
Creates a matcher that matches IdCredentials with the supplied IdCredentials.getId()
withMatching(CredentialsMatcher, C...) - Method in class com.cloudbees.plugins.credentials.common.AbstractIdCredentialsListBoxModel
Adds the matching subset of suppled credentials to the model.
withMatching(CredentialsMatcher, Iterable<? extends C>) - Method in class com.cloudbees.plugins.credentials.common.AbstractIdCredentialsListBoxModel
Adds the matching subset of suppled credentials to the model.
withMatching(CredentialsMatcher, Iterator<? extends C>) - Method in class com.cloudbees.plugins.credentials.common.AbstractIdCredentialsListBoxModel
Adds the matching subset of suppled credentials to the model.
withoutHostname() - Method in class com.cloudbees.plugins.credentials.domains.URIRequirementBuilder
Removes any hostname or hostname:port requirements.
withoutHostnamePort() - Method in class com.cloudbees.plugins.credentials.domains.URIRequirementBuilder
Removes any hostname:port requirements.
withoutPath() - Method in class com.cloudbees.plugins.credentials.domains.URIRequirementBuilder
Removes any path requirements.
withoutScheme() - Method in class com.cloudbees.plugins.credentials.domains.URIRequirementBuilder
Removes any scheme requirements.
withPath(String) - Method in class com.cloudbees.plugins.credentials.domains.URIRequirementBuilder
Replace any path requirements with the supplied path.
withScheme(String) - Method in class com.cloudbees.plugins.credentials.domains.URIRequirementBuilder
Replace any scheme requirements with the supplied scheme.
withScope(CredentialsScope) - Static method in class com.cloudbees.plugins.credentials.CredentialsMatchers
Creates a matcher that matches Credentials with the supplied CredentialsScope.
withScopes(CredentialsScope...) - Static method in class com.cloudbees.plugins.credentials.CredentialsMatchers
Creates a matcher that matches Credentials with the supplied CredentialsScope.
withScopes(Collection<CredentialsScope>) - Static method in class com.cloudbees.plugins.credentials.CredentialsMatchers
Creates a matcher that matches Credentials with the supplied CredentialsScope.
withUri(String) - Method in class com.cloudbees.plugins.credentials.domains.URIRequirementBuilder
Replaces the requirements with those of the supplied URI.
withUsername(String) - Static method in class com.cloudbees.plugins.credentials.CredentialsMatchers
Creates a matcher that matches UsernameCredentials with the supplied UsernameCredentials.getUsername()

_

_AbstractIdCredentialsListBoxModel_EmptySelection() - Static method in class com.cloudbees.plugins.credentials.common.Messages
- none -
_CertificateCredentialsImpl_DisplayName() - Static method in class com.cloudbees.plugins.credentials.impl.Messages
Certificate
_CertificateCredentialsImpl_EmptyKeystore() - Static method in class com.cloudbees.plugins.credentials.impl.Messages
Empty keystore
_CertificateCredentialsImpl_FileOnMasterKeyStoreSourceDisplayName() - Static method in class com.cloudbees.plugins.credentials.impl.Messages
From a PKCS#12 file on Jenkins master
_CertificateCredentialsImpl_KeyStoreFileDoesNotExist(Object) - Static method in class com.cloudbees.plugins.credentials.impl.Messages
The file "{0}" does not exist
_CertificateCredentialsImpl_KeyStoreFileUnreadable(Object) - Static method in class com.cloudbees.plugins.credentials.impl.Messages
Could not read file "{0}"
_CertificateCredentialsImpl_KeyStoreFileUnspecified() - Static method in class com.cloudbees.plugins.credentials.impl.Messages
You must specify the file path
_CertificateCredentialsImpl_LoadKeyFailed(Object) - Static method in class com.cloudbees.plugins.credentials.impl.Messages
Could retrieve key "{0}"
_CertificateCredentialsImpl_LoadKeyFailedQueryEmptyPassword(Object) - Static method in class com.cloudbees.plugins.credentials.impl.Messages
Could retrieve key "{0}".
_CertificateCredentialsImpl_LoadKeystoreFailed() - Static method in class com.cloudbees.plugins.credentials.impl.Messages
Could not load keystore
_CertificateCredentialsImpl_NoCertificateUploaded() - Static method in class com.cloudbees.plugins.credentials.impl.Messages
No certificate uploaded
_CertificateCredentialsImpl_UploadedKeyStoreSourceDisplayName() - Static method in class com.cloudbees.plugins.credentials.impl.Messages
Upload PKCS#12 certificate
_CredentialsParameterDefinition_DisplayName() - Static method in class com.cloudbees.plugins.credentials.Messages
Credentials Parameter
_CredentialsParameterValue_NotAvailableToCurrentUser() - Static method in class com.cloudbees.plugins.credentials.Messages
Not available to current user
_CredentialsProvider_CreatePermissionDescription() - Static method in class com.cloudbees.plugins.credentials.Messages
The create permission is necessary to add credentials to a credentials provider.
_CredentialsProvider_DeletePermissionDescription() - Static method in class com.cloudbees.plugins.credentials.Messages
The delete permission is necessary to remove credentials stored in a credentials provider.
_CredentialsProvider_ManageDomainsPermissionDescription() - Static method in class com.cloudbees.plugins.credentials.Messages
The manage domains permission is necessary to add/remove/configure the credential domains of a credentials provider (where the credentials provider supports multiple credential domains).
_CredentialsProvider_PermissionGroupTitle() - Static method in class com.cloudbees.plugins.credentials.Messages
Credentials
_CredentialsProvider_UpdatePermissionDescription() - Static method in class com.cloudbees.plugins.credentials.Messages
The update permission is necessary to modify credentials in a credentials provider.
_CredentialsProvider_UseItemPermissionDescription() - Static method in class com.cloudbees.plugins.credentials.Messages
Where an immediate action against a job requires that a credential be selected by the user triggering the action, this permission allows the user to select a credential from those credentials available within the scope of the job.
_CredentialsProvider_UseOwnPermissionDescription() - Static method in class com.cloudbees.plugins.credentials.Messages
Where an immediate action against a job requires that a credential be selected by the user triggering the action, this permission allows the user to select a credential from their private credential store.
_CredentialsProvider_ViewPermissionDescription() - Static method in class com.cloudbees.plugins.credentials.Messages
The view permission is necessary to view the credentials stored in a credentials provider.
_CredentialsScope_GlobalDisplayName() - Static method in class com.cloudbees.plugins.credentials.Messages
Global
_CredentialsScope_SystemDisplayName() - Static method in class com.cloudbees.plugins.credentials.Messages
System
_CredentialsScope_UserDisplayName() - Static method in class com.cloudbees.plugins.credentials.Messages
User
_CredentialsSelectHelper_DisplayName() - Static method in class com.cloudbees.plugins.credentials.Messages
Credentials Selection Helper
_CredentialsStoreAction_DisplayName() - Static method in class com.cloudbees.plugins.credentials.Messages
Credentials
_CredentialsStoreAction_DuplicateDomainNameMessage() - Static method in class com.cloudbees.plugins.credentials.Messages
A domain with that name already exists
_CredentialsStoreAction_EmptyDomainNameMessage() - Static method in class com.cloudbees.plugins.credentials.Messages
You must provide a name for the domain
_CredentialsStoreAction_GlobalDomainDescription() - Static method in class com.cloudbees.plugins.credentials.Messages
All credentials that are not bound to a specific domain.
_CredentialsStoreAction_GlobalDomainDisplayName() - Static method in class com.cloudbees.plugins.credentials.Messages
Global credentials
_CredentialsStoreAction_UserDisplayName(Object) - Static method in class com.cloudbees.plugins.credentials.Messages
User: {0}
_HostnamePortSpecification_DisplayName() - Static method in class com.cloudbees.plugins.credentials.domains.Messages
Hostname:port
_HostnameSpecification_DisplayName() - Static method in class com.cloudbees.plugins.credentials.domains.Messages
Hostname
_PathSpecification_DisplayName() - Static method in class com.cloudbees.plugins.credentials.domains.Messages
URI path
_SchemeSpecification_DisplayName() - Static method in class com.cloudbees.plugins.credentials.domains.Messages
URI scheme
_SystemCredentialsProvider_Description() - Static method in class com.cloudbees.plugins.credentials.Messages
Create/delete/modify the credentials that can be used by Jenkins and by jobs running in Jenkins to connect to 3rd party services.
_SystemCredentialsProvider_DisplayName() - Static method in class com.cloudbees.plugins.credentials.Messages
Manage Credentials
_UserCredentialsProvider_DisplayName() - Static method in class com.cloudbees.plugins.credentials.Messages
Credentials
_UsernamePasswordCredentialsImpl_DisplayName() - Static method in class com.cloudbees.plugins.credentials.impl.Messages
Username with password
A B C D E F G H I K L M N P R S T U V W _ 
Skip navigation links

Copyright © 2014. All rights reserved.