| Package | Description |
|---|---|
| com.cloudbees.plugins.credentials |
| Modifier and Type | Class and Description |
|---|---|
static class |
CredentialsProviderTypeRestriction.Excludes
A blacklist of types for each provider.
|
static class |
CredentialsProviderTypeRestriction.Includes
A whitelist of types for each provider.
|
| Modifier and Type | Method and Description |
|---|---|
List<CredentialsProviderTypeRestriction> |
CredentialsProviderManager.getRestrictions()
Gets the current list of
CredentialsProviderTypeRestriction instances. |
List<CredentialsProviderTypeRestriction> |
CredentialsProviderManager.Configuration.getRestrictions()
A Jelly EL short-cut for
CredentialsProviderManager.getRestrictions(). |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
CredentialsProviderTypeRestrictionDescriptor.filter(List<CredentialsProviderTypeRestriction> restrictions,
CredentialsProvider provider,
CredentialsDescriptor type)
Computes the effective
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
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
filter(CredentialsProvider, CredentialsDescriptor) result from the
sublist of all CredentialsProviderTypeRestriction instances that use this
instance. |
void |
CredentialsProviderManager.setRestrictions(List<CredentialsProviderTypeRestriction> restrictions)
Sets the list of
CredentialsProviderTypeRestriction instances. |
void |
CredentialsProviderManager.Configuration.setRestrictions(List<CredentialsProviderTypeRestriction> restrictions)
A Jelly form-binding short-cut for
CredentialsProviderManager.setRestrictions(List). |
Copyright © 2016–2018. All rights reserved.