<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic removing certain privileges from the role in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/removing-certain-privileges-from-the-role/m-p/58829#M20899</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ,&lt;/P&gt;&lt;P&gt;i am trying to remove the delete option for his qwn document from&amp;nbsp; contributor .&lt;/P&gt;&lt;P&gt;How can it be done .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Apr 2018 09:39:41 GMT</pubDate>
    <dc:creator>aniruddha</dc:creator>
    <dc:date>2018-04-23T09:39:41Z</dc:date>
    <item>
      <title>removing certain privileges from the role</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/removing-certain-privileges-from-the-role/m-p/58829#M20899</link>
      <description>hi ,i am trying to remove the delete option for his qwn document from&amp;nbsp; contributor .How can it be done .</description>
      <pubDate>Mon, 23 Apr 2018 09:39:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/removing-certain-privileges-from-the-role/m-p/58829#M20899</guid>
      <dc:creator>aniruddha</dc:creator>
      <dc:date>2018-04-23T09:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: removing certain privileges from the role</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/removing-certain-privileges-from-the-role/m-p/58830#M20900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This can easily be done by implementing a policy / behaviour to set the document owner to the NO_OWNER (empty string) special value. A contributor does not by itself have the privilege to delete any document - that only is granted by the fact that the creator of a document is by default its owner, and gets delete privileges via the OWNER role.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2018 11:10:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/removing-certain-privileges-from-the-role/m-p/58830#M20900</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2018-04-23T11:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: removing certain privileges from the role</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/removing-certain-privileges-from-the-role/m-p/58831#M20901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i don't want to give delete privileges for Contributor role .&lt;/P&gt;&lt;P&gt;and not even to his own file.&lt;A __default_attr="73554" __jive_macro_name="user" _jive_internal="true" data-id="73554" data-objecttype="3" data-type="person" href="https://community.alfresco.com/people/afaust" rel="nofollow noopener noreferrer"&gt;&lt;/A&gt;&amp;nbsp;Please explain through step by step&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2018 12:29:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/removing-certain-privileges-from-the-role/m-p/58831#M20901</guid>
      <dc:creator>aniruddha</dc:creator>
      <dc:date>2018-04-23T12:29:08Z</dc:date>
    </item>
    <item>
      <title>Re: removing certain privileges from the role</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/removing-certain-privileges-from-the-role/m-p/58832#M20902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Even better: I can point you to a decent tutorial on how to &lt;A href="https://ecmarchitect.com/alfresco-developer-series-tutorials/behaviors/tutorial/tutorial.html" rel="nofollow noopener noreferrer"&gt;write behaviours / policies&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;When you understood that, then you only need to use the OwnableService to set the owner to OwnableService.NO_OWNER for any documents you need to handle. BE CAREFUL: Do not apply this logic to ALL documents in Alfresco, only those you really need to handle. Otherwise you will break your system i.e. if you remove owner privileges from technical documents (thumbnails, preferences...).&amp;nbsp;One option is to use the SiteService to check if the node is part of a specific site you want to handle, or even contained in a documentLibrary, and use NodeService + DictionaryService to check if the node may be a thumbnail which you wouldn't want to handle.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2018 12:51:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/removing-certain-privileges-from-the-role/m-p/58832#M20902</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2018-04-23T12:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: removing certain privileges from the role</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/removing-certain-privileges-from-the-role/m-p/58833#M20903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to achieve user based access control in alfresco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2018 13:10:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/removing-certain-privileges-from-the-role/m-p/58833#M20903</guid>
      <dc:creator>aniruddha</dc:creator>
      <dc:date>2018-04-23T13:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: removing certain privileges from the role</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/removing-certain-privileges-from-the-role/m-p/58834#M20904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;... by assigning permissions on nodes to users? I am not sure I understand that question. Maybe it is just too trivial a thing that I don't understand what problem you could have understanding.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2018 14:41:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/removing-certain-privileges-from-the-role/m-p/58834#M20904</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2018-04-23T14:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: removing certain privileges from the role</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/removing-certain-privileges-from-the-role/m-p/58835#M20905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i meant that how can we set permissions based on user id ,not on thier roles??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2018 04:35:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/removing-certain-privileges-from-the-role/m-p/58835#M20905</guid>
      <dc:creator>aniruddha</dc:creator>
      <dc:date>2018-04-24T04:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: removing certain privileges from the role</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/removing-certain-privileges-from-the-role/m-p/58836#M20906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That does not make it clearer. What you are describing IS "assigning permissions". Technically speaking there is no "role" in Alfresco. "Contributor" is just a permission that has been set for a particular user / group on a particular node, and which is inherited through the hierarchy. The permission "Contributor" includes other, more fine-grained permissions, like "AddChildren", which allows to create new&amp;nbsp;nodes into existing structures. When you only want to deal with the low level (granular) permissions, than you'd need to customise the UI to expose those and only use these for permission assignment instead of the high-level "Contributor" one. The process would still be the same - assign permission X to user / group Y on node Z either via the "Manage Permissions" action in the UI or the PermissionService.setPermission() operation in Java code (or indirectly via a ReST API).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2018 10:14:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/removing-certain-privileges-from-the-role/m-p/58836#M20906</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2018-04-24T10:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: removing certain privileges from the role</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/removing-certain-privileges-from-the-role/m-p/58837#M20907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I got your problem but Alfresco is designed in a way in which you will have to provide permission/role on node level, not to the entire system.&lt;/P&gt;&lt;P&gt;which ever user you want to give whatever permission or role you can but at node level not at the entire Alfresco repository.&lt;/P&gt;&lt;P&gt;Refer this URL for detailed permission for various roles and sections of Alfresco&amp;nbsp;&lt;A class="link-titled" href="https://docs.alfresco.com/5.2/references/permissions_share.html" title="https://docs.alfresco.com/5.2/references/permissions_share.html" rel="nofollow noopener noreferrer"&gt;User roles and permissions | Alfresco Documentation&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;In this&amp;nbsp;URL you can go through &lt;A href="https://docs.alfresco.com/5.2/references/permissions_share_components.html" rel="nofollow noopener noreferrer"&gt;Content Permissions&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Rupesh Sawaliya&lt;/P&gt;&lt;P&gt;EnProwess Technologies&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2018 11:18:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/removing-certain-privileges-from-the-role/m-p/58837#M20907</guid>
      <dc:creator>rupeshsawaliya</dc:creator>
      <dc:date>2018-04-24T11:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: removing certain privileges from the role</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/removing-certain-privileges-from-the-role/m-p/58838#M20908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i cant get it properly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2018 11:41:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/removing-certain-privileges-from-the-role/m-p/58838#M20908</guid>
      <dc:creator>aniruddha</dc:creator>
      <dc:date>2018-04-24T11:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: removing certain privileges from the role</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/removing-certain-privileges-from-the-role/m-p/58839#M20909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using the concept of DynamicAuthority you can basically implement user-only based permissions on the entire repository. This requires some Java development and working around registration issues (Alfresco did not intend that to be a public extension point). It is best used only for permission not involving the base READ access ones, because as soon as there is a single DynamicAuthority relating to READ, a critical optimisation Alfresco has in place for SOLR / query ACL checks will be disabled...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2018 14:16:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/removing-certain-privileges-from-the-role/m-p/58839#M20909</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2018-04-24T14:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: removing certain privileges from the role</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/removing-certain-privileges-from-the-role/m-p/58840#M20910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for new custom role how to give permissions like write, delete, view etc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2018 11:30:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/removing-certain-privileges-from-the-role/m-p/58840#M20910</guid>
      <dc:creator>aniruddha</dc:creator>
      <dc:date>2018-04-25T11:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: removing certain privileges from the role</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/removing-certain-privileges-from-the-role/m-p/58841#M20911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aniruddha,&lt;BR /&gt;See if this link &lt;A _jive_internal="true" href="https://community.alfresco.com/docs/DOC-5840-custom-permissions-in-share" rel="nofollow noopener noreferrer"&gt;Custom Permission&lt;/A&gt; can help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rupesh Sawaliya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2018 13:50:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/removing-certain-privileges-from-the-role/m-p/58841#M20911</guid>
      <dc:creator>rupeshsawaliya</dc:creator>
      <dc:date>2018-04-25T13:50:49Z</dc:date>
    </item>
  </channel>
</rss>

