Support for Authorization Generic Filters 31/67431/1
authorJorge Hernandez <jh1730@att.com>
Tue, 18 Sep 2018 18:28:50 +0000 (13:28 -0500)
committerJorge Hernandez <jh1730@att.com>
Tue, 18 Sep 2018 18:28:50 +0000 (13:28 -0500)
commit49afdc08f0fa93264f2ae59d8a5e9931d02e6369
treec7e660651ea645df09a228b5db5351b4eebe2269
parentf7875f84677d0f7754048ae12bf289d0c05a6967
Support for Authorization Generic Filters

These will aid applications using there own authorization
system at their desired granularity.

Change-Id: Iba7fca8742127bcec177b93452f111d28c7f8ec7
Signed-off-by: Jorge Hernandez <jh1730@att.com>
Issue-ID: POLICY-1043
policy-endpoints/src/main/java/org/onap/policy/common/endpoints/http/server/AuthorizationFilter.java [new file with mode: 0644]
policy-endpoints/src/main/java/org/onap/policy/common/endpoints/http/server/HttpServletServerFactory.java
policy-endpoints/src/main/java/org/onap/policy/common/endpoints/http/server/aaf/AafAuthFilter.java [new file with mode: 0644]
policy-endpoints/src/main/java/org/onap/policy/common/endpoints/http/server/aaf/AafGranularAuthFilter.java [new file with mode: 0644]
policy-endpoints/src/test/java/org/onap/policy/common/endpoints/http/server/test/HttpClientTest.java
policy-endpoints/src/test/java/org/onap/policy/common/endpoints/http/server/test/TestAafAuthFilter.java [new file with mode: 0644]
policy-endpoints/src/test/java/org/onap/policy/common/endpoints/http/server/test/TestAafGranularAuthFilter.java [new file with mode: 0644]
policy-endpoints/src/test/java/org/onap/policy/common/endpoints/http/server/test/TestAuthorizationFilter.java [new file with mode: 0644]