<?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 Re: How to apply permission on search content in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/how-to-apply-permission-on-search-content/m-p/17531#M7760</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Axel.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;How does Alfresco work with this permissions on a query? Is it not necessary to apply "where" restrictions in a cmis query? Because I thought it was necessary to append the restrictions on a query to a group or something like that.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;One more time Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Apr 2017 21:16:41 GMT</pubDate>
    <dc:creator>maiconramones</dc:creator>
    <dc:date>2017-04-24T21:16:41Z</dc:date>
    <item>
      <title>How to apply permission on search content</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-apply-permission-on-search-content/m-p/17527#M7756</link>
      <description>Hellow,I'm searching how to restrict the results of search API basead on some permission.My business requirements is&lt;IMG id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://migration33.stage.lithium.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt;ocument A belongs to Entity XDocument B belongs to Entity YDocument C belongs to Entity XSo I need to apply a restriction on search to show only documents of Entity X.How I can imple</description>
      <pubDate>Mon, 24 Apr 2017 18:01:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-apply-permission-on-search-content/m-p/17527#M7756</guid>
      <dc:creator>maiconramones</dc:creator>
      <dc:date>2017-04-24T18:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to apply permission on search content</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-apply-permission-on-search-content/m-p/17528#M7757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the api &lt;A class="link-titled" href="http://dev.alfresco.com/resource/AlfrescoOne/5.0/PublicAPI/org/alfresco/repo/security/authentication/AuthenticationUtil.html" title="http://dev.alfresco.com/resource/AlfrescoOne/5.0/PublicAPI/org/alfresco/repo/security/authentication/AuthenticationUtil.html" rel="nofollow noopener noreferrer"&gt;AuthenticationUtil (Alfresco 5.0.3 Public API)&lt;/A&gt; , there is a method runAs . Try it .I guess it should work .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Apr 2017 19:29:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-apply-permission-on-search-content/m-p/17528#M7757</guid>
      <dc:creator>mbajpai</dc:creator>
      <dc:date>2017-04-24T19:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to apply permission on search content</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-apply-permission-on-search-content/m-p/17529#M7758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the answer Mansha but stil not clear to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because in my case I'm using Rest Api "/search" and running query with cmis language or alfresco full text search... In this case I don't have the UID of alfresco user to try runAs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Apr 2017 19:47:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-apply-permission-on-search-content/m-p/17529#M7758</guid>
      <dc:creator>maiconramones</dc:creator>
      <dc:date>2017-04-24T19:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to apply permission on search content</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-apply-permission-on-search-content/m-p/17530#M7759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The only way to restrict the visibility of the documents via search is by applying specific read permissions (for different user groups) on these documents and/or their parent folders. You also need to disable permissions inheritance on some ancestor node of your content structure so that the default "everyone can read" permissions is not propagated. "Manage Permissions" is the action you want to look for within Share.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Apr 2017 20:41:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-apply-permission-on-search-content/m-p/17530#M7759</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2017-04-24T20:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to apply permission on search content</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-apply-permission-on-search-content/m-p/17531#M7760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Axel.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;How does Alfresco work with this permissions on a query? Is it not necessary to apply "where" restrictions in a cmis query? Because I thought it was necessary to append the restrictions on a query to a group or something like that.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;One more time Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Apr 2017 21:16:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-apply-permission-on-search-content/m-p/17531#M7760</guid>
      <dc:creator>maiconramones</dc:creator>
      <dc:date>2017-04-24T21:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to apply permission on search content</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-apply-permission-on-search-content/m-p/17532#M7761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Permissions are always handled in the background of queries and do not require any special fragments in the query. Only when you use AuthenticationUtils.runAsSystem() can you circumvent the permission checks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Apr 2017 21:20:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-apply-permission-on-search-content/m-p/17532#M7761</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2017-04-24T21:20:32Z</dc:date>
    </item>
  </channel>
</rss>

