![JAR search and dependency download from the Maven repository](/logo.png)
META-INF.portlet-model-hints.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"?> <model-hints> <model name="com.liferay.portal.security.service.access.policy.model.SAPEntry"> <field name="uuid" type="String" /> <field name="sapEntryId" type="long" /> <field name="companyId" type="long" /> <field name="userId" type="long" /> <field name="userName" type="String" /> <field name="createDate" type="Date" /> <field name="modifiedDate" type="Date" /> <field name="allowedServiceSignatures" type="String"> <hint-collection name="TEXTAREA" /> </field> <field name="defaultSAPEntry" type="boolean" /> <field name="enabled" type="boolean" /> <field name="name" type="String" /> <field name="title" type="String" localized="true" /> </model> </model-hints>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy