Package | Description |
---|---|
com.cloudbees.plugins.credentials.common |
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.
|
interface |
UsernameCredentials
Credentials that have a username.
|
interface |
UsernamePasswordCredentials
Credentials that have both a username and a password component.
|
Copyright © 2015. All rights reserved.