Replacing Spring Security framework with Apache Tomcat Valve for Web Security (UI... 22/122/1
authorVenkatraghavan Sankarasubbu <vensanka@sjc-ads-2495.(none)>
Sat, 6 Apr 2013 14:19:52 +0000 (07:19 -0700)
committerVenkatraghavan Sankarasubbu <vensanka@cisco.com>
Sat, 6 Apr 2013 14:27:15 +0000 (07:27 -0700)
commit86a8fcb92de5475f366cda9e79e1b494834267b1
tree66227efc299b078416204b20a43999fa51b94a1e
parent53c4c25db41a16aa3d820e50657e143cbc177c8c
Replacing Spring Security framework with Apache Tomcat Valve for Web Security (UI Only).
Northbound will be handled as part of a different commit.
Updated Web UI modules :
1. Root
2. Flows
3. Devices
4. Topology
5. Troublehshooting

Change-Id: I09fa1968a184bf6ae0c6248e8eea3c05a40433d8
Signed-off-by: Venkatraghavan Sankarasubbu <vensanka@cisco.com>
51 files changed:
opendaylight/distribution/opendaylight/pom.xml
opendaylight/distribution/opendaylight/src/main/resources/configuration/context.xml
opendaylight/distribution/opendaylight/src/main/resources/configuration/tomcat-server.xml
opendaylight/security/pom.xml [new file with mode: 0644]
opendaylight/security/src/main/java/org/opendaylight/controller/security/ControllerCustomRealm.java [new file with mode: 0644]
opendaylight/usermanager/src/main/java/org/opendaylight/controller/usermanager/IUserManager.java
opendaylight/usermanager/src/main/java/org/opendaylight/controller/usermanager/internal/UserManagerImpl.java
opendaylight/usermanager/src/main/java/org/opendaylight/controller/usermanager/security/SessionManager.java
opendaylight/web/devices/pom.xml
opendaylight/web/devices/src/main/java/org/opendaylight/controller/devices/web/Devices.java
opendaylight/web/devices/src/main/resources/WEB-INF/jsp/error.jsp [new file with mode: 0644]
opendaylight/web/devices/src/main/resources/WEB-INF/jsp/login.jsp [new file with mode: 0644]
opendaylight/web/devices/src/main/resources/WEB-INF/spring/context.xml [deleted file]
opendaylight/web/devices/src/main/resources/WEB-INF/spring/servlet/security.xml [deleted file]
opendaylight/web/devices/src/main/resources/WEB-INF/web.xml
opendaylight/web/flows/pom.xml
opendaylight/web/flows/src/main/java/org/opendaylight/controller/flows/web/Flows.java
opendaylight/web/flows/src/main/java/org/opendaylight/controller/flows/web/Flows.java.rej [new file with mode: 0644]
opendaylight/web/flows/src/main/resources/WEB-INF/jsp/error.jsp [new file with mode: 0644]
opendaylight/web/flows/src/main/resources/WEB-INF/jsp/login.jsp [new file with mode: 0644]
opendaylight/web/flows/src/main/resources/WEB-INF/spring/context.xml [deleted file]
opendaylight/web/flows/src/main/resources/WEB-INF/spring/servlet/security.xml [deleted file]
opendaylight/web/flows/src/main/resources/WEB-INF/web.xml
opendaylight/web/root/pom.xml
opendaylight/web/root/src/main/java/org/opendaylight/controller/web/AuthenticationProviderWrapper.java [deleted file]
opendaylight/web/root/src/main/java/org/opendaylight/controller/web/ControllerAuthenticationSuccessHandler.java [deleted file]
opendaylight/web/root/src/main/java/org/opendaylight/controller/web/ControllerCustomFilter.java [deleted file]
opendaylight/web/root/src/main/java/org/opendaylight/controller/web/ControllerLoginUrlAuthEntryPoint.java [deleted file]
opendaylight/web/root/src/main/java/org/opendaylight/controller/web/ControllerLogoutHandler.java [deleted file]
opendaylight/web/root/src/main/java/org/opendaylight/controller/web/ControllerUserDetailsService.java [deleted file]
opendaylight/web/root/src/main/java/org/opendaylight/controller/web/ControllerWebSecurityContextRepository.java [deleted file]
opendaylight/web/root/src/main/java/org/opendaylight/controller/web/DaylightWeb.java
opendaylight/web/root/src/main/java/org/opendaylight/controller/web/DaylightWebAdmin.java
opendaylight/web/root/src/main/resources/WEB-INF/jsp/error.jsp [new file with mode: 0644]
opendaylight/web/root/src/main/resources/WEB-INF/jsp/login.jsp
opendaylight/web/root/src/main/resources/WEB-INF/spring/context.xml [deleted file]
opendaylight/web/root/src/main/resources/WEB-INF/web.xml
opendaylight/web/root/src/main/resources/js/one.js
opendaylight/web/topology/pom.xml
opendaylight/web/topology/src/main/java/org/opendaylight/controller/topology/web/Topology.java
opendaylight/web/topology/src/main/resources/WEB-INF/jsp/error.jsp [new file with mode: 0644]
opendaylight/web/topology/src/main/resources/WEB-INF/jsp/login.jsp [new file with mode: 0644]
opendaylight/web/topology/src/main/resources/WEB-INF/spring/context.xml [deleted file]
opendaylight/web/topology/src/main/resources/WEB-INF/spring/servlet/security.xml [deleted file]
opendaylight/web/topology/src/main/resources/WEB-INF/web.xml
opendaylight/web/troubleshoot/pom.xml
opendaylight/web/troubleshoot/src/main/resources/WEB-INF/jsp/error.jsp [new file with mode: 0644]
opendaylight/web/troubleshoot/src/main/resources/WEB-INF/jsp/login.jsp [new file with mode: 0644]
opendaylight/web/troubleshoot/src/main/resources/WEB-INF/spring/context.xml [deleted file]
opendaylight/web/troubleshoot/src/main/resources/WEB-INF/spring/servlet/security.xml [deleted file]
opendaylight/web/troubleshoot/src/main/resources/WEB-INF/web.xml