You are here

Adding a custom permission model

A custom permission model can be bootstrapped by using a module.

Add the following bean definition to module-context.xml:

  
    <bean id="myModule_permissionBootstrap" parent="permissionModelBootstrap">
      <property name="model" value="alfresco/module/myModuleId/myPermissionDefinitions.xml"/>
    </bean>
  

More information about custom permission models can be found in the Defining permissions section.

For more detailed information on permissions and roles, you may find it useful to reference this section in the SkyVault 2.0 5.1 documentation.