Can ACL permissions affect Back-end(Java) classes as well? | Community
Skip to main content
Anmol_Bhardwaj
New Participant
April 26, 2022
Solved

Can ACL permissions affect Back-end(Java) classes as well?

  • April 26, 2022
  • 1 reply
  • 482 views

I have an explicit deny on a particular hierarchy of pages. Now, the group which has read access to those pages , does not have any other read access.

 

Is it possible that because of these permissions, the users on that page are not able to see multiple components.

I have 2 live copies, 1 with these permissions (allow & deny ), and 1 with no permissions.

I am able to see components in the second one , but in the first one, I can see an error in the log files which states "Method not accessible on xyzComponent@..

 

I'm not sure if ACL permissions can affect initialization of back-end classes.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by arunpatidar

Hi,

ACL does not affect java class.

 

Can you check the livecopy, the livecopy might not have cug:repPolicy node, because it does not add when you rollout a page.

The ACLs are inherited so you can see the affected permission from crxde for those component.

1 reply

arunpatidar
arunpatidarAccepted solution
New Participant
April 27, 2022

Hi,

ACL does not affect java class.

 

Can you check the livecopy, the livecopy might not have cug:repPolicy node, because it does not add when you rollout a page.

The ACLs are inherited so you can see the affected permission from crxde for those component.

Arun Patidar