|
keycloak
|


公開メンバ関数 | |
| TokenTypeCheck (String tokenType) | |
| boolean | test (JsonWebToken t) throws VerificationException |
| boolean | test (T t) throws VerificationException |
非公開変数類 | |
| final String | tokenType |
静的非公開変数類 | |
| static final TokenTypeCheck | INSTANCE_BEARER = new TokenTypeCheck(TokenUtil.TOKEN_TYPE_BEARER) |
|
inline |
|
inherited |
Performs a single check on the given token verifier.
| t | Token, guaranteed to be non-null. |
| VerificationException |
|
inline |
|
staticprivate |
|
private |
1.8.13