com.datahub.plugins.PluginConstant Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of datahub-auth-api Show documentation
Show all versions of datahub-auth-api Show documentation
DataHub Auth API for developers to write custom Authentication & Authorization plugins for DataHub
package com.datahub.plugins;
public class PluginConstant {
public static final String PLUGIN_HOME = "PLUGIN_HOME";
private PluginConstant() {}
}