public static class CredentialsProviderFilter.Excludes extends CredentialsProviderFilter
Modifier and Type | Class and Description |
---|---|
static class |
CredentialsProviderFilter.Excludes.DescriptorImpl
Our descriptor.
|
CredentialsProviderFilter.Excludes, CredentialsProviderFilter.Includes, CredentialsProviderFilter.None
ExtensionPoint.LegacyInstancesAreScopedToHudson
Constructor and Description |
---|
Excludes(List<String> classNames)
Our constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
boolean |
filter(CredentialsProvider provider)
Returns
true if and only if the supplied CredentialsProvider is permitted to be active. |
List<String> |
getClassNames()
Returns the blacklist of banned
Class.getName() . |
int |
hashCode() |
String |
toString() |
getDescriptor
public boolean filter(CredentialsProvider provider)
true
if and only if the supplied CredentialsProvider
is permitted to be active.filter
in class CredentialsProviderFilter
provider
- the CredentialsProvider
to check.true
if and only if the supplied CredentialsProvider
is permitted to be active.@NonNull public List<String> getClassNames()
Class.getName()
.Class.getName()
.public boolean equals(Object o)
equals
in class CredentialsProviderFilter
public int hashCode()
hashCode
in class CredentialsProviderFilter
public String toString()
toString
in class CredentialsProviderFilter
Copyright © 2016–2021. All rights reserved.