-
Notifications
You must be signed in to change notification settings - Fork 7
Home
GeoFence is a java web application that handles authorization rules, integrating with GeoServer using the interface described in GSIP 57.
GeoFence provides a GWT-based user interface to administer the basic objects and the authorization rules.
Furthermore, some REST API has already been implemented that allows the administration of some ancillary data.
GeoServer will send authorization queries to GeoFence using a configurable internal protocol (by default it uses Spring remoting over HTTP).
GeoFence is split in 3 main modules:
- The Core module contains the model, the persistence logic and the service logic
- The GUI module contains the GWT GUI used to administer the authorization rules and the related objects
- The bridge/probe module is the wrapper that converts the Rule logic into the authorization objects required by GeoServer. This last module provides a jar file that will be plugged into GeoServer. The GeoFence code base includes a module that will build a GeoServer .war file ready to be integrated with GeoFence.
Check this page for a diagram about the architecture.
The builds are still a work in progress. If you want, you can build GeoFence yourself using this instructions.
For the building instructions please, check this page.
For additional documentation please, check the Documentation index [here](wiki/Documentation index).
It is important that extensive enhancements or new features go through a proposal process before pushing them to the repository. In this page we have formalized this process.