Package | Description |
---|---|
com.cloudbees.plugins.credentials.common | |
com.cloudbees.plugins.credentials.impl |
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 getId() . |
Modifier and Type | Interface and Description |
---|---|
interface |
StandardCertificateCredentials
Credentials that have an ID, description, keystore and password, for example client certificates for SSL.
|
interface |
StandardCredentials
Credentials that have a description to help the user differentiate the specific credential from a collection of
Credentials and an ID to help Jenkins locate the
specific credential from a collection of Credentials . |
interface |
StandardUsernameCredentials
Credentials that have an ID, description and username.
|
interface |
StandardUsernamePasswordCredentials
The credential interface that standard username password based credentials should aim to implement.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
IdCredentials.Helpers.equals(IdCredentials self,
Object o)
Standard
Object.equals(Object) implementation. |
static int |
IdCredentials.Helpers.hashCode(IdCredentials self)
The standard
Object.hashCode() implementation. |
AbstractIdCredentialsListBoxModel<T,C> |
AbstractIdCredentialsListBoxModel.withAll(C... credentials)
Adds supplied credentials to the model.
|
AbstractIdCredentialsListBoxModel<T,C> |
AbstractIdCredentialsListBoxModel.withMatching(CredentialsMatcher matcher,
C... credentials)
Adds the matching subset of suppled credentials to the model.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseStandardCredentials
Base class for
StandardCredentials . |
class |
CertificateCredentialsImpl |
class |
UsernamePasswordCredentialsImpl
Concrete implementation of
StandardUsernamePasswordCredentials . |
Copyright © 2016. All rights reserved.