Class CartOperationServiceProperties.ItemListSecurity
java.lang.Object
com.broadleafcommerce.cartoperation.service.CartOperationServiceProperties.ItemListSecurity
- Enclosing class:
- CartOperationServiceProperties
Properties related to access control of item lists.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe roles that are allowed to delete an item list.The roles that are allowed to edit an item list.The roles that are allowed to share an item list.The roles that are allowed to view an item list.void
setAllowedDeleteRoles
(Set<String> allowedDeleteRoles) The roles that are allowed to delete an item list.void
setAllowedEditRoles
(Set<String> allowedEditRoles) The roles that are allowed to edit an item list.void
setAllowedShareRoles
(Set<String> allowedShareRoles) The roles that are allowed to share an item list.void
setAllowedViewRoles
(Set<String> allowedViewRoles) The roles that are allowed to view an item list.
-
Constructor Details
-
ItemListSecurity
public ItemListSecurity()
-
-
Method Details
-
getAllowedViewRoles
The roles that are allowed to view an item list. -
getAllowedEditRoles
The roles that are allowed to edit an item list. -
getAllowedDeleteRoles
The roles that are allowed to delete an item list. -
setAllowedViewRoles
The roles that are allowed to view an item list. -
setAllowedEditRoles
The roles that are allowed to edit an item list. -
setAllowedDeleteRoles
The roles that are allowed to delete an item list.
-