| Package | Description |
|---|---|
| com.cloudbees.plugins.credentials | |
| com.cloudbees.plugins.credentials.impl |
| Modifier and Type | Method and Description |
|---|---|
CredentialsDescriptor |
Credentials.getDescriptor() |
CredentialsDescriptor |
BaseCredentials.getDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
static hudson.DescriptorExtensionList<Credentials,CredentialsDescriptor> |
CredentialsProvider.allCredentialsDescriptors()
Returns all the registered
Credentials descriptors. |
hudson.DescriptorExtensionList<Credentials,CredentialsDescriptor> |
UserCredentialsProvider.UserCredentialsProperty.DescriptorImpl.getCredentialDescriptors()
Gets all the credentials descriptors.
|
hudson.DescriptorExtensionList<Credentials,CredentialsDescriptor> |
CredentialsStoreAction.CredentialsWrapper.DescriptorImpl.getCredentialDescriptors()
Exposes
CredentialsProvider.allCredentialsDescriptors() to Jelly |
List<CredentialsDescriptor> |
CredentialsStore.getCredentialsDescriptors()
Returns the list of
CredentialsDescriptor instances that are applicable within this
CredentialsStore. |
List<CredentialsDescriptor> |
CredentialsSelectHelper.WrappedCredentialsStore.getCredentialsDescriptors()
Exposes the
CredentialsDescriptor instances appropriate for this CredentialsStore. |
List<CredentialsDescriptor> |
CredentialsProvider.getCredentialsDescriptors()
Returns the list of
CredentialsDescriptor instances that are applicable within this
CredentialsProvider. |
List<CredentialsDescriptor> |
CredentialsTypeFilter.Includes.DescriptorImpl.getTypeDescriptors()
Gets the full list of available types without any filtering.
|
List<CredentialsDescriptor> |
CredentialsTypeFilter.Excludes.DescriptorImpl.getTypeDescriptors()
Gets the full list of available types without any filtering.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CredentialsTypeFilterDescriptor.filter(CredentialsDescriptor type)
Helper method that returns the current
CredentialsTypeFilter effective state for the supplied
CredentialsDescriptor. |
abstract boolean |
CredentialsTypeFilter.filter(CredentialsDescriptor type)
Returns
true if and only if the supplied CredentialsDescriptor is permitted to be active. |
boolean |
CredentialsTypeFilter.None.filter(CredentialsDescriptor type)
Returns
true if and only if the supplied CredentialsDescriptor is permitted to be active. |
boolean |
CredentialsTypeFilter.Includes.filter(CredentialsDescriptor type)
Returns
true if and only if the supplied CredentialsDescriptor is permitted to be active. |
boolean |
CredentialsTypeFilter.Excludes.filter(CredentialsDescriptor type)
Returns
true if and only if the supplied CredentialsDescriptor is permitted to be active. |
abstract boolean |
CredentialsProviderTypeRestriction.filter(CredentialsProvider provider,
CredentialsDescriptor type)
Returns
true if the supplied CredentialsDescriptor is permitted to be active for the supplied
CredentialsProvider. |
boolean |
CredentialsProviderTypeRestriction.Includes.filter(CredentialsProvider provider,
CredentialsDescriptor type)
Returns
true if the supplied CredentialsDescriptor is permitted to be active for the supplied
CredentialsProvider. |
boolean |
CredentialsProviderTypeRestriction.Excludes.filter(CredentialsProvider provider,
CredentialsDescriptor type)
Returns
true if the supplied CredentialsDescriptor is permitted to be active for the supplied
CredentialsProvider. |
abstract boolean |
CredentialsProviderTypeRestrictionDescriptor.filter(List<CredentialsProviderTypeRestriction> restrictions,
CredentialsProvider provider,
CredentialsDescriptor type)
Computes the effective
CredentialsProviderTypeRestriction.filter(CredentialsProvider, CredentialsDescriptor) result from the
sublist of all CredentialsProviderTypeRestriction instances that use this
instance. |
boolean |
CredentialsProviderTypeRestriction.Includes.DescriptorImpl.filter(List<CredentialsProviderTypeRestriction> restrictions,
CredentialsProvider provider,
CredentialsDescriptor type)
Computes the effective
CredentialsProviderTypeRestriction.filter(CredentialsProvider, CredentialsDescriptor) result from the
sublist of all CredentialsProviderTypeRestriction instances that use this
instance. |
boolean |
CredentialsProviderTypeRestriction.Excludes.DescriptorImpl.filter(List<CredentialsProviderTypeRestriction> restrictions,
CredentialsProvider provider,
CredentialsDescriptor type)
Computes the effective
CredentialsProviderTypeRestriction.filter(CredentialsProvider, CredentialsDescriptor) result from the
sublist of all CredentialsProviderTypeRestriction instances that use this
instance. |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
BaseStandardCredentials.BaseStandardCredentialsDescriptor
Descriptor to use for subclasses of
BaseStandardCredentials. |
static class |
CertificateCredentialsImpl.DescriptorImpl
Our descriptor.
|
static class |
UsernamePasswordCredentialsImpl.DescriptorImpl
Descriptor to use for subclasses of
BaseStandardCredentials. |
Copyright © 2016–2017. All rights reserved.