Class ReadAccessHelper
java.lang.Object
org.ametys.cms.rights.solrchecking.ReadAccessHelper
- All Implemented Interfaces:
- Component,- Contextualizable,- Serviceable
Helper for Read ACL
- 
Field SummaryFieldsModifier and TypeFieldDescriptionThe Extension Point for doing additonal operations before and after callingRightManager.getReadAccessAllowedUsers(Object)protected RightManagerThe right managerstatic final StringAvalon role.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionallowedUsers(AmetysObject ametysObject) Gets the allowed users for read-access to the given objectvoidcontextualize(Context context) voidservice(ServiceManager manager) 
- 
Field Details- 
ROLEAvalon role.
- 
_rightManagerThe right manager
- 
_allowedUsersActionAdditionalOperationsEPprotected AllowedUsersActionAdditionalOperationsExtensionPoint _allowedUsersActionAdditionalOperationsEPThe Extension Point for doing additonal operations before and after callingRightManager.getReadAccessAllowedUsers(Object)
 
- 
- 
Constructor Details- 
ReadAccessHelperpublic ReadAccessHelper()
 
- 
- 
Method Details- 
service- Specified by:
- servicein interface- Serviceable
- Throws:
- ServiceException
 
- 
contextualize- Specified by:
- contextualizein interface- Contextualizable
- Throws:
- ContextException
 
- 
allowedUsersGets the allowed users for read-access to the given object- Parameters:
- ametysObject- The object to test
- Returns:
- the allowed users for read-access to the given object
 
 
-