1 5 package org.exoplatform.portlets.content; 6 7 import org.exoplatform.portlets.content.explorer.component.model.NodeDescriptor; 8 14 public class JCRACL implements ACL { 15 16 public JCRACL() { 17 } 18 19 public boolean hasReadRole(NodeDescriptor node) { 20 return true ; 21 } 22 23 public boolean hasWriteRole(NodeDescriptor node) { 24 return false ; 25 } 26 } 27 | Popular Tags |