Package | Description |
---|---|
com.cloudbees.plugins.credentials | |
com.cloudbees.plugins.credentials.domains |
Modifier and Type | Method and Description |
---|---|
List<DomainCredentials> |
SystemCredentialsProvider.getDomainCredentials()
Get all the credentials.
|
List<DomainCredentials> |
UserCredentialsProvider.UserCredentialsProperty.getDomainCredentials()
Returns the
DomainCredentials |
Constructor and Description |
---|
UserCredentialsProperty(DomainCredentials[] domainCredentials)
Constructor for stapler.
|
Modifier and Type | Method and Description |
---|---|
static List<DomainCredentials> |
DomainCredentials.asList(Map<Domain,List<Credentials>> map)
Converts a
Map keyed by Domain with List of Credentials as values into a
List of DomainCredentials into a |
static List<DomainCredentials> |
DomainCredentials.fixList(List<DomainCredentials> list)
Helper method used by the
domainCredentials.jelly taglib to ensure the list is valid. |
Modifier and Type | Method and Description |
---|---|
static Map<Domain,List<Credentials>> |
DomainCredentials.asMap(Collection<DomainCredentials> collection)
Converts a
Collection of DomainCredentials into a Map keyed by Domain with
List of Credentials as values. |
static List<DomainCredentials> |
DomainCredentials.fixList(List<DomainCredentials> list)
Helper method used by the
domainCredentials.jelly taglib to ensure the list is valid. |
Copyright © 2014. All rights reserved.