Adding container authorization code in web bundles
[controller.git] / opendaylight / sal / api / src / main / java / org / opendaylight / controller / sal / authorization / Privilege.java
index 63babe7d0a0399ba3e5b9752b5a87740d3f712b7..fb9662366f455f98429e7647044d79caa2bc6417 100644 (file)
@@ -9,10 +9,12 @@
 
 package org.opendaylight.controller.sal.authorization;
 
+import java.io.Serializable;
+
 /**
  * It represents the group/resource access privilege
  */
-public enum Privilege {
+public enum Privilege implements Serializable {
     NONE(""), // no privilege
     READ("r"), // read only
     USE("u"), // use