Package | Description |
---|---|
com.cloudbees.plugins.credentials.common | |
com.cloudbees.plugins.credentials.impl |
Modifier and Type | Interface and Description |
---|---|
interface |
StandardUsernamePasswordCredentials
The credential interface that standard username password based credentials should aim to implement.
|
Modifier and Type | Method and Description |
---|---|
protected String |
StandardUsernameListBoxModel.describe(StandardUsernameCredentials c)
Generate a description of the supplied credential.
|
String |
StandardUsernameCredentials.NameProvider.getName(StandardUsernameCredentials c)
Name the credential.
|
String |
StandardUsernamePasswordCredentials.NameProvider.getName(StandardUsernameCredentials c)
Name the credential.
|
Modifier and Type | Class and Description |
---|---|
class |
UsernamePasswordCredentialsImpl
Concrete implementation of
StandardUsernamePasswordCredentials . |
Copyright © 2014. All rights reserved.