public class ConfigServiceClient extends Object implements ConfigService
| Constructor and Description |
|---|
ConfigServiceClient(String baseUrl) |
ConfigServiceClient(String baseUrl,
String user,
String password) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
configGeoServer(String GeoServerURL) |
javax.ws.rs.core.Response |
configGeoServer(String GeoServerURL,
String username,
String pass,
String workspace,
String sslSecurityProtocol,
String sslTrustStorePath,
String sslTrustStorePassword,
String sslTrustStoreType,
String sslTruststoreProvider,
String sslTrustManagerAlgorithm,
String sslTrustManagerProvider,
String sslKeyStorePath,
String sslKeyStorePassword,
String sslKeyStoreProvider,
String sslKeyPassword,
String sslKeyStoreType,
String sslKeyManagerAlgorithm,
String sslKeyManagerProvider) |
javax.ws.rs.core.Response |
configHDFS(String HDFSDefaultFSURL) |
javax.ws.rs.core.Response |
list() |
javax.ws.rs.core.Response |
list(String filter) |
javax.ws.rs.core.Response |
set(String name,
String value) |
javax.ws.rs.core.Response |
set(String name,
String value,
Boolean password) |
public ConfigServiceClient(String baseUrl)
public javax.ws.rs.core.Response list(String filter)
list in interface ConfigServicepublic javax.ws.rs.core.Response list()
public javax.ws.rs.core.Response configGeoServer(String GeoServerURL)
public javax.ws.rs.core.Response configGeoServer(String GeoServerURL, String username, String pass, String workspace, String sslSecurityProtocol, String sslTrustStorePath, String sslTrustStorePassword, String sslTrustStoreType, String sslTruststoreProvider, String sslTrustManagerAlgorithm, String sslTrustManagerProvider, String sslKeyStorePath, String sslKeyStorePassword, String sslKeyStoreProvider, String sslKeyPassword, String sslKeyStoreType, String sslKeyManagerAlgorithm, String sslKeyManagerProvider)
configGeoServer in interface ConfigServicepublic javax.ws.rs.core.Response configHDFS(String HDFSDefaultFSURL)
configHDFS in interface ConfigServicepublic javax.ws.rs.core.Response set(String name, String value, Boolean password)
set in interface ConfigServiceCopyright © 2013–2020. All rights reserved.