10-12-2011 07:00 PM
<bean id="permissionServiceImpl" class="org.alfresco.repo.security.permissions.impl.PermissionServiceImpl">
<property name="nodeService">
<ref bean="mtAwareNodeService" />
</property>
…
<property name="dynamicAuthorities">
<list>
<ref bean="ownerDynamicAuthority" />
<ref bean="lockOwnerDynamicAuthority" />
<!– my new dynamic authorities –>
<ref bean="myDynamicAuthority" />
</list>
</property>
</bean>
So it seems I need to edit original public-services-security-context.xml and add appropriate line. But is it a preferred way? Can I put modified file to the AMP for easy installation? Or is there better way to add my bean to the dynamicAuthorities list?07-12-2012 08:49 AM
10-04-2013 02:18 PM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.