[daisy] AccessManager interface question
Karel Vervaeke
karel at outerthought.org
Tue Apr 22 09:39:02 CEST 2008
While working with the AccessManager I spotted these lines:
/**
* Equivalent of {@link #getAclInfoOnLive(long, long[],
org.outerj.daisy.repository.Document)}.
*/
AclResultInfo getAclInfoOnStaging(long userId, long[] roleIds,
Document document) throws RepositoryException;
At first I thought it may have been a copy-paste error and that this
method should be equivalent to an overloaded version of
getAclInfoOnStaging, but since the method signature is also identical,
I'm unsure what it should. Anyway, AFAICS the implementations are not
identical, so the methods are probably not identical.
Can you shed some light, Bruno?
Regards,
Karel
More information about the daisy
mailing list