public abstract class CredentialsProviderFilterDescriptor extends Descriptor<CredentialsProviderFilter>
Descriptor
class for all CredentialsProviderFilter
instances.Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
clazz
Constructor and Description |
---|
CredentialsProviderFilterDescriptor() |
Modifier and Type | Method and Description |
---|---|
boolean |
filter(CredentialsProvider provider)
Helper method that returns the current
CredentialsProviderFilter effective state for the supplied
CredentialsProvider . |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getDisplayName, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
public boolean filter(CredentialsProvider provider)
CredentialsProviderFilter
effective state for the supplied
CredentialsProvider
. Used to ensure that when changing implementation the initial config is equivalent to
the current.provider
- the CredentialsProvider
to check.true
if and only if the current CredentialsProviderFilter
returns true
for the
supplied CredentialsProvider
.Copyright © 2016–2021. All rights reserved.