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

io.gravitee.node.api.certificate.IdProvider Maven / Gradle / Ivy

package io.gravitee.node.api.certificate;

/**
 * This present a simple abstraction that tells its impletation that it should provider identifier
 *
 * @author Benoit BORDIGONI (benoit.bordigoni at graviteesource.com)
 * @author GraviteeSource Team *
 *
 */
public interface IdProvider {
    /**
     *
     * @return an id as a String
     */
    String id();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy