Uses of Class
com.cloudbees.plugins.credentials.CredentialsProvider
Packages that use CredentialsProvider
-
Uses of CredentialsProvider in com.cloudbees.plugins.credentials
Subclasses of CredentialsProvider in com.cloudbees.plugins.credentialsModifier and TypeClassDescriptionstatic classclassA store of credentials tied to a specificUser.Fields in com.cloudbees.plugins.credentials declared as CredentialsProviderModifier and TypeFieldDescriptionstatic final CredentialsProviderCredentialsProvider.NONEACredentialsProviderthat does nothing for use as a markerMethods in com.cloudbees.plugins.credentials that return CredentialsProviderModifier and TypeMethodDescriptionfinal CredentialsProviderCredentialsStore.getProvider()Returns theCredentialsProvider.ViewCredentialsAction.TableEntry.getProvider()Exposes theCredentialsProvider.final CredentialsProviderCredentialsStore.getProviderOrDie()Returns theCredentialsProvideror dies trying.Methods in com.cloudbees.plugins.credentials that return types with arguments of type CredentialsProviderModifier and TypeMethodDescriptionstatic ExtensionList<CredentialsProvider> CredentialsProvider.all()Returns the list of allCredentialsProvider.static List<CredentialsProvider> CredentialsProvider.enabled()Returns only thoseCredentialsProviderthat areisEnabled().static List<CredentialsProvider> Returns only thoseCredentialsProviderthat areisEnabled()within a specific context.CredentialsProvider.getDescriptor()CredentialsProviderFilter.Excludes.DescriptorImpl.getProviderDescriptors()Gets the full list of available providers without any filtering.CredentialsProviderFilter.Includes.DescriptorImpl.getProviderDescriptors()Gets the full list of available providers without any filtering.static Map<String, CredentialsProvider> CredentialsSelectHelper.getProvidersByName()Returns a map of theCredentialsProviderinstances keyed by their name.Methods in com.cloudbees.plugins.credentials with parameters of type CredentialsProviderModifier and TypeMethodDescriptionbooleanCredentialsProviderFilter.Excludes.filter(CredentialsProvider provider) Returnstrueif and only if the suppliedCredentialsProvideris permitted to be active.abstract booleanCredentialsProviderFilter.filter(CredentialsProvider provider) Returnstrueif and only if the suppliedCredentialsProvideris permitted to be active.booleanCredentialsProviderFilter.Includes.filter(CredentialsProvider provider) Returnstrueif and only if the suppliedCredentialsProvideris permitted to be active.booleanCredentialsProviderFilter.None.filter(CredentialsProvider provider) Returnstrueif and only if the suppliedCredentialsProvideris permitted to be active.booleanCredentialsProviderFilterDescriptor.filter(CredentialsProvider provider) Helper method that returns the currentCredentialsProviderFiltereffective state for the suppliedCredentialsProvider.booleanCredentialsProviderTypeRestriction.Excludes.DescriptorImpl.filter(List<CredentialsProviderTypeRestriction> restrictions, CredentialsProvider provider, CredentialsDescriptor type) Computes the effectiveCredentialsProviderTypeRestriction.filter(CredentialsProvider, CredentialsDescriptor)result from the sublist of allCredentialsProviderTypeRestrictioninstances that use thisinstance.booleanCredentialsProviderTypeRestriction.Excludes.filter(CredentialsProvider provider, CredentialsDescriptor type) Returnstrueif the suppliedCredentialsDescriptoris permitted to be active for the suppliedCredentialsProvider.abstract booleanCredentialsProviderTypeRestriction.filter(CredentialsProvider provider, CredentialsDescriptor type) Returnstrueif the suppliedCredentialsDescriptoris permitted to be active for the suppliedCredentialsProvider.booleanCredentialsProviderTypeRestriction.Includes.DescriptorImpl.filter(List<CredentialsProviderTypeRestriction> restrictions, CredentialsProvider provider, CredentialsDescriptor type) Computes the effectiveCredentialsProviderTypeRestriction.filter(CredentialsProvider, CredentialsDescriptor)result from the sublist of allCredentialsProviderTypeRestrictioninstances that use thisinstance.booleanCredentialsProviderTypeRestriction.Includes.filter(CredentialsProvider provider, CredentialsDescriptor type) Returnstrueif the suppliedCredentialsDescriptoris permitted to be active for the suppliedCredentialsProvider.abstract booleanCredentialsProviderTypeRestrictionDescriptor.filter(List<CredentialsProviderTypeRestriction> restrictions, CredentialsProvider provider, CredentialsDescriptor type) Computes the effectiveCredentialsProviderTypeRestriction.filter(CredentialsProvider, CredentialsDescriptor)result from the sublist of allCredentialsProviderTypeRestrictioninstances that use thisinstance.booleanCredentialsDescriptor.isApplicable(CredentialsProvider provider) Determines if thisCredentialsDescriptoris applicable to the specifiedCredentialsProvider.static booleanCredentialsProviderManager.isEnabled(CredentialsProvider provider) Returnstrueif and only if the specifiedCredentialsProvideris enabled.Constructors in com.cloudbees.plugins.credentials with parameters of type CredentialsProviderModifierConstructorDescriptionTableEntry(CredentialsProvider provider, CredentialsStore store, Domain domain, Credentials credentials, boolean masked) Constructor.WrappedContextResolverCredentialsProvider(CredentialsSelectHelper.ContextResolver resolver, CredentialsProvider provider) Our constructor.WrappedCredentialsStore(CredentialsSelectHelper.ContextResolver resolver, CredentialsProvider provider, String token, CredentialsStore store) Our constructor.Constructor parameters in com.cloudbees.plugins.credentials with type arguments of type CredentialsProviderModifierConstructorDescriptionCredentialsStore(Class<? extends CredentialsProvider> providerClass) Constructor for use when theCredentialsStoreis not an inner class of itsCredentialsProvider.