Lazy Loading

In the case of lazy loading, while DO's original data originalData is empty, User access rights can't be checked. For this reason, security methods of SecureDO.java class which check assert rights about DOs, call method:

checkLoad()

which loads DO's original data originalData, if not loaded, and then, Users access rights methods are called for loaded DOs.