Package | Description |
---|---|
com.cloudbees.plugins.credentials.common |
Modifier and Type | Class and Description |
---|---|
class |
AbstractIdCredentialsListBoxModel<T extends AbstractIdCredentialsListBoxModel<T,C>,C extends IdCredentials>
Base class for
ListBoxModel types that present a selection of credentials where the selection is keyed
by the credential's IdCredentials.getId() . |
Modifier and Type | Class and Description |
---|---|
class |
StandardListBoxModel |
class |
StandardUsernameListBoxModel
ListBoxModel with StandardUsernameCredentials support. |
Modifier and Type | Method and Description |
---|---|
AbstractIdCredentialsListBoxModel<T,C> |
AbstractIdCredentialsListBoxModel.with(C u)
Adds a single credential.
|
AbstractIdCredentialsListBoxModel<T,C> |
AbstractIdCredentialsListBoxModel.withAll(C... credentials)
Adds supplied credentials to the model.
|
AbstractIdCredentialsListBoxModel<T,C> |
AbstractIdCredentialsListBoxModel.withAll(Iterable<? extends C> credentials)
Adds supplied credentials to the model.
|
AbstractIdCredentialsListBoxModel<T,C> |
AbstractIdCredentialsListBoxModel.withAll(Iterator<? extends C> credentials)
Adds supplied credentials to the model.
|
AbstractIdCredentialsListBoxModel<T,C> |
AbstractIdCredentialsListBoxModel.withEmptySelection()
Adds an "empty" credential to signify selection of no credential.
|
AbstractIdCredentialsListBoxModel<T,C> |
AbstractIdCredentialsListBoxModel.withMatching(CredentialsMatcher matcher,
C... credentials)
Adds the matching subset of suppled credentials to the model.
|
AbstractIdCredentialsListBoxModel<T,C> |
AbstractIdCredentialsListBoxModel.withMatching(CredentialsMatcher matcher,
Iterable<? extends C> credentials)
Adds the matching subset of suppled credentials to the model.
|
AbstractIdCredentialsListBoxModel<T,C> |
AbstractIdCredentialsListBoxModel.withMatching(CredentialsMatcher matcher,
Iterator<? extends C> credentials)
Adds the matching subset of suppled credentials to the model.
|
Copyright © 2014. All rights reserved.