public interface CredentialsMatcher extends Serializable
CredentialsMatcher.CQL and return a description of the matcher logic using the CQL
syntax detailed in CredentialsMatchers.describe(CredentialsMatcher)Object.toString()Object.equals(Object) and Object.hashCode()serialVersionUID field to ensure consistent serialization| Modifier and Type | Interface and Description |
|---|---|
static interface |
CredentialsMatcher.CQL
A mix-in interface to allow describing a credentials matcher.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(Credentials item)
Evaluates the matcher for the specified credentials.
|
boolean matches(@NonNull
Credentials item)
item - the specified credentials.true if and only if the specified credentials match.Copyright © 2016–2018. All rights reserved.