Showing posts with label ACL. Show all posts
Showing posts with label ACL. Show all posts

Tuesday, June 30, 2020

Handle ACL via Pom

In this blog, we are going to handle ACL via pom.xml of the project.


ACL available options:

  • ignore
  • overwrite
  • merge
  • merge_preserve
  • clear
By default acls are installed in overwrite mode.

You can add any of the option in pom file. Below is the code for "merge" ACL option via pom:

achandling merge

OLAP vs OLTP

OLAP (Online Analytical Processing) and OLTP (Online Transaction Processing) are two different approaches to handling data in databases.  ...