public interface CredentialsMatcher extends Serializable
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 © 2014. All rights reserved.