mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
commit
908f8c1570
@ -203,7 +203,7 @@ public class AgentUtilOperations {
|
|||||||
String serverSecureEndpoint = agentManager.getAgentConfigs().getHTTPS_ServerEndpoint();
|
String serverSecureEndpoint = agentManager.getAgentConfigs().getHTTPS_ServerEndpoint();
|
||||||
String serverUnSecureEndpoint = agentManager.getAgentConfigs().getHTTP_ServerEndpoint();
|
String serverUnSecureEndpoint = agentManager.getAgentConfigs().getHTTP_ServerEndpoint();
|
||||||
String backEndContext =AgentConstants.DEVICE_CONTROLLER_API_EP;
|
String backEndContext =AgentConstants.DEVICE_CONTROLLER_API_EP;
|
||||||
String scepBackEndContext = AgentConstants.DEVICE_SCEP_API_EP;S
|
String scepBackEndContext = AgentConstants.DEVICE_SCEP_API_EP;
|
||||||
String deviceControllerAPIEndpoint = serverSecureEndpoint + backEndContext;
|
String deviceControllerAPIEndpoint = serverSecureEndpoint + backEndContext;
|
||||||
|
|
||||||
String deviceEnrollmentEndpoint =
|
String deviceEnrollmentEndpoint =
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user