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 */
|
/*Data Source Configurations */
|
||||||
|
|
||||||
public static final class DataSourceProperties {
|
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 DB_CHECK_QUERY = "SELECT * FROM DM_DEVICE";
|
||||||
public static final String SECURE_VAULT_NS = "http://org.wso2.securevault/configuration";
|
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 {
|
public static final class SecureValueProperties {
|
||||||
|
|
||||||
private SecureValueProperties() {
|
private SecureValueProperties() {
|
||||||
throw new AssertionError();
|
throw new AssertionError();
|
||||||
}
|
}
|
||||||
|
|
||||||
public static final String SECRET_ALIAS_ATTRIBUTE_NAME_WITH_NAMESPACE = "secretAlias";
|
public static final String SECRET_ALIAS_ATTRIBUTE_NAME_WITH_NAMESPACE = "secretAlias";
|
||||||
public static final String SECURE_VAULT_NS = "http://org.wso2.securevault/configuration";
|
public static final String SECURE_VAULT_NS = "http://org.wso2.securevault/configuration";
|
||||||
}
|
}
|
||||||
|
|||||||
@ -15,7 +15,6 @@
|
|||||||
-->
|
-->
|
||||||
|
|
||||||
<DeviceMgtConfiguration>
|
<DeviceMgtConfiguration>
|
||||||
<!-- Supported Provider types H2|MYSQL|ORACLE|POSTGRES|SQLSERVER -->
|
|
||||||
<ManagementRepository>
|
<ManagementRepository>
|
||||||
<DataSourceConfiguration>
|
<DataSourceConfiguration>
|
||||||
<JndiLookupDefinition>
|
<JndiLookupDefinition>
|
||||||
@ -23,7 +22,5 @@
|
|||||||
</JndiLookupDefinition>
|
</JndiLookupDefinition>
|
||||||
</DataSourceConfiguration>
|
</DataSourceConfiguration>
|
||||||
</ManagementRepository>
|
</ManagementRepository>
|
||||||
|
|
||||||
|
|
||||||
</DeviceMgtConfiguration>
|
</DeviceMgtConfiguration>
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user