summaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/main/java/org/openecomp/vid/asdc/beans/SecureService.java
blob: 1372472f53e1ea7e32ae94542be09907b1cbcd14 (plain)
1
2
3
4
5
6
7
8
9
package org.openecomp.vid.asdc.beans;

/**
 * Created by Oren on 6/27/17.
 */
public class SecureService extends  Service{

    public boolean isPermmited = true;
}