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

io.vertx.up.uca.rs.secure.Bolt Maven / Gradle / Ivy

There is a newer version: 0.9.0
Show newest version
package io.vertx.up.uca.rs.secure;

import io.vertx.core.Vertx;
import io.vertx.ext.web.handler.AuthHandler;
import io.vertx.up.atom.secure.Cliff;

/**
 * Security Module for dispatcher,
 * Build standard AuthHandler for different workflow.
 */
public interface Bolt {

    AuthHandler mount(final Vertx vertx,
                      final Cliff cliff);

    static Bolt get() {
        return ShuntBolt.create();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy