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

brooklyn.entity.webapp.jboss.JBoss7Driver Maven / Gradle / Ivy

package brooklyn.entity.webapp.jboss;

import brooklyn.entity.webapp.JavaWebAppDriver;

public interface JBoss7Driver extends JavaWebAppDriver{

    /**
     * The path to the keystore file on the AS7 server machine.
     * Result is undefined if SSL is not enabled/configured.
     */
    public String getSslKeystoreFile();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy