public static class CredentialsTypeFilter.None extends CredentialsTypeFilter
| Modifier and Type | Class and Description |
|---|---|
static class |
CredentialsTypeFilter.None.DescriptorImpl
Our descriptor.
|
CredentialsTypeFilter.Excludes, CredentialsTypeFilter.Includes, CredentialsTypeFilter.None| Constructor and Description |
|---|
None()
Our constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
boolean |
filter(CredentialsDescriptor type)
Returns
true if and only if the supplied CredentialsDescriptor is permitted to be active. |
int |
hashCode() |
String |
toString() |
getDescriptorpublic boolean filter(CredentialsDescriptor type)
true if and only if the supplied CredentialsDescriptor is permitted to be active.filter in class CredentialsTypeFiltertype - the CredentialsDescriptor to check.true if and only if the supplied CredentialsDescriptor is permitted to be active.public boolean equals(Object o)
equals in class CredentialsTypeFilterpublic int hashCode()
hashCode in class CredentialsTypeFilterpublic String toString()
toString in class CredentialsTypeFilterCopyright © 2016–2017. All rights reserved.