META-INF.resource-actions.default.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of com.liferay.portal.security.service.access.policy.service Show documentation
Show all versions of com.liferay.portal.security.service.access.policy.service Show documentation
Liferay Portal Security Service Access Policy Service
<?xml version="1.0"?> <!DOCTYPE resource-action-mapping PUBLIC "-//Liferay//DTD Resource Action Mapping 7.0.0//EN" "http://www.liferay.com/dtd/liferay-resource-action-mapping_7_0_0.dtd"> <resource-action-mapping> <model-resource> <model-name>com.liferay.portal.security.service.access.policy</model-name> <portlet-ref> <portlet-name>com_liferay_portal_security_service_access_policy_web_portlet_SAPPortlet</portlet-name> </portlet-ref> <root>true</root> <weight>1</weight> <permissions> <supports> <action-key>ADD_SAP_ENTRY</action-key> </supports> <site-member-defaults /> <guest-defaults /> <guest-unsupported> <action-key>ADD_SAP_ENTRY</action-key> </guest-unsupported> </permissions> </model-resource> <model-resource> <model-name>com.liferay.portal.security.service.access.policy.model.SAPEntry</model-name> <portlet-ref> <portlet-name>com_liferay_portal_security_service_access_policy_web_portlet_SAPPortlet</portlet-name> </portlet-ref> <weight>2</weight> <permissions> <supports> <action-key>DELETE</action-key> <action-key>PERMISSIONS</action-key> <action-key>UPDATE</action-key> <action-key>VIEW</action-key> </supports> <site-member-defaults /> <guest-defaults /> <guest-unsupported> <action-key>DELETE</action-key> <action-key>PERMISSIONS</action-key> <action-key>UPDATE</action-key> </guest-unsupported> </permissions> </model-resource> </resource-action-mapping>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy