Adding container authorization code in web bundles 90/490/1
authorAlessandro Boch <aboch@cisco.com>
Sat, 15 Jun 2013 00:16:01 +0000 (17:16 -0700)
committerAlessandro Boch <aboch@cisco.com>
Sat, 15 Jun 2013 00:16:01 +0000 (17:16 -0700)
commit168aaa8d2474bc82f1fac82521cf93e53e362df7
tree5ebe81bf6ad3e7ec3ed3cd86906ce0a73247fe36
parent489cc80a4348c8ddc8a48c131e30d190e0ef5c65
Adding container authorization code in web bundles

- This is for passing the front-end the privilege the current user has on the container and for enforcing the authorization filter in the web bundles rest api handlers.

Signed-off-by: Alessandro Boch <aboch@cisco.com>
opendaylight/sal/api/src/main/java/org/opendaylight/controller/sal/authorization/Privilege.java
opendaylight/web/devices/src/main/java/org/opendaylight/controller/devices/web/Devices.java
opendaylight/web/devices/src/main/java/org/opendaylight/controller/devices/web/DevicesJsonBean.java
opendaylight/web/flows/src/main/java/org/opendaylight/controller/flows/web/Flows.java
opendaylight/web/root/src/main/java/org/opendaylight/controller/web/DaylightWebUtil.java
opendaylight/web/topology/src/main/java/org/opendaylight/controller/topology/web/Topology.java
opendaylight/web/troubleshoot/src/main/java/org/opendaylight/controller/troubleshoot/web/Troubleshoot.java
opendaylight/web/troubleshoot/src/main/java/org/opendaylight/controller/troubleshoot/web/TroubleshootingJsonBean.java