Expand my Community achievements bar.

SOLVED

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

Avatar

Community Advisor

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.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

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