Download deegree securityproxy Free Java Code

Description

Security component for deegree.

Source Files

The download file deegree-securityproxy-master.zip has the following entries.


.gitignore/*w w w.  j  ava  2  s.com*/
LICENSE
README.md
deegree-securityproxy-webservice/pom.xml
deegree-securityproxy-webservice/src/main/java/org/deegree/securityproxy/authentication/HeaderTokenAuthenticationProvider.java
deegree-securityproxy-webservice/src/main/java/org/deegree/securityproxy/authentication/ServiceExceptionHandler.java
deegree-securityproxy-webservice/src/main/java/org/deegree/securityproxy/authentication/WcsGeometryFilterInfo.java
deegree-securityproxy-webservice/src/main/java/org/deegree/securityproxy/authentication/WcsUser.java
deegree-securityproxy-webservice/src/main/java/org/deegree/securityproxy/authentication/repository/WcsUserDao.java
deegree-securityproxy-webservice/src/main/java/org/deegree/securityproxy/authentication/repository/WcsUserDaoImpl.java
deegree-securityproxy-webservice/src/main/java/org/deegree/securityproxy/authentication/wcs/WcsPermission.java
deegree-securityproxy-webservice/src/main/java/org/deegree/securityproxy/authorization/logging/AuthorizationReport.java
deegree-securityproxy-webservice/src/main/java/org/deegree/securityproxy/authorization/wcs/RequestAuthorizationManager.java
deegree-securityproxy-webservice/src/main/java/org/deegree/securityproxy/authorization/wcs/WcsRequestAuthorizationManager.java
deegree-securityproxy-webservice/src/main/java/org/deegree/securityproxy/commons/ServiceType.java
deegree-securityproxy-webservice/src/main/java/org/deegree/securityproxy/commons/WcsOperationType.java
deegree-securityproxy-webservice/src/main/java/org/deegree/securityproxy/commons/WcsServiceVersion.java
deegree-securityproxy-webservice/src/main/java/org/deegree/securityproxy/filter/CopyPrintWriter.java
deegree-securityproxy-webservice/src/main/java/org/deegree/securityproxy/filter/SecurityFilter.java
deegree-securityproxy-webservice/src/main/java/org/deegree/securityproxy/filter/StatusCodeResponseBodyWrapper.java
deegree-securityproxy-webservice/src/main/java/org/deegree/securityproxy/logger/Log4jSecurityRequestResponseLogger.java
deegree-securityproxy-webservice/src/main/java/org/deegree/securityproxy/logger/ResponseFilterReportLogger.java
deegree-securityproxy-webservice/src/main/java/org/deegree/securityproxy/logger/SecurityRequestResposeLogger.java
deegree-securityproxy-webservice/src/main/java/org/deegree/securityproxy/report/SecurityReport.java
deegree-securityproxy-webservice/src/main/java/org/deegree/securityproxy/request/KvpNormalizer.java
deegree-securityproxy-webservice/src/main/java/org/deegree/securityproxy/request/OwsRequest.java
deegree-securityproxy-webservice/src/main/java/org/deegree/securityproxy/request/UnsupportedRequestTypeException.java
deegree-securityproxy-webservice/src/main/java/org/deegree/securityproxy/request/WcsRequest.java
deegree-securityproxy-webservice/src/main/java/org/deegree/securityproxy/request/WcsRequestParser.java
deegree-securityproxy-webservice/src/main/java/org/deegree/securityproxy/responsefilter/ResponseFilterManager.java
deegree-securityproxy-webservice/src/main/java/org/deegree/securityproxy/responsefilter/logging/ResponseClippingReport.java
deegree-securityproxy-webservice/src/main/java/org/deegree/securityproxy/responsefilter/logging/ResponseFilterReport.java
deegree-securityproxy-webservice/src/main/java/org/deegree/securityproxy/responsefilter/wcs/ClippingException.java
deegree-securityproxy-webservice/src/main/java/org/deegree/securityproxy/responsefilter/wcs/GeoTiffWriterModified.java
deegree-securityproxy-webservice/src/main/java/org/deegree/securityproxy/responsefilter/wcs/GeometryRetriever.java
deegree-securityproxy-webservice/src/main/java/org/deegree/securityproxy/responsefilter/wcs/GeometryRetrieverImpl.java
deegree-securityproxy-webservice/src/main/java/org/deegree/securityproxy/responsefilter/wcs/GeotiffClipper.java
deegree-securityproxy-webservice/src/main/java/org/deegree/securityproxy/responsefilter/wcs/ImageClipper.java
deegree-securityproxy-webservice/src/main/java/org/deegree/securityproxy/responsefilter/wcs/ParsingException.java
deegree-securityproxy-webservice/src/main/java/org/deegree/securityproxy/responsefilter/wcs/WcsResponseFilterManager.java
deegree-securityproxy-webservice/src/main/resources/applicationContext.xml
deegree-securityproxy-webservice/src/main/resources/ogc_wcs_100_serviceexception.xml
deegree-securityproxy-webservice/src/main/resources/persistenceContext.xml
deegree-securityproxy-webservice/src/main/resources/securityContext.xml
deegree-securityproxy-webservice/src/main/webapp/WEB-INF/config/data.xml
deegree-securityproxy-webservice/src/main/webapp/WEB-INF/web.xml
deegree-securityproxy-webservice/src/test/java/org/deegree/securityproxy/LoadApplicationContextTest.java
deegree-securityproxy-webservice/src/test/java/org/deegree/securityproxy/authentication/HeaderTokenAuthenticationProviderTest.java
deegree-securityproxy-webservice/src/test/java/org/deegree/securityproxy/authentication/ServiceExceptionHandlerTest.java
deegree-securityproxy-webservice/src/test/java/org/deegree/securityproxy/authentication/WcsGeometryFilterInfoTest.java
deegree-securityproxy-webservice/src/test/java/org/deegree/securityproxy/authentication/WcsUserTest.java
deegree-securityproxy-webservice/src/test/java/org/deegree/securityproxy/authentication/repository/WcsUserDaoImplTest.java
deegree-securityproxy-webservice/src/test/java/org/deegree/securityproxy/authorization/wcs/TestWcsRequestAuthorizationManager.java
deegree-securityproxy-webservice/src/test/java/org/deegree/securityproxy/authorization/wcs/WcsRequestAuthorizationManagerTest.java
deegree-securityproxy-webservice/src/test/java/org/deegree/securityproxy/commons/WcsServiceVersionTest.java
deegree-securityproxy-webservice/src/test/java/org/deegree/securityproxy/filter/FilterChainTestImpl.java
deegree-securityproxy-webservice/src/test/java/org/deegree/securityproxy/filter/SecurityFilterTest.java
deegree-securityproxy-webservice/src/test/java/org/deegree/securityproxy/filter/StatusCodeResponseBodyWrapperTest.java
deegree-securityproxy-webservice/src/test/java/org/deegree/securityproxy/logging/Log4JReportLoggerTest.java
deegree-securityproxy-webservice/src/test/java/org/deegree/securityproxy/request/KvpNormalizerTest.java
deegree-securityproxy-webservice/src/test/java/org/deegree/securityproxy/request/WcsRequestParserTest.java
deegree-securityproxy-webservice/src/test/java/org/deegree/securityproxy/responsefilter/logging/ResponseClippingReportTest.java
deegree-securityproxy-webservice/src/test/java/org/deegree/securityproxy/responsefilter/wcs/GeometryRetrieverImplTest.java
deegree-securityproxy-webservice/src/test/java/org/deegree/securityproxy/responsefilter/wcs/GeotiffClipperTest.java
deegree-securityproxy-webservice/src/test/java/org/deegree/securityproxy/responsefilter/wcs/WcsResponseFilterManagerTest.java
deegree-securityproxy-webservice/src/test/resources/log4j.properties
deegree-securityproxy-webservice/src/test/resources/org/deegree/securityproxy/authentication/AuthenticationManagerTestContext.xml
deegree-securityproxy-webservice/src/test/resources/org/deegree/securityproxy/authentication/HeaderTokenAuthenticationProviderTestContext.xml
deegree-securityproxy-webservice/src/test/resources/org/deegree/securityproxy/authentication/repository/UserDaoTestContext.xml
deegree-securityproxy-webservice/src/test/resources/org/deegree/securityproxy/authentication/repository/test_data.sql
deegree-securityproxy-webservice/src/test/resources/org/deegree/securityproxy/authentication/repository/test_schema.sql
deegree-securityproxy-webservice/src/test/resources/org/deegree/securityproxy/filter/SecurityFilterTestContext.xml
deegree-securityproxy-webservice/src/test/resources/org/deegree/securityproxy/responsefilter/wcs/WcsResponseFilterManagerTestContext.xml
deegree-securityproxy-webservice/src/test/resources/org/deegree/securityproxy/responsefilter/wcs/dem30_geotiff_tiled.tiff
deegree-securityproxy-webservice/src/test/resources/org/deegree/securityproxy/responsefilter/wcs/dem90_geotiff_tiled.tiff
deegree-securityproxy-webservice/src/test/resources/org/deegree/securityproxy/responsefilter/wcs/service_exception.xml
deegree-securityproxy-webservice/src/test/resources/org/deegree/securityproxy/test_config.properties
deegree-securityproxy-webservice/src/test/resources/persistenceContext.xml
pom.xml

Download

Click the following link to download deegree-securityproxy-master.zip.

deegree-securityproxy-master.zip




















Home »
  Java Free Code »
    Security »




Security
Security Authentication
Security network