public class GeonetworkInstance extends Object
Modifier and Type | Class and Description |
---|---|
class |
GeonetworkInstance.GeonetworkConfiguration |
Constructor and Description |
---|
GeonetworkInstance() |
GeonetworkInstance(String scope) |
GeonetworkInstance(String geoNetworkUrl,
String user,
String pwd,
boolean authenticate)
Creates a new configuration for Gis publisher with parameter passed in input.
|
GeonetworkInstance(String scope,
String geoNetworkUrl,
String user,
String pwd,
boolean authenticate)
Creates a new configuration for Gis publisher with parameters passed in input.
|
Modifier and Type | Method and Description |
---|---|
void |
authenticateOnGeoenetwork(boolean authenticate) |
org.gcube.spatial.data.geonetwork.GeoNetworkPublisher |
getGeonetworkPublisher() |
String |
getGeoNetworkPwd() |
String |
getGeoNetworkUrl() |
String |
getGeoNetworkUser() |
String |
getScope() |
void |
setScope(String scope) |
String |
toString() |
public GeonetworkInstance()
public GeonetworkInstance(String scope)
scope
- public GeonetworkInstance(String scope, String geoNetworkUrl, String user, String pwd, boolean authenticate) throws GeonetworkInstanceException
scope
- geoNetworkUrl
- user
- pwd
- geoserverUrl
- geoserverUser
- geoserverPwd
- httpSession
- Exception
GeonetworkInstanceException
public GeonetworkInstance(String geoNetworkUrl, String user, String pwd, boolean authenticate) throws Exception
geoNetworkUrl
- user
- pwd
- Exception
public void authenticateOnGeoenetwork(boolean authenticate) throws GeonetworkInstanceException
authenticate
- Exception
GeonetworkInstanceException
public org.gcube.spatial.data.geonetwork.GeoNetworkPublisher getGeonetworkPublisher()
public String getGeoNetworkUrl()
public String getGeoNetworkUser()
public String getGeoNetworkPwd()
public String getScope()
public void setScope(String scope)
Copyright © 2014. All Rights Reserved.