Changing NB API authentication/authorization to use Tomcat Valve. 36/136/2
authorVenkatraghavan Sankarasubbu <vensanka@cisco.com>
Fri, 12 Apr 2013 22:54:17 +0000 (15:54 -0700)
committerVenkatraghavan Sankarasubbu <vensanka@cisco.com>
Fri, 12 Apr 2013 22:54:17 +0000 (15:54 -0700)
commit4e888e9099a29b43859702f0291499260ebd4720
tree430b19dc1399055a88cc48b8c99d1520a662037b
parent273701a44eb6ac914289649870c2a739b961ee8d
Changing NB API authentication/authorization to use Tomcat Valve.
Affected modules
1. Flow Programmer
2. Host Tracker
3. Static Roting
4. Statistics
5. Subnets
6. Switch Manager
7. Topology
8. Loadbalancer
Change-Id: I94267ed1878c49b9615e956aa816473361ded8f2
Signed-off-by: Venkatraghavan Sankarasubbu <vensanka@cisco.com>
36 files changed:
opendaylight/commons/opendaylight/pom.xml
opendaylight/northbound/commons/pom.xml
opendaylight/northbound/commons/src/main/java/org/opendaylight/controller/northbound/commons/AuthenticationProviderWrapper.java [deleted file]
opendaylight/northbound/commons/src/main/java/org/opendaylight/controller/northbound/commons/WebSecurityContextRepository.java [deleted file]
opendaylight/northbound/flowprogrammer/pom.xml
opendaylight/northbound/flowprogrammer/src/main/resources/WEB-INF/spring/context.xml [deleted file]
opendaylight/northbound/flowprogrammer/src/main/resources/WEB-INF/spring/servlet/security.xml [deleted file]
opendaylight/northbound/flowprogrammer/src/main/resources/WEB-INF/web.xml
opendaylight/northbound/hosttracker/pom.xml
opendaylight/northbound/hosttracker/src/main/resources/WEB-INF/spring/context.xml [deleted file]
opendaylight/northbound/hosttracker/src/main/resources/WEB-INF/spring/servlet/security.xml [deleted file]
opendaylight/northbound/hosttracker/src/main/resources/WEB-INF/web.xml
opendaylight/northbound/staticrouting/pom.xml
opendaylight/northbound/staticrouting/src/main/resources/WEB-INF/spring/context.xml [deleted file]
opendaylight/northbound/staticrouting/src/main/resources/WEB-INF/spring/servlet/security.xml [deleted file]
opendaylight/northbound/staticrouting/src/main/resources/WEB-INF/web.xml
opendaylight/northbound/statistics/pom.xml
opendaylight/northbound/statistics/src/main/resources/WEB-INF/spring/context.xml [deleted file]
opendaylight/northbound/statistics/src/main/resources/WEB-INF/spring/servlet/security.xml [deleted file]
opendaylight/northbound/statistics/src/main/resources/WEB-INF/web.xml
opendaylight/northbound/subnets/pom.xml
opendaylight/northbound/subnets/src/main/resources/WEB-INF/spring/context.xml [deleted file]
opendaylight/northbound/subnets/src/main/resources/WEB-INF/spring/servlet/security.xml [deleted file]
opendaylight/northbound/subnets/src/main/resources/WEB-INF/web.xml
opendaylight/northbound/switchmanager/pom.xml
opendaylight/northbound/switchmanager/src/main/resources/WEB-INF/spring/context.xml [deleted file]
opendaylight/northbound/switchmanager/src/main/resources/WEB-INF/spring/servlet/security.xml [deleted file]
opendaylight/northbound/switchmanager/src/main/resources/WEB-INF/web.xml
opendaylight/northbound/topology/pom.xml
opendaylight/northbound/topology/src/main/resources/WEB-INF/spring/context.xml [deleted file]
opendaylight/northbound/topology/src/main/resources/WEB-INF/spring/servlet/security.xml [deleted file]
opendaylight/northbound/topology/src/main/resources/WEB-INF/web.xml
opendaylight/samples/northbound/loadbalancer/pom.xml
opendaylight/samples/northbound/loadbalancer/src/main/resources/WEB-INF/spring/context.xml [deleted file]
opendaylight/samples/northbound/loadbalancer/src/main/resources/WEB-INF/spring/servlet/security.xml [deleted file]
opendaylight/samples/northbound/loadbalancer/src/main/resources/WEB-INF/web.xml