| <?xml version="1.0" encoding="UTF-8"?> |
| <!-- |
| Licensed to the Apache Software Foundation (ASF) under one |
| or more contributor license agreements. See the NOTICE file |
| distributed with this work for additional information |
| regarding copyright ownership. The ASF licenses this file |
| to you under the Apache License, Version 2.0 (the |
| "License"); you may not use this file except in compliance |
| with the License. You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, |
| software distributed under the License is distributed on an |
| "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| KIND, either express or implied. See the License for the |
| specific language governing permissions and limitations |
| under the License. |
| --> |
| |
| <entity-engine-xml> |
| <!-- Marketing Manager security --> |
| <SecurityPermission description="View operations in the Marketing Manager." permissionId="MARKETING_VIEW"/> |
| <SecurityPermission description="Create operations in the Marketing Manager." permissionId="MARKETING_CREATE"/> |
| <SecurityPermission description="Update operations in the Marketing Manager." permissionId="MARKETING_UPDATE"/> |
| <SecurityPermission description="Delete operations in the Marketing Manager." permissionId="MARKETING_DELETE"/> |
| <SecurityPermission description="ALL operations in the Marketing Manager." permissionId="MARKETING_ADMIN"/> |
| <SecurityPermission description="Limited view operations in the Marketing Manager." permissionId="MARKETING_ROLE_VIEW"/> |
| <SecurityPermission description="Limited update operations in the Marketing Manager." permissionId="MARKETING_ROLE_UPDATE"/> |
| |
| <!-- SFA security --> |
| <SecurityPermission description="View operations in the SFA Manager." permissionId="SFA_VIEW"/> |
| <SecurityPermission description="Create operations in the SFA Manager." permissionId="SFA_CREATE"/> |
| <SecurityPermission description="Update operations in the SFA Manager." permissionId="SFA_UPDATE"/> |
| <SecurityPermission description="Delete operations in the SFA Manager." permissionId="SFA_DELETE"/> |
| <SecurityPermission description="ALL operations in the SFA Manager." permissionId="SFA_ADMIN"/> |
| <SecurityPermission description="Limited view operations in the SFA Manager." permissionId="SFA_ROLE_VIEW"/> |
| <SecurityPermission description="Limited update operations in the SFA Manager." permissionId="SFA_ROLE_UPDATE"/> |
| |
| <!-- add admin to SUPER permission group --> |
| <SecurityGroupPermission groupId="SUPER" permissionId="MARKETING_ADMIN"/> |
| <SecurityGroupPermission groupId="SUPER" permissionId="SFA_ADMIN"/> |
| |
| </entity-engine-xml> |