- 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.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.
- CREATE - Static variable in class com.cloudbees.plugins.credentials.CredentialsProvider
-
- 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.
- 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.
- 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
-
- CredentialsProvider - Class in com.cloudbees.plugins.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_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
-
- 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
- CredentialsStore - Class in com.cloudbees.plugins.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
- CredentialsTagLib - Interface in lib
-
- CredentialsWrapper(CredentialsStoreAction.DomainWrapper, Credentials, String) - Constructor for class com.cloudbees.plugins.credentials.CredentialsStoreAction.CredentialsWrapper
-
- 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
-
- getConfigFile() - Static method in class com.cloudbees.plugins.credentials.SystemCredentialsProvider
-
- 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.
- 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.DomainRequirement
s.
- 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.DomainRequirement
s.
- 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
-
- 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.DomainRequirement
s.
- 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.DomainRequirement
s.
- 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.DomainRequirement
s.
- 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.
- 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 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.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
-
- 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
Domain
s 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
Domain
s 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.
- 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.
- 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.
- 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
-
- 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
-
- getSpecificationDescriptors() - Method in class com.cloudbees.plugins.credentials.SystemCredentialsProvider
-
- getSpecificationDescriptors() - Method in class com.cloudbees.plugins.credentials.UserCredentialsProvider.UserCredentialsProperty.DescriptorImpl
-
- getSpecifications() - Method in class com.cloudbees.plugins.credentials.domains.Domain
-
- getStore(ModelObject) - Method in class com.cloudbees.plugins.credentials.CredentialsProvider
-
- 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
-
- getStore() - Method in class com.cloudbees.plugins.credentials.SystemCredentialsProvider.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.
- 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.
- 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
-
- 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
-
- 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
-
Currently a glorified <select> control that supports the data binding and AJAX updates.
- select(Closure) - Method in interface lib.CredentialsTagLib
-
Currently a glorified <select> control that supports the data binding and AJAX updates.
- select(Map) - Method in interface lib.CredentialsTagLib
-
Currently a glorified <select> control that supports the data binding and AJAX updates.
- select() - Method in interface lib.CredentialsTagLib
-
Currently a glorified <select> control that supports the data binding and AJAX updates.
- 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.
- 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
-
- 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
-
- 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
- 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
-
- 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.
- withoutScheme() - Method in class com.cloudbees.plugins.credentials.domains.URIRequirementBuilder
-
Removes any scheme requirements.
- 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
-
- withScopes(CredentialsScope...) - Static method in class com.cloudbees.plugins.credentials.CredentialsMatchers
-
- withScopes(Collection<CredentialsScope>) - Static method in class com.cloudbees.plugins.credentials.CredentialsMatchers
-
- 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
-
- _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
- _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_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
- _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
- _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