Merge "Added AAA AuthN filter to RESTConf web.xml"
authorEd Warnicke <eaw@cisco.com>
Fri, 29 Aug 2014 03:18:53 +0000 (03:18 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Fri, 29 Aug 2014 03:18:53 +0000 (03:18 +0000)
opendaylight/md-sal/sal-rest-connector/src/main/resources/WEB-INF/web.xml

index f39eae45424941355b2d9a7291d62eea744048a4..60c3378471f6b0989967c707462c132d7418218f 100644 (file)
             <param-name>javax.ws.rs.Application</param-name>
             <param-value>org.opendaylight.controller.sal.rest.impl.RestconfApplication</param-value>
         </init-param>
+        <!-- AAA Auth Filter -->
+        <init-param>
+            <param-name>com.sun.jersey.spi.container.ContainerRequestFilters</param-name>
+            <param-value> org.opendaylight.aaa.sts.TokenAuthFilter</param-value>
+        </init-param>
         <load-on-startup>1</load-on-startup>
     </servlet>