Package | Description |
---|---|
com.cloudbees.plugins.credentials.common | |
com.cloudbees.plugins.credentials.impl |
Modifier and Type | Interface and Description |
---|---|
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 |
UsernamePasswordCredentials
Credentials that have both a username and a password component.
|
Modifier and Type | Method and Description |
---|---|
String |
UsernameCredentials.NameProvider.getName(UsernameCredentials credentials)
Name the credential.
|
Modifier and Type | Class and Description |
---|---|
class |
UsernamePasswordCredentialsImpl
Concrete implementation of
StandardUsernamePasswordCredentials . |
Copyright © 2016. All rights reserved.