Uses of Class
com.cloudbees.plugins.credentials.CredentialsProviderTypeRestriction
Packages that use CredentialsProviderTypeRestriction
-
Uses of CredentialsProviderTypeRestriction in com.cloudbees.plugins.credentials
Subclasses of CredentialsProviderTypeRestriction in com.cloudbees.plugins.credentialsModifier and TypeClassDescriptionstatic classA list of excluded types for each provider.static classA list of included types for each provider.Methods in com.cloudbees.plugins.credentials that return types with arguments of type CredentialsProviderTypeRestrictionModifier and TypeMethodDescriptionCredentialsProviderManager.Configuration.getRestrictions()A Jelly EL short-cut forCredentialsProviderManager.getRestrictions().CredentialsProviderManager.getRestrictions()Gets the current list ofCredentialsProviderTypeRestrictioninstances.Method parameters in com.cloudbees.plugins.credentials with type arguments of type CredentialsProviderTypeRestrictionModifier and TypeMethodDescriptionbooleanCredentialsProviderTypeRestriction.Excludes.DescriptorImpl.filter(List<CredentialsProviderTypeRestriction> restrictions, CredentialsProvider provider, CredentialsDescriptor type) Computes the effectivefilter(CredentialsProvider, CredentialsDescriptor)result from the sublist of allCredentialsProviderTypeRestrictioninstances that use thisinstance.booleanCredentialsProviderTypeRestriction.Includes.DescriptorImpl.filter(List<CredentialsProviderTypeRestriction> restrictions, CredentialsProvider provider, CredentialsDescriptor type) Computes the effectivefilter(CredentialsProvider, CredentialsDescriptor)result from the sublist of allCredentialsProviderTypeRestrictioninstances that use thisinstance.abstract booleanCredentialsProviderTypeRestrictionDescriptor.filter(List<CredentialsProviderTypeRestriction> restrictions, CredentialsProvider provider, CredentialsDescriptor type) Computes the effectivefilter(CredentialsProvider, CredentialsDescriptor)result from the sublist of allCredentialsProviderTypeRestrictioninstances that use thisinstance.voidCredentialsProviderManager.Configuration.setRestrictions(List<CredentialsProviderTypeRestriction> restrictions) A Jelly form-binding short-cut forCredentialsProviderManager.setRestrictions(List).voidCredentialsProviderManager.setRestrictions(List<CredentialsProviderTypeRestriction> restrictions) Sets the list ofCredentialsProviderTypeRestrictioninstances.