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

gedi.solutions.geode.security.SecurityConstants Maven / Gradle / Ivy

Go to download

GemFire Enterprise Data Integration - common development extensions powered by Apache Geode

The newest version!
package gedi.solutions.geode.security;

/**
 * Constants for bridge security
 * @author Gregory Green
 *
 */
public interface SecurityConstants
{
	/**
	 * Constant for bridge security
	 * USERNAME_PROP = "security-username"
	 */
	  public static final String USERNAME_PROP = "security-username";

	  /**
	   * Constant for bridge security
	   * PASSWORDE_PROP = "security-password"
	   */
	 public static final String PASSWORD_PROP = "security-password";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy