Package | Description |
---|---|
com.cloudbees.plugins.credentials |
Modifier and Type | Class and Description |
---|---|
static class |
SystemCredentialsProvider.StoreImpl
Our
CredentialsStore . |
static class |
UserCredentialsProvider.StoreImpl |
Modifier and Type | Method and Description |
---|---|
abstract CredentialsStore |
CredentialsStoreAction.getStore() |
CredentialsStore |
CredentialsStoreAction.DomainWrapper.getStore() |
CredentialsStore |
CredentialsStoreAction.CredentialsWrapper.getStore() |
CredentialsStore |
UserCredentialsProvider.UserFacingAction.getStore() |
CredentialsStore |
SystemCredentialsProvider.UserFacingAction.getStore() |
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 . |
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 . |
Modifier and Type | Method and Description |
---|---|
static Iterable<CredentialsStore> |
CredentialsProvider.lookupStores(hudson.model.ModelObject object)
Returns a lazy
Iterable of all the CredentialsStore instances contributing credentials to the
supplied
object. |
Copyright © 2016. All rights reserved.