Interface ConfigSourceConstants
-
public interface ConfigSourceConstants- Author:
- Gaurav Gupta
-
-
Field Summary
Fields Modifier and Type Field Description static StringAPPLICATIONstatic StringCLOUDstatic StringCLUSTERstatic StringCONFIGstatic StringDOMAINstatic StringJDBCstatic StringJNDIstatic StringLDAPstatic StringMODULEstatic StringPASSWORDstatic StringSECRETSstatic StringSERVER
-
-
-
Field Detail
-
DOMAIN
static final String DOMAIN
- See Also:
- Constant Field Values
-
CONFIG
static final String CONFIG
- See Also:
- Constant Field Values
-
SERVER
static final String SERVER
- See Also:
- Constant Field Values
-
APPLICATION
static final String APPLICATION
- See Also:
- Constant Field Values
-
MODULE
static final String MODULE
- See Also:
- Constant Field Values
-
CLUSTER
static final String CLUSTER
- See Also:
- Constant Field Values
-
JNDI
static final String JNDI
- See Also:
- Constant Field Values
-
SECRETS
static final String SECRETS
- See Also:
- Constant Field Values
-
PASSWORD
static final String PASSWORD
- See Also:
- Constant Field Values
-
JDBC
static final String JDBC
- See Also:
- Constant Field Values
-
CLOUD
static final String CLOUD
- See Also:
- Constant Field Values
-
LDAP
static final String LDAP
- See Also:
- Constant Field Values
-
-