| Package | Description |
|---|---|
| com.cloudbees.plugins.credentials.common |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractIdCredentialsListBoxModel<T extends AbstractIdCredentialsListBoxModel<T,C>,C extends IdCredentials>
ListBoxModel with support for credentials. |
| Modifier and Type | Class and Description |
|---|---|
class |
StandardListBoxModel
ListBoxModel with StandardCredentials support. |
class |
StandardUsernameListBoxModel
ListBoxModel with StandardUsernameCredentials support. |
| Modifier and Type | Method and Description |
|---|---|
AbstractIdCredentialsListBoxModel<T,C> |
AbstractIdCredentialsListBoxModel.include(hudson.model.Item context,
Class<? extends C> type)
Adds the ids of the specified credential type that are available to the specified context as the current
authentication.
|
AbstractIdCredentialsListBoxModel<T,C> |
AbstractIdCredentialsListBoxModel.include(hudson.model.Item context,
Class<? extends C> type,
List<DomainRequirement> domainRequirements)
Adds the ids of the specified credential type that are available to the specified context as the current
authentication with the specified domain requirements.
|
AbstractIdCredentialsListBoxModel<T,C> |
AbstractIdCredentialsListBoxModel.include(hudson.model.ItemGroup context,
Class<? extends C> type)
Adds the ids of the specified credential type that are available to the specified context as the current
authentication.
|
AbstractIdCredentialsListBoxModel<T,C> |
AbstractIdCredentialsListBoxModel.include(hudson.model.ItemGroup context,
Class<? extends C> type,
List<DomainRequirement> domainRequirements)
Adds the ids of the specified credential type that are available to the specified context as the current
authentication with the specified domain requirements.
|
AbstractIdCredentialsListBoxModel<T,C> |
AbstractIdCredentialsListBoxModel.includeAs(org.acegisecurity.Authentication authentication,
hudson.model.Item context,
Class<? extends C> type)
Adds the ids of the specified credential type that are available to the specified context as the specified
authentication.
|
AbstractIdCredentialsListBoxModel<T,C> |
AbstractIdCredentialsListBoxModel.includeAs(org.acegisecurity.Authentication authentication,
hudson.model.Item context,
Class<? extends C> type,
List<DomainRequirement> domainRequirements)
Adds the ids of the specified credential type that are available to the specified context as the specified
authentication with the specified domain requirements.
|
AbstractIdCredentialsListBoxModel<T,C> |
AbstractIdCredentialsListBoxModel.includeAs(org.acegisecurity.Authentication authentication,
hudson.model.ItemGroup context,
Class<? extends C> type)
Adds the ids of the specified credential type that are available to the specified context as the specified
authentication.
|
AbstractIdCredentialsListBoxModel<T,C> |
AbstractIdCredentialsListBoxModel.includeAs(org.acegisecurity.Authentication authentication,
hudson.model.ItemGroup context,
Class<? extends C> type,
List<DomainRequirement> domainRequirements)
Adds the ids of the specified credential type that are available to the specified context as the specified
authentication with the specified domain requirements.
|
AbstractIdCredentialsListBoxModel<T,C> |
AbstractIdCredentialsListBoxModel.includeCurrentValue(String value)
Ensures that the current value is present so that the form can be idempotently saved in those cases where the
user saving the form cannot view the current credential
|
AbstractIdCredentialsListBoxModel<T,C> |
AbstractIdCredentialsListBoxModel.includeEmptyValue()
Adds an "empty" credential to signify selection of no credential.
|
AbstractIdCredentialsListBoxModel<T,C> |
AbstractIdCredentialsListBoxModel.includeMatching(hudson.model.Item context,
Class<? extends C> type,
List<DomainRequirement> domainRequirements,
CredentialsMatcher matcher)
Adds the ids of the specified credential type that are available to the specified context as the current
authentication with the specified domain requirements and match the specified filter.
|
AbstractIdCredentialsListBoxModel<T,C> |
AbstractIdCredentialsListBoxModel.includeMatching(hudson.model.ItemGroup context,
Class<? extends C> type,
List<DomainRequirement> domainRequirements,
CredentialsMatcher matcher)
Adds the ids of the specified credential type that are available to the specified context as the current
authentication with the specified domain requirements and match the specified filter.
|
AbstractIdCredentialsListBoxModel<T,C> |
AbstractIdCredentialsListBoxModel.includeMatchingAs(org.acegisecurity.Authentication authentication,
hudson.model.Item context,
Class<? extends C> type,
List<DomainRequirement> domainRequirements,
CredentialsMatcher matcher)
Adds the ids of the specified credential type that are available to the specified context as the specified
authentication with the specified domain requirements and match the specified filter.
|
AbstractIdCredentialsListBoxModel<T,C> |
AbstractIdCredentialsListBoxModel.includeMatchingAs(org.acegisecurity.Authentication authentication,
hudson.model.ItemGroup context,
Class<? extends C> type,
List<DomainRequirement> domainRequirements,
CredentialsMatcher matcher)
Adds the ids of the specified credential type that are available to the specified context as the specified
authentication with the specified domain requirements and match the specified filter.
|
AbstractIdCredentialsListBoxModel<T,C> |
AbstractIdCredentialsListBoxModel.with(C u)
Adds a single credential.
|
AbstractIdCredentialsListBoxModel<T,C> |
AbstractIdCredentialsListBoxModel.withAll(C... credentials)
Deprecated.
prefer using the
include(Item, Class) or includeAs(Authentication, Item, Class)
methods to build the list box contents in order to allow credentials providers to not have to instantiate
a full credential instance where those credential providers store the secrets external from Jenkins. |
AbstractIdCredentialsListBoxModel<T,C> |
AbstractIdCredentialsListBoxModel.withAll(Iterable<? extends C> credentials)
Deprecated.
prefer using the
include(Item, Class) or includeAs(Authentication, Item, Class)
methods to build the list box contents in order to allow credentials providers to not have to instantiate
a full credential instance where those credential providers store the secrets external from Jenkins. |
AbstractIdCredentialsListBoxModel<T,C> |
AbstractIdCredentialsListBoxModel.withAll(Iterator<? extends C> credentials)
Deprecated.
prefer using the
include(Item, Class) or includeAs(Authentication, Item, Class)
methods to build the list box contents in order to allow credentials providers to not have to instantiate
a full credential instance where those credential providers store the secrets external from Jenkins. |
AbstractIdCredentialsListBoxModel<T,C> |
AbstractIdCredentialsListBoxModel.withEmptySelection()
Deprecated.
|
AbstractIdCredentialsListBoxModel<T,C> |
AbstractIdCredentialsListBoxModel.withMatching(CredentialsMatcher matcher,
C... credentials)
Deprecated.
prefer using the
includeMatching(Item, Class, List, CredentialsMatcher)
or includeMatchingAs(Authentication, Item, Class, List, CredentialsMatcher)
methods to build the list box contents in order to allow credentials providers to not have to instantiate
a full credential instance where those credential providers store the secrets external from Jenkins. |
AbstractIdCredentialsListBoxModel<T,C> |
AbstractIdCredentialsListBoxModel.withMatching(CredentialsMatcher matcher,
Iterable<? extends C> credentials)
Deprecated.
prefer using the
includeMatching(Item, Class, List, CredentialsMatcher)
or includeMatchingAs(Authentication, Item, Class, List, CredentialsMatcher)
methods to build the list box contents in order to allow credentials providers to not have to instantiate
a full credential instance where those credential providers store the secrets external from Jenkins. |
AbstractIdCredentialsListBoxModel<T,C> |
AbstractIdCredentialsListBoxModel.withMatching(CredentialsMatcher matcher,
Iterator<? extends C> credentials)
Deprecated.
prefer using the
includeMatching(Item, Class, List, CredentialsMatcher)
or includeMatchingAs(Authentication, Item, Class, List, CredentialsMatcher)
methods to build the list box contents in order to allow credentials providers to not have to instantiate
a full credential instance where those credential providers store the secrets external from Jenkins. |
Copyright © 2016–2017. All rights reserved.