Uses of Class
com.cloudbees.plugins.credentials.CredentialsDescriptor
Packages that use CredentialsDescriptor
-
Uses of CredentialsDescriptor in com.cloudbees.plugins.credentials
Methods in com.cloudbees.plugins.credentials that return CredentialsDescriptorMethods in com.cloudbees.plugins.credentials that return types with arguments of type CredentialsDescriptorModifier and TypeMethodDescriptionCredentialsProvider.allCredentialsDescriptors()Returns all the registeredCredentialsdescriptors.CredentialsStoreAction.CredentialsWrapper.DescriptorImpl.getCredentialDescriptors()ExposesCredentialsProvider.allCredentialsDescriptors()to JellyUserCredentialsProvider.UserCredentialsProperty.DescriptorImpl.getCredentialDescriptors()Gets all the credentials descriptors.final List<CredentialsDescriptor> CredentialsProvider.getCredentialsDescriptors()Returns the list ofCredentialsDescriptorinstances that are applicable within thisCredentialsProvider.CredentialsSelectHelper.WrappedCredentialsStore.getCredentialsDescriptors()Exposes theCredentialsDescriptorinstances appropriate for thisCredentialsStore.final List<CredentialsDescriptor> CredentialsStore.getCredentialsDescriptors()Returns the list ofCredentialsDescriptorinstances that are applicable within thisCredentialsStore.CredentialsTypeFilter.Excludes.DescriptorImpl.getTypeDescriptors()Gets the full list of available types without any filtering.CredentialsTypeFilter.Includes.DescriptorImpl.getTypeDescriptors()Gets the full list of available types without any filtering.Methods in com.cloudbees.plugins.credentials with parameters of type CredentialsDescriptorModifier and TypeMethodDescriptionbooleanCredentialsProviderTypeRestriction.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.booleanCredentialsTypeFilter.Excludes.filter(CredentialsDescriptor type) Returnstrueif and only if the suppliedCredentialsDescriptoris permitted to be active.abstract booleanCredentialsTypeFilter.filter(CredentialsDescriptor type) Returnstrueif and only if the suppliedCredentialsDescriptoris permitted to be active.booleanCredentialsTypeFilter.Includes.filter(CredentialsDescriptor type) Returnstrueif and only if the suppliedCredentialsDescriptoris permitted to be active.booleanCredentialsTypeFilter.None.filter(CredentialsDescriptor type) Returnstrueif and only if the suppliedCredentialsDescriptoris permitted to be active.booleanCredentialsTypeFilterDescriptor.filter(CredentialsDescriptor type) Helper method that returns the currentCredentialsTypeFiltereffective state for the suppliedCredentialsDescriptor. -
Uses of CredentialsDescriptor in com.cloudbees.plugins.credentials.impl
Subclasses of CredentialsDescriptor in com.cloudbees.plugins.credentials.implModifier and TypeClassDescriptionprotected static classDescriptor to use for subclasses ofBaseStandardCredentials.static classOur descriptor.static classUser name and password credential, implementation.