Uses of Class
com.cloudbees.plugins.credentials.CredentialsStore
Packages that use CredentialsStore
Package
Description
-
Uses of CredentialsStore in com.cloudbees.plugins.credentials
Subclasses of CredentialsStore in com.cloudbees.plugins.credentialsModifier and TypeClassDescriptionstatic classOurCredentialsStore.static classOur implementationMethods in com.cloudbees.plugins.credentials that return CredentialsStoreModifier and TypeMethodDescriptionCredentialsProvider.getStore(ModelObject object) Returns theCredentialsStorethat thisCredentialsProvidermaintains specifically for thisModelObjectornullif either the object is not a credentials container or thisCredentialsProviderdoes not maintain a store specifically bound to thisModelObject.CredentialsSelectHelper.WrappedCredentialsStore.getStore()The backingCredentialsStore.CredentialsStoreAction.CredentialsWrapper.getStore()Exposes the backingCredentialsStore.CredentialsStoreAction.DomainWrapper.getStore()Expose the backingCredentialsStore.abstract CredentialsStoreCredentialsStoreAction.getStore()Returns theCredentialsStorebacking this action.SystemCredentialsProvider.ProviderImpl.getStore(ModelObject object) Returns theCredentialsStorethat thisCredentialsProvidermaintains specifically for thisModelObjectornullif either the object is not a credentials container or thisCredentialsProviderdoes not maintain a store specifically bound to thisModelObject.SystemCredentialsProvider.UserFacingAction.getStore()Returns theCredentialsStorebacking this action.UserCredentialsProvider.getStore(ModelObject object) Returns theCredentialsStorethat thisCredentialsProvidermaintains specifically for thisModelObjectornullif either the object is not a credentials container or thisCredentialsProviderdoes not maintain a store specifically bound to thisModelObject.UserCredentialsProvider.UserFacingAction.getStore()Returns theCredentialsStorebacking this action.ViewCredentialsAction.TableEntry.getStore()Exposes theCredentialsStore.static CredentialsStoreCredentialsSelectHelper.resolveForCLI(String storeId) Resolves aCredentialsStoreinstance for CLI commands.Methods in com.cloudbees.plugins.credentials that return types with arguments of type CredentialsStoreModifier and TypeMethodDescriptionViewCredentialsAction.getLocalStores()Exposes theCredentialsStoreinstances available to theViewCredentialsAction.getContext().ViewCredentialsAction.getParentStores()Exposes theCredentialsStoreinstances available to theViewCredentialsAction.getContext().static Iterable<CredentialsStore> CredentialsProvider.lookupStores(ModelObject context) Returns a lazyIterableof all theCredentialsStoreinstances contributing credentials to the supplied object.Methods in com.cloudbees.plugins.credentials with parameters of type CredentialsStoreModifier and TypeMethodDescriptionbooleanCredentialsDescriptor.isScopeRelevant(CredentialsStore store) Similar toCredentialsDescriptor.isScopeRelevant()but operating on a specificCredentialsStorerather than trying to infer from the stapler request.Constructors in com.cloudbees.plugins.credentials with parameters of type CredentialsStoreModifierConstructorDescriptionStoreItem(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. -
Uses of CredentialsStore in com.cloudbees.plugins.credentials.cli
Fields in com.cloudbees.plugins.credentials.cli declared as CredentialsStoreModifier and TypeFieldDescriptionCreateCredentialsByXmlCommand.storeCreateCredentialsDomainByXmlCommand.storeDeleteCredentialsCommand.storeDeleteCredentialsDomainCommand.storeGetCredentialsAsXmlCommand.storeGetCredentialsDomainAsXmlCommand.storeListCredentialsCommand.storeThe store to list credentials in.UpdateCredentialsByXmlCommand.storeUpdateCredentialsDomainByXmlCommand.storeMethods in com.cloudbees.plugins.credentials.cli with parameters of type CredentialsStoreModifier and TypeMethodDescriptionprotected static CredentialsBaseCredentialsCLICommand.getCredentialsById(CredentialsStore store, Domain domain, String id) protected static DomainBaseCredentialsCLICommand.getDomainByName(CredentialsStore store, String domain) Constructor parameters in com.cloudbees.plugins.credentials.cli with type arguments of type CredentialsStoreModifierConstructorDescriptionCredentialsStoreOptionHandler(org.kohsuke.args4j.CmdLineParser parser, org.kohsuke.args4j.OptionDef option, org.kohsuke.args4j.spi.Setter<? super CredentialsStore> setter) Constructor. -
Uses of CredentialsStore in com.cloudbees.plugins.credentials.impl
Methods in com.cloudbees.plugins.credentials.impl with parameters of type CredentialsStoreModifier and TypeMethodDescriptionBaseStandardCredentials.BaseStandardCredentialsDescriptor.getCheckIdUrl(CredentialsStore store) Gets the check id url for the specified store.