| Package | Description |
|---|---|
| com.cloudbees.plugins.credentials | |
| com.cloudbees.plugins.credentials.cli | |
| com.cloudbees.plugins.credentials.impl |
| Modifier and Type | Class and Description |
|---|---|
static class |
SystemCredentialsProvider.StoreImpl
Our
CredentialsStore. |
static class |
UserCredentialsProvider.StoreImpl
Our implementation
|
| Modifier and Type | Method and Description |
|---|---|
CredentialsStore |
ViewCredentialsAction.TableEntry.getStore()
Exposes the
CredentialsStore. |
CredentialsStore |
UserCredentialsProvider.UserFacingAction.getStore()
Returns the
CredentialsStore backing this action. |
CredentialsStore |
SystemCredentialsProvider.UserFacingAction.getStore()
Returns the
CredentialsStore backing this action. |
abstract CredentialsStore |
CredentialsStoreAction.getStore()
Returns the
CredentialsStore backing this action. |
CredentialsStore |
CredentialsStoreAction.DomainWrapper.getStore()
Expose the backing
CredentialsStore. |
CredentialsStore |
CredentialsStoreAction.CredentialsWrapper.getStore()
Exposes the backing
CredentialsStore. |
CredentialsStore |
CredentialsSelectHelper.WrappedCredentialsStore.getStore()
The backing
CredentialsStore. |
CredentialsStore |
UserCredentialsProvider.getStore(hudson.model.ModelObject object)
Returns the
CredentialsStore that this CredentialsProvider maintains specifically for this
ModelObject or null if either the object is not a credentials container or this
CredentialsProvider does not maintain a store specifically bound to this ModelObject. |
CredentialsStore |
SystemCredentialsProvider.ProviderImpl.getStore(hudson.model.ModelObject object)
Returns the
CredentialsStore that this CredentialsProvider maintains specifically for this
ModelObject or null if either the object is not a credentials container or this
CredentialsProvider does not maintain a store specifically bound to this ModelObject. |
CredentialsStore |
CredentialsProvider.getStore(hudson.model.ModelObject object)
Returns the
CredentialsStore that this CredentialsProvider maintains specifically for this
ModelObject or null if either the object is not a credentials container or this
CredentialsProvider does not maintain a store specifically bound to this ModelObject. |
static CredentialsStore |
CredentialsSelectHelper.resolveForCLI(String storeId)
Resolves a
CredentialsStore instance for CLI commands. |
| Modifier and Type | Method and Description |
|---|---|
List<CredentialsStore> |
ViewCredentialsAction.getLocalStores()
Exposes the
CredentialsStore instances available to the ViewCredentialsAction.getContext(). |
List<CredentialsStore> |
ViewCredentialsAction.getParentStores()
Exposes the
CredentialsStore instances available to the ViewCredentialsAction.getContext(). |
static Iterable<CredentialsStore> |
CredentialsProvider.lookupStores(hudson.model.ModelObject context)
Returns a lazy
Iterable of all the CredentialsStore instances contributing credentials to the
supplied object. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CredentialsDescriptor.isScopeRelevant(CredentialsStore store)
Similar to
CredentialsDescriptor.isScopeRelevant() but operating on a specific CredentialsStore rather than trying to
infer from the stapler request. |
| Constructor and Description |
|---|
StoreItem(CredentialsStore store)
Constructor.
|
TableEntry(CredentialsProvider provider,
CredentialsStore store,
Domain domain,
Credentials credentials,
boolean masked)
Constructor.
|
WrappedCredentialsStore(CredentialsSelectHelper.ContextResolver resolver,
CredentialsProvider provider,
String token,
CredentialsStore store)
Our constructor.
|
| Modifier and Type | Field and Description |
|---|---|
CredentialsStore |
UpdateCredentialsDomainByXmlCommand.store |
CredentialsStore |
UpdateCredentialsByXmlCommand.store |
CredentialsStore |
ListCredentialsCommand.store
The store to list credentials in.
|
CredentialsStore |
GetCredentialsDomainAsXmlCommand.store |
CredentialsStore |
GetCredentialsAsXmlCommand.store |
CredentialsStore |
DeleteCredentialsDomainCommand.store |
CredentialsStore |
DeleteCredentialsCommand.store |
CredentialsStore |
CreateCredentialsDomainByXmlCommand.store |
CredentialsStore |
CreateCredentialsByXmlCommand.store |
| Modifier and Type | Method and Description |
|---|---|
protected static Credentials |
BaseCredentialsCLICommand.getCredentialsById(CredentialsStore store,
Domain domain,
String id) |
protected static Domain |
BaseCredentialsCLICommand.getDomainByName(CredentialsStore store,
String domain) |
| Constructor and Description |
|---|
CredentialsStoreOptionHandler(org.kohsuke.args4j.CmdLineParser parser,
org.kohsuke.args4j.OptionDef option,
org.kohsuke.args4j.spi.Setter<? super CredentialsStore> setter) |
| Modifier and Type | Method and Description |
|---|---|
String |
BaseStandardCredentials.BaseStandardCredentialsDescriptor.getCheckIdUrl(CredentialsStore store)
Gets the check id url for the specified store.
|
Copyright © 2016–2017. All rights reserved.