Class GeoServerRESTAbstractManager
- java.lang.Object
-
- it.geosolutions.geoserver.rest.manager.GeoServerRESTAbstractManager
-
- Direct Known Subclasses:
GeoServerRESTImporterManager,GeoServerRESTManager,GeoServerRESTResourceManager,GeoServerRESTSecurityManager,GeoServerRESTStoreManager,GeoServerRESTStructuredGridCoverageReaderManager,GeoServerRESTStyleManager
public abstract class GeoServerRESTAbstractManager extends java.lang.ObjectAbstract manager, common functionality and interface for all GeoServerRESTFooManager classes.- Version:
- $Id: $
- Author:
- Oscar Fonts, Carlo Cancellieri - carlo.cancellieri@geo-solutions.it
-
-
Constructor Summary
Constructors Constructor Description GeoServerRESTAbstractManager(java.net.URL restURL, java.lang.String username, java.lang.String password)Default constructor.
-
-
-
Constructor Detail
-
GeoServerRESTAbstractManager
public GeoServerRESTAbstractManager(java.net.URL restURL, java.lang.String username, java.lang.String password) throws java.lang.IllegalArgumentExceptionDefault 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:
java.lang.IllegalArgumentException- if any.
-
-