gedi.solutions.geode.security.SecurityConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gedi-geode-extensions-core Show documentation
Show all versions of gedi-geode-extensions-core Show documentation
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";
}