Package org.keycloak.services.resources
Class LoginActionsServiceChecks.IsRedirectValid
java.lang.Object
org.keycloak.services.resources.LoginActionsServiceChecks.IsRedirectValid
- All Implemented Interfaces:
TokenVerifier.Predicate<JsonWebToken>
- Enclosing class:
- LoginActionsServiceChecks
public static class LoginActionsServiceChecks.IsRedirectValid
extends Object
implements TokenVerifier.Predicate<JsonWebToken>
Verifies whether the given redirect URL, when set, is valid for the given client.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IsRedirectValid
-
-
Method Details
-
test
- Specified by:
testin interfaceTokenVerifier.Predicate<JsonWebToken>- Throws:
VerificationException
-