public static class CredentialsProviderTypeRestriction.Excludes extends CredentialsProviderTypeRestriction
| Modifier and Type | Class and Description |
|---|---|
static class |
CredentialsProviderTypeRestriction.Excludes.DescriptorImpl
Our descriptor
|
CredentialsProviderTypeRestriction.Excludes, CredentialsProviderTypeRestriction.Includes| Constructor and Description |
|---|
Excludes(String provider,
String type)
Our constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
boolean |
filter(CredentialsProvider provider,
CredentialsDescriptor type)
Returns
true if the supplied CredentialsDescriptor is permitted to be active for the supplied
CredentialsProvider. |
String |
getProvider()
Returns the
CredentialsProvider Class.getName(). |
String |
getType()
Returns the
CredentialsDescriptor Class.getName(). |
int |
hashCode() |
String |
toString() |
getDescriptor@DataBoundConstructor public Excludes(String provider, String type)
provider - the CredentialsProvider Class.getName().type - the CredentialsDescriptor Class.getName().public String getProvider()
CredentialsProvider Class.getName().CredentialsProvider Class.getName().public String getType()
CredentialsDescriptor Class.getName().CredentialsDescriptor Class.getName().public boolean equals(Object o)
equals in class CredentialsProviderTypeRestrictionpublic int hashCode()
hashCode in class CredentialsProviderTypeRestrictionpublic String toString()
toString in class CredentialsProviderTypeRestrictionpublic boolean filter(CredentialsProvider provider, CredentialsDescriptor type)
true if the supplied CredentialsDescriptor is permitted to be active for the supplied
CredentialsProvider.filter in class CredentialsProviderTypeRestrictionprovider - the CredentialsProvider to check.type - the CredentialsDescriptor to check.true if and only if the supplied CredentialsProvider is permitted to be active.for
how multiple instances are combined.Copyright © 2016–2018. All rights reserved.