From 8a51121dd12952ff226e9c28a1d4d93e4cfa5b68 Mon Sep 17 00:00:00 2001 From: Liem Nguyen Date: Tue, 26 Aug 2014 12:57:18 -0700 Subject: [PATCH] Added AAA AuthN filter to RESTConf web.xml Change-Id: I78d57335e805165c99038b4a6f89f8c5229253a5 Signed-off-by: Liem Nguyen --- .../sal-rest-connector/src/main/resources/WEB-INF/web.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/opendaylight/md-sal/sal-rest-connector/src/main/resources/WEB-INF/web.xml b/opendaylight/md-sal/sal-rest-connector/src/main/resources/WEB-INF/web.xml index f39eae4542..60c3378471 100644 --- a/opendaylight/md-sal/sal-rest-connector/src/main/resources/WEB-INF/web.xml +++ b/opendaylight/md-sal/sal-rest-connector/src/main/resources/WEB-INF/web.xml @@ -10,6 +10,11 @@ javax.ws.rs.Application org.opendaylight.controller.sal.rest.impl.RestconfApplication + + + com.sun.jersey.spi.container.ContainerRequestFilters + org.opendaylight.aaa.sts.TokenAuthFilter + 1 -- 2.36.6