import java.time.Instant;
import java.util.ArrayList;
import java.util.List;
import java.util.Objects;
import org.eclipse.jetty.http.pathmap.PathSpec;
import org.eclipse.jetty.server.Handler;
import org.eclipse.jetty.server.Request;
import org.eclipse.jetty.server.Response;
import org.eclipse.jetty.util.Callback;
import dev.rafex.ether.http.core.AuthPolicy;
import dev.rafex.ether.http.jetty12.response.JettyApiErrorResponses;
import dev.rafex.ether.http.jetty12.security.TokenVerificationResult;
import dev.rafex.ether.http.jetty12.security.TokenVerifier;
import dev.rafex.ether.json.JsonCodec;
Go to the source code of this file.