public class OMAGServerAdminForAccessServices extends Object
| Constructor and Description |
|---|
OMAGServerAdminForAccessServices()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
VoidResponse |
configureAccessService(String userId,
String serverName,
String serviceURLMarker,
Map<String,Object> accessServiceOptions)
Enable a single access service.
|
VoidResponse |
disableAccessServices(String userId,
String serverName)
Disable the access services.
|
VoidResponse |
enableAccessServices(String userId,
String serverName,
Map<String,Object> accessServiceOptions)
Enable all access services that are installed into this server.
|
RegisteredOMAGServicesResponse |
getConfiguredAccessServices(String userId,
String serverName)
Return the list of access services that are configured for this server.
|
VoidResponse |
setAccessServicesConfig(String userId,
String serverName,
List<AccessServiceConfig> accessServicesConfig)
Set up the configuration for all of the open metadata access services (OMASs).
|
VoidResponse |
setEnterpriseAccessConfig(String userId,
String serverName,
EnterpriseAccessConfig enterpriseAccessConfig)
Set up the configuration that controls the enterprise repository services.
|
public OMAGServerAdminForAccessServices()
public RegisteredOMAGServicesResponse getConfiguredAccessServices(String userId, String serverName)
userId - calling userserverName - name of serverpublic VoidResponse configureAccessService(String userId, String serverName, String serviceURLMarker, Map<String,Object> accessServiceOptions)
userId - user that is issuing the request.serverName - local server name.serviceURLMarker - access service name used in URLaccessServiceOptions - property name/value pairs used to configure the access servicespublic VoidResponse enableAccessServices(String userId, String serverName, Map<String,Object> accessServiceOptions)
userId - user that is issuing the request.serverName - local server name.accessServiceOptions - property name/value pairs used to configure the access servicespublic VoidResponse disableAccessServices(String userId, String serverName)
userId - user that is issuing the request.serverName - local server name.public VoidResponse setAccessServicesConfig(String userId, String serverName, List<AccessServiceConfig> accessServicesConfig)
userId - user that is issuing the request.serverName - local server name.accessServicesConfig - list of configuration properties for each access service.public VoidResponse setEnterpriseAccessConfig(String userId, String serverName, EnterpriseAccessConfig enterpriseAccessConfig)
userId - user that is issuing the requestserverName - local server nameenterpriseAccessConfig - enterprise repository services configuration properties.Copyright © 2018–2019 ODPi. All rights reserved.