T
- Type of the token handled by this predicate.public static interface TokenVerifier.Predicate<T extends JsonWebToken>
Modifier and Type | Method and Description |
---|---|
boolean |
test(T t)
Performs a single check on the given token verifier.
|
boolean test(T t) throws VerificationException
t
- Token, guaranteed to be non-null.VerificationException
Copyright © 2019 JBoss by Red Hat. All rights reserved.