Interface AllowedUsersActionAdditionalOperations
- All Known Implementing Classes:
AddSiteNameRequestAttribute
public interface AllowedUsersActionAdditionalOperations
Extension for
AllowedUsersActionAdditionalOperationsExtensionPoint
-
Method Summary
Modifier and TypeMethodDescriptionvoid
afterGettingAllowedUsers
(AmetysObject ametysObject, Request request) Do an additional operation afterAllowedUsersByObjectAction
callsRightManager.getReadAccessAllowedUsers(Object)
void
beforeGettingAllowedUsers
(AmetysObject ametysObject, Request request) Do an additional operation beforeAllowedUsersByObjectAction
callsRightManager.getReadAccessAllowedUsers(Object)
-
Method Details
-
beforeGettingAllowedUsers
Do an additional operation beforeAllowedUsersByObjectAction
callsRightManager.getReadAccessAllowedUsers(Object)
- Parameters:
ametysObject
- The AmetysObject which will be passed toRightManager.getReadAccessAllowedUsers(Object)
request
- The current request
-
afterGettingAllowedUsers
Do an additional operation afterAllowedUsersByObjectAction
callsRightManager.getReadAccessAllowedUsers(Object)
- Parameters:
ametysObject
- The AmetysObject which will be passed toRightManager.getReadAccessAllowedUsers(Object)
request
- The current request
-