public Statement()

in source/clicklogger/src/main/java/com/clicklogs/Authorizer/AuthPolicy.java [197:202]


        public Statement(String effect, String action, List<String> resourceList, Map<String, Map<String, Object>> condition) {
            this.Effect = effect;
            this.Action = action;
            this.resourceList = resourceList;
            this.Condition = condition;
        }