hsp wrote:
Sorry if my question is so obvious, is a shame that it is not for me. The acl you said is like 'access control list' ? How could I implement it? Is there a ready support in jackrabbit for this?
no, jackrabbit just defines the interface that you must implement: org.apache.jackrabbit.core.security.AccessManager where authorization information is retrieved from or stored is up to the implementation.
regards marcel