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

mn.foreman.api.endpoints.ping.Ping Maven / Gradle / Ivy

There is a newer version: 1.78.0
Show newest version
package mn.foreman.api.endpoints.ping;

/** Pings the dashboard to verify the credentials worked. */
public interface Ping {

    /**
     * Pings the dashboard to validate connectivity.
     *
     * @return Whether or not the dashboard was reachable.
     */
    boolean ping();

    /**
     * Pings the dashboard to validate auth against the client.
     *
     * @return The client.
     */
    boolean pingClient();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy