mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Renaming deviceMgt-config.xml as cdm-config.xml
This commit is contained in:
parent
518892fedd
commit
ee030e136d
@ -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";
|
||||
}
|
||||
|
||||
@ -15,7 +15,6 @@
|
||||
-->
|
||||
|
||||
<DeviceMgtConfiguration>
|
||||
<!-- Supported Provider types H2|MYSQL|ORACLE|POSTGRES|SQLSERVER -->
|
||||
<ManagementRepository>
|
||||
<DataSourceConfiguration>
|
||||
<JndiLookupDefinition>
|
||||
@ -23,7 +22,5 @@
|
||||
</JndiLookupDefinition>
|
||||
</DataSourceConfiguration>
|
||||
</ManagementRepository>
|
||||
|
||||
|
||||
</DeviceMgtConfiguration>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user