Class LoginActionsServiceChecks.IsRedirectValid

java.lang.Object
org.keycloak.services.resources.LoginActionsServiceChecks.IsRedirectValid
All Implemented Interfaces:
org.keycloak.TokenVerifier.Predicate<org.keycloak.representations.JsonWebToken>
Enclosing class:
LoginActionsServiceChecks

public static class LoginActionsServiceChecks.IsRedirectValid extends Object implements org.keycloak.TokenVerifier.Predicate<org.keycloak.representations.JsonWebToken>
Verifies whether the given redirect URL, when set, is valid for the given client.
  • Constructor Details

  • Method Details

    • test

      public boolean test(org.keycloak.representations.JsonWebToken t) throws org.keycloak.common.VerificationException
      Specified by:
      test in interface org.keycloak.TokenVerifier.Predicate<org.keycloak.representations.JsonWebToken>
      Throws:
      org.keycloak.common.VerificationException