All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.swisspush.gateleen.routing.auth.AuthStrategy Maven / Gradle / Ivy

package org.swisspush.gateleen.routing.auth;

import io.vertx.core.Future;
import org.swisspush.gateleen.routing.Rule;

public interface AuthStrategy {
    Future authenticate(Rule rule);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy