keycloak
公開メンバ関数 | 全メンバ一覧
org.keycloak.TokenVerifier< T extends JsonWebToken >.Predicate< T extends JsonWebToken > インタフェーステンプレート
org.keycloak.TokenVerifier< T extends JsonWebToken >.Predicate< T extends JsonWebToken > の継承関係図
Inheritance graph
org.keycloak.TokenVerifier< T extends JsonWebToken >.Predicate< T extends JsonWebToken > 連携図
Collaboration graph

公開メンバ関数

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.

関数詳解

◆ test()

boolean org.keycloak.TokenVerifier< T extends JsonWebToken >.Predicate< T extends JsonWebToken >.test ( t) throws VerificationException

Performs a single check on the given token verifier.

引数
tToken, guaranteed to be non-null.
戻り値
例外
VerificationException

このインタフェース詳解は次のファイルから抽出されました: