mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Adding DEFAULT_DEVICE_USER and DEFAULT_DEVICE_ADMIN
This commit is contained in:
parent
04ffa1eb8a
commit
5ce413012e
@ -90,4 +90,12 @@ public final class DeviceManagementConstants {
|
|||||||
public static final String DB_TYPE_H2 = "H2";
|
public static final String DB_TYPE_H2 = "H2";
|
||||||
public static final String DB_TYPE_POSTGRESQL = "PostgreSQL";
|
public static final String DB_TYPE_POSTGRESQL = "PostgreSQL";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static final class Users {
|
||||||
|
private Users() {
|
||||||
|
throw new AssertionError();
|
||||||
|
}
|
||||||
|
public static final String DEFAULT_DEVICE_USER = "Internal/devicemgt-user";
|
||||||
|
public static final String DEFAULT_DEVICE_ADMIN = "Internal/devicemgt-admin";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user