Interface | Description |
---|---|
CertificateCredentials |
Client Credentials stored in a KeyStore.
|
IdCredentials |
Credentials that have an unique ID that assists in retrieving the specific credential from a collection of
Credentials . |
PasswordCredentials |
Credentials that have a password component.
|
StandardCertificateCredentials |
Credentials that have an ID, description, keystore and password, for example client certificates for SSL.
|
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 . |
StandardUsernameCredentials |
Credentials that have an ID, description and username.
|
StandardUsernamePasswordCredentials |
The credential interface that standard username password based credentials should aim to implement.
|
UsernameCredentials |
Credentials that have a username.
|
UsernamePasswordCredentials |
Credentials that have both a username and a password component.
|
Class | Description |
---|---|
AbstractIdCredentialsListBoxModel<T extends AbstractIdCredentialsListBoxModel<T,C>,C extends IdCredentials> |
ListBoxModel with support for credentials. |
IdCredentials.Helpers |
The contract implementations of
Object.equals(Object) and Object.hashCode() that implementations of
this class must use as the basis for equality tests and as the hash code. |
Messages |
Generated localization support class.
|
StandardCertificateCredentials.NameProvider |
Our name provider.
|
StandardCredentials.NameProvider |
Our name provider.
|
StandardListBoxModel |
ListBoxModel with StandardCredentials support. |
StandardUsernameCredentials.NameProvider |
Our name provider.
|
StandardUsernameListBoxModel |
ListBoxModel with StandardUsernameCredentials support. |
StandardUsernamePasswordCredentials.NameProvider |
Our name provider.
|
UsernameCredentials.NameProvider |
Our name provider.
|
UsernamePasswordCredentials.NameProvider |
Our name provider.
|
Annotation Type | Description |
---|---|
CredentialsId |
Annotate fields that contain a
IdCredentials.getId() . |
LegacyMixIn |
Marks the common interfaces that are for use as a legacy mix-in type to help adapt existing legacy credentials types.
|
Recommended |
Marks the common interfaces that are recommended for use.
|
Copyright © 2016–2021. All rights reserved.