<?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 Custom role to view all the space hierarchy in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/custom-role-to-view-all-the-space-hierarchy/m-p/278006#M231136</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We have a requirement to create a custom role who can view all the spaces and subspaces, even if "Inherit Permission" is disabled and user not invited.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Well, just like Administrators can view all the spaces without invitation. But We need a role less than Administrator, just who can view all the spaces.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it possible through configuring permissionDefinition.xml ? or tweaking org.alfresco.repo.security.permissions.impl.PermissionServiceImpl.java ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nikesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Mar 2012 08:14:24 GMT</pubDate>
    <dc:creator>nikes</dc:creator>
    <dc:date>2012-03-21T08:14:24Z</dc:date>
    <item>
      <title>Custom role to view all the space hierarchy</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-role-to-view-all-the-space-hierarchy/m-p/278006#M231136</link>
      <description>Hello,We have a requirement to create a custom role who can view all the spaces and subspaces, even if "Inherit Permission" is disabled and user not invited.Well, just like Administrators can view all the spaces without invitation. But We need a role less than Administrator, just who can view all th</description>
      <pubDate>Wed, 21 Mar 2012 08:14:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-role-to-view-all-the-space-hierarchy/m-p/278006#M231136</guid>
      <dc:creator>nikes</dc:creator>
      <dc:date>2012-03-21T08:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: Custom role to view all the space hierarchy</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-role-to-view-all-the-space-hierarchy/m-p/278007#M231137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Well,I think it will not be possible through the permissionDefinition.xml&amp;nbsp; as whatever may be the role you define in there that role you need to explicitly go and assign to the user on particular space via webclient only admin has by default access on all the spaces.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2012 09:01:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-role-to-view-all-the-space-hierarchy/m-p/278007#M231137</guid>
      <dc:creator>mitpatoliya</dc:creator>
      <dc:date>2012-03-21T09:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: Custom role to view all the space hierarchy</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-role-to-view-all-the-space-hierarchy/m-p/278008#M231138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Correct.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;May be somehow at Java code level it bypasses permission check for ADMINISTRATORS? not sure.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am thinking adding a custom role in permissionDefinition.xml and then somewhere at java level hardcoding custom role to bypass permissions check similar to ADMINISTRATOR if possible.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2012 18:40:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-role-to-view-all-the-space-hierarchy/m-p/278008#M231138</guid>
      <dc:creator>nikes</dc:creator>
      <dc:date>2012-03-21T18:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: Custom role to view all the space hierarchy</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-role-to-view-all-the-space-hierarchy/m-p/278009#M231139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Please share it across if you find the way to do this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It will be really a useful feature.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2012 09:06:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-role-to-view-all-the-space-hierarchy/m-p/278009#M231139</guid>
      <dc:creator>mitpatoliya</dc:creator>
      <dc:date>2012-03-26T09:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: Custom role to view all the space hierarchy</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-role-to-view-all-the-space-hierarchy/m-p/278010#M231140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There are many java classes in alfresco's security package.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any hint how permission evaluation happens when a user navigates in repository?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2012 08:41:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-role-to-view-all-the-space-hierarchy/m-p/278010#M231140</guid>
      <dc:creator>nikes</dc:creator>
      <dc:date>2012-06-04T08:41:20Z</dc:date>
    </item>
  </channel>
</rss>

