T - the generic typepublic interface Validatable<T>
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
isValid(T aCredentials) |
Validates the provided credentials against this credentials's bearer and
secret.
|
boolean isValid(T aCredentials)
aCredentials - The credentials to be tested if them fit with the
this credentials instance.Copyright © 2018. All rights reserved.