|
keycloak
|


公開メンバ関数 | |
| boolean | test (T t) throws VerificationException |
Functional interface of checks that verify some part of a JWT.
| <T> | Type of the token handled by this predicate. |
| boolean org.keycloak.TokenVerifier< T extends JsonWebToken >.Predicate< T extends JsonWebToken >.test | ( | T | t | ) | throws VerificationException |
Performs a single check on the given token verifier.
| t | Token, guaranteed to be non-null. |
| VerificationException |
1.8.13