public Collection getAllowRestrictionsToDelete()

in src/main/java/org/apache/sling/starter/access/models/PrivilegeItem.java [165:170]


    public Collection<String> getAllowRestrictionsToDelete() {
        if (allowRestrictionsToDelete != null) {
            return allowRestrictionsToDelete;
        }
        return Collections.emptySet();
    }