Package org.keycloak
Class TokenVerifier.RealmUrlCheck
- java.lang.Object
-
- org.keycloak.TokenVerifier.RealmUrlCheck
-
- All Implemented Interfaces:
TokenVerifier.Predicate<JsonWebToken>
- Enclosing class:
- TokenVerifier<T extends JsonWebToken>
public static class TokenVerifier.RealmUrlCheck extends Object implements TokenVerifier.Predicate<JsonWebToken>
-
-
Constructor Summary
Constructors Constructor Description RealmUrlCheck(String realmUrl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
test(JsonWebToken t)
Performs a single check on the given token verifier.
-
-
-
Constructor Detail
-
RealmUrlCheck
public RealmUrlCheck(String realmUrl)
-
-
Method Detail
-
test
public boolean test(JsonWebToken t) throws VerificationException
Description copied from interface:TokenVerifier.Predicate
Performs a single check on the given token verifier.- Specified by:
test
in interfaceTokenVerifier.Predicate<JsonWebToken>
- Parameters:
t
- Token, guaranteed to be non-null.- Returns:
- Throws:
VerificationException
-
-