it.geosolutions.geoserver.rest.manager
Class GeoServerRESTAbstractManager
java.lang.Object
it.geosolutions.geoserver.rest.manager.GeoServerRESTAbstractManager
- Direct Known Subclasses:
- GeoServerRESTManager, GeoServerRESTStoreManager, GeoServerRESTStructuredGridCoverageReaderManager, GeoServerRESTStyleManager
public abstract class GeoServerRESTAbstractManager
- extends Object
Abstract manager, common functionality and interface for all
GeoServerRESTFooManager classes.
- Author:
- Oscar Fonts, Carlo Cancellieri - carlo.cancellieri@geo-solutions.it
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
gsBaseUrl
protected final URL gsBaseUrl
gsuser
protected final String gsuser
gspass
protected final String gspass
GeoServerRESTAbstractManager
public GeoServerRESTAbstractManager(URL restURL,
String username,
String password)
throws IllegalArgumentException
- Default constructor.
Indicates connection parameters to remote GeoServer instance.
- Parameters:
restURL - GeoServer REST API endpointusername - GeoServer REST API authorized usernamepassword - GeoServer REST API password for the former username
- Throws:
IllegalArgumentException
Copyright © 2007-2014 GeoSolutions. All Rights Reserved.