Package | Description |
---|---|
com.cloudbees.plugins.credentials.common | |
com.cloudbees.plugins.credentials.impl |
Modifier and Type | Interface and Description |
---|---|
interface |
StandardCertificateCredentials
Credentials that have an ID, description, keystore and password, for example client certificates for SSL.
|
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 |
---|---|
protected String |
StandardListBoxModel.describe(StandardCredentials c)
Generate a description of the supplied credential.
|
String |
StandardCredentials.NameProvider.getName(StandardCredentials c)
Name the credential.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseStandardCredentials
Base class for
StandardCredentials . |
class |
CertificateCredentialsImpl |
class |
UsernamePasswordCredentialsImpl
Concrete implementation of
StandardUsernamePasswordCredentials . |
Copyright © 2014. All rights reserved.