Uses of Class
com.cloudbees.plugins.credentials.common.AbstractIdCredentialsListBoxModel
Packages that use AbstractIdCredentialsListBoxModel
-
Uses of AbstractIdCredentialsListBoxModel in com.cloudbees.plugins.credentials.common
Classes in com.cloudbees.plugins.credentials.common with type parameters of type AbstractIdCredentialsListBoxModelModifier and TypeClassDescriptionclass
AbstractIdCredentialsListBoxModel<T extends AbstractIdCredentialsListBoxModel<T,
C>, C extends IdCredentials> ListBoxModel
with support for credentials.Modifier and TypeClassDescriptionclass
ListBoxModel
withStandardCredentials
support.class
ListBoxModel
withStandardUsernameCredentials
support.Methods in com.cloudbees.plugins.credentials.common that return AbstractIdCredentialsListBoxModelModifier and TypeMethodDescriptionAdds the ids of the specified credential type that are available to the specified context as the current authentication.AbstractIdCredentialsListBoxModel.include
(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.Adds the ids of the specified credential type that are available to the specified context as the current authentication.AbstractIdCredentialsListBoxModel.include
(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.includeAs
(Authentication authentication, ItemGroup context, Class<? extends C> type) Deprecated.AbstractIdCredentialsListBoxModel.includeAs
(Authentication authentication, ItemGroup context, Class<? extends C> type, List<DomainRequirement> domainRequirements) Deprecated.UseincludeAs(Authentication, ItemGroup, Class, List)
instead.AbstractIdCredentialsListBoxModel.includeAs
(Authentication authentication, Item context, Class<? extends C> type) Deprecated.UseincludeAs(Authentication, Item, Class)
instead.AbstractIdCredentialsListBoxModel.includeAs
(Authentication authentication, Item context, Class<? extends C> type, List<DomainRequirement> domainRequirements) Deprecated.UseincludeAs(Authentication, Item, Class, List)
instead.AbstractIdCredentialsListBoxModel.includeAs
(org.springframework.security.core.Authentication authentication, 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.includeAs
(org.springframework.security.core.Authentication authentication, 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.includeAs
(org.springframework.security.core.Authentication authentication, 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.includeAs
(org.springframework.security.core.Authentication authentication, 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.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 credentialAbstractIdCredentialsListBoxModel.includeEmptyValue()
Adds an "empty" credential to signify selection of no credential.AbstractIdCredentialsListBoxModel.includeMatching
(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.includeMatching
(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.includeMatchingAs
(Authentication authentication, ItemGroup context, Class<? extends C> type, List<DomainRequirement> domainRequirements, CredentialsMatcher matcher) Deprecated.AbstractIdCredentialsListBoxModel.includeMatchingAs
(Authentication authentication, Item context, Class<? extends C> type, List<DomainRequirement> domainRequirements, CredentialsMatcher matcher) Deprecated.AbstractIdCredentialsListBoxModel.includeMatchingAs
(org.springframework.security.core.Authentication authentication, 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.includeMatchingAs
(org.springframework.security.core.Authentication authentication, 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.Adds a single credential.Deprecated.prefer using theinclude(Item, Class)
orincludeAs(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.Deprecated.prefer using theinclude(Item, Class)
orincludeAs(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.Deprecated.prefer using theinclude(Item, Class)
orincludeAs(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.withEmptySelection()
Deprecated.AbstractIdCredentialsListBoxModel.withMatching
(CredentialsMatcher matcher, C... credentials) Deprecated.prefer using theincludeMatching(Item, Class, List, CredentialsMatcher)
orincludeMatchingAs(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.withMatching
(CredentialsMatcher matcher, Iterable<? extends C> credentials) Deprecated.prefer using theincludeMatching(Item, Class, List, CredentialsMatcher)
orincludeMatchingAs(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.withMatching
(CredentialsMatcher matcher, Iterator<? extends C> credentials) Deprecated.prefer using theincludeMatching(Item, Class, List, CredentialsMatcher)
orincludeMatchingAs(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.
includeAs(Authentication, ItemGroup, Class)
instead.