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

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

The newest version!
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 - 2024 Weber Informatics LLC | Privacy Policy