return new Entry(principal, privilegeBits, isAllow, restrictions, getNamePathMapper());
}
@Override
public void orderBefore(AccessControlEntry srcEntry, AccessControlEntry destEntry) throws RepositoryException {
throw new UnsupportedRepositoryOperationException("reordering is not supported");
}