|
|
|
@ -24,18 +24,18 @@ public final class DeviceManagementConstants {
|
|
|
|
|
/*Data Source Configurations */
|
|
|
|
|
|
|
|
|
|
public static final class DataSourceProperties {
|
|
|
|
|
|
|
|
|
|
private DataSourceProperties() {
|
|
|
|
|
throw new AssertionError();
|
|
|
|
|
}
|
|
|
|
|
public static final String DB_CHECK_QUERY = "SELECT * FROM DM_DEVICE";
|
|
|
|
|
public static final String SECURE_VAULT_NS = "http://org.wso2.securevault/configuration";
|
|
|
|
|
public static final String DEVICE_CONFIG_XML_NAME = "device-config.xml";
|
|
|
|
|
public static final String DEVICE_CONFIG_XML_NAME = "cdm-config.xml";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public static final class SecureValueProperties {
|
|
|
|
|
|
|
|
|
|
private SecureValueProperties() {
|
|
|
|
|
throw new AssertionError();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public static final String SECRET_ALIAS_ATTRIBUTE_NAME_WITH_NAMESPACE = "secretAlias";
|
|
|
|
|
public static final String SECURE_VAULT_NS = "http://org.wso2.securevault/configuration";
|
|
|
|
|
}
|
|
|
|
|