https://github.com/lat-lon/deegree-securityproxy
deegree security component for protecting OGC Web Services
https://github.com/lat-lon/deegree-securityproxy
csw deegree geospatial java ogc ogc-services ows protection spring-security wcs wfs wms wps
Last synced: 4 months ago
JSON representation
deegree security component for protecting OGC Web Services
- Host: GitHub
- URL: https://github.com/lat-lon/deegree-securityproxy
- Owner: lat-lon
- License: agpl-3.0
- Created: 2013-08-05T10:45:51.000Z (almost 13 years ago)
- Default Branch: develop
- Last Pushed: 2025-09-19T07:53:04.000Z (9 months ago)
- Last Synced: 2025-09-19T09:43:30.903Z (9 months ago)
- Topics: csw, deegree, geospatial, java, ogc, ogc-services, ows, protection, spring-security, wcs, wfs, wms, wps
- Language: Java
- Homepage:
- Size: 4.22 MB
- Stars: 6
- Watchers: 8
- Forks: 2
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
deegree security proxy
======================
The deegree security proxy (DSP) is lightweight security framework for protecting OGC Web Services against unauthorised access using the [Spring Security](http://projects.spring.io/spring-security/) framework.
# Continuous Integration
We are using the travis bot to build the software frequently and to verify each pull request. The current status for the master branch is:
[](https://travis-ci.org/tfr42/deegree-securityproxy)
# Support
There is commercial and community support available. For commercial support, please contact [lat/lon](http://www.lat-lon.de/en) the company which employs the people who wrote the deegree security proxy, and lead the development of the project. For community support, please use the github issue tracker.
# Contributing
Contributions are very welcome. Please get in contact with us via pull requests and the github issue tracker.
# License
deegree security proxy is distributed under the [GNU Affero General Public License, Version 3.0 (AGPL)](http://www.gnu.org/licenses/agpl-3.0.html).
# User documentation
The deegree security proxy requires Spring 3.2 with Spring Security 3.1 as a minimum and also requires Java SE 6 or higher. It can be installed on every Java EE 5 compliant web container such as Apache Tomcat 6.x. The deegree security proxy provides protection against unauthorised access for OGC Web Services such as WMS, WMTS, WCS, WFS, WPS, CSW served by deegree, GeoServer, MapServer or any other blackbox system.
# Developer documentation
To build the DSP use Apache Maven with `mvn clean install`.