public class ISClientConnector extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
password |
protected org.gcube.common.resources.gcore.ServiceEndpoint |
storageResource |
protected String |
username |
| Constructor and Description |
|---|
ISClientConnector() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBackendType() |
String |
getBackendType(org.gcube.common.resources.gcore.ServiceEndpoint resource) |
String |
getPassword() |
String |
getResolverHost(org.gcube.common.resources.gcore.ServiceEndpoint serviceEndpoint) |
String[] |
getServer() |
List<org.gcube.common.resources.gcore.ServiceEndpoint> |
getServiceEndpoint(String category,
String name) |
org.gcube.common.resources.gcore.ServiceEndpoint |
getStorageEndpoint(String scope) |
org.gcube.common.resources.gcore.ServiceEndpoint |
getStorageResource() |
String |
getUsername() |
String[] |
getVolatileHost() |
String[] |
getVolatileHost(org.gcube.common.resources.gcore.ServiceEndpoint resource) |
String[] |
retrieveConnectionInfo(org.gcube.common.resources.gcore.ServiceEndpoint resource) |
String |
retrievePropertyValue(String name,
String scope) |
void |
setBackendType(String backendType) |
void |
setPassword(String password) |
void |
setServer(String[] server) |
void |
setStorageResource(org.gcube.common.resources.gcore.ServiceEndpoint storageResource) |
void |
setUsername(String username) |
void |
setVolatileHost(String[] volatileHost) |
protected String username
protected String password
protected org.gcube.common.resources.gcore.ServiceEndpoint storageResource
public String[] retrieveConnectionInfo(org.gcube.common.resources.gcore.ServiceEndpoint resource)
public List<org.gcube.common.resources.gcore.ServiceEndpoint> getServiceEndpoint(String category, String name)
public org.gcube.common.resources.gcore.ServiceEndpoint getStorageEndpoint(String scope)
public String getBackendType(org.gcube.common.resources.gcore.ServiceEndpoint resource)
public String[] getVolatileHost(org.gcube.common.resources.gcore.ServiceEndpoint resource)
public String getResolverHost(org.gcube.common.resources.gcore.ServiceEndpoint serviceEndpoint)
public String[] getServer()
public void setServer(String[] server)
public String getBackendType()
public void setBackendType(String backendType)
public String[] getVolatileHost()
public void setVolatileHost(String[] volatileHost)
public String getUsername()
public void setUsername(String username)
public String getPassword()
public void setPassword(String password)
public org.gcube.common.resources.gcore.ServiceEndpoint getStorageResource()
public void setStorageResource(org.gcube.common.resources.gcore.ServiceEndpoint storageResource)
Copyright © 2020. All Rights Reserved.