@Path(value="GeoServer") public class GeoServer extends Object
| Constructor and Description |
|---|
GeoServer() |
| Modifier and Type | Method and Description |
|---|---|
GeoServerDescriptor |
getInstanceConfiguration(String host) |
Credentials |
getInstanceCredentials(String host) |
String |
importFromScope(String sourceToken,
String host) |
String |
register(org.gcube.spatial.data.sdi.model.services.GeoServerDefinition toRegister) |
@GET
@Path(value="configuration/{host}")
@Produces(value="application/json")
public GeoServerDescriptor getInstanceConfiguration(@PathParam(value="host")
String host)
@GET
@Path(value="credentials/{host}")
@Produces(value="application/json")
public Credentials getInstanceCredentials(@PathParam(value="host")
String host)
@POST @Consumes(value="application/json") @Produces(value="application/xml") public String register(org.gcube.spatial.data.sdi.model.services.GeoServerDefinition toRegister)
Copyright © 2017. All Rights Reserved.