Deliver centralized role management feature
[portal.git] / ecomp-portal-BE-os / src / main / java / org / openecomp / portalapp / portal / transport / OnboardingApp.java
index f953634..eee1223 100644 (file)
@@ -56,6 +56,10 @@ public class OnboardingApp {
        public String uebSecret;
        
        public Boolean restrictedApp;
+       
+       public Boolean isCentralAuth;
+       
+       public String nameSpace;
 
        public void normalize() {
                this.name = (this.name == null) ? "" : this.name.trim();