diff options
Diffstat (limited to 'vid-app-common/src/main/java/org')
-rw-r--r-- | vid-app-common/src/main/java/org/openecomp/vid/asdc/beans/SecureServices.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vid-app-common/src/main/java/org/openecomp/vid/asdc/beans/SecureServices.java b/vid-app-common/src/main/java/org/openecomp/vid/asdc/beans/SecureServices.java index 0d2c2fba..0fcd7922 100644 --- a/vid-app-common/src/main/java/org/openecomp/vid/asdc/beans/SecureServices.java +++ b/vid-app-common/src/main/java/org/openecomp/vid/asdc/beans/SecureServices.java @@ -9,7 +9,8 @@ import java.util.List; public class SecureServices { private Collection<Service> services; - private boolean isReadOnly = true; + //Disable roles until AAF integration finishes + private boolean isReadOnly = false; public void setServices(Collection<Service> services) { this.services = services; |