<?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: Search files via Lucene &amp; filter results by User Permission in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/search-files-via-lucene-filter-results-by-user-permission/m-p/226506#M179636</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;There is runAs functionality, see &lt;A href="http://dev.alfresco.com/resource/docs/java/repository/org/alfresco/repo/security/authentication/AuthenticationUtil.html" rel="nofollow noopener noreferrer"&gt;http://dev.alfresco.com/resource/docs/java/repository/org/alfresco/repo/security/authentication/AuthenticationUtil.html&lt;/A&gt;&lt;BR /&gt;Haven't used it myself, try searching the forums for more detailed info &lt;A href="http://www.google.com/search?q=site:forums.alfresco.com+runas+java" rel="nofollow noopener noreferrer"&gt;http://www.google.com/search?q=site:forums.alfresco.com+runas+java&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it possible to run this class with the web services API? Thanks in advance!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Sep 2010 12:08:28 GMT</pubDate>
    <dc:creator>junieboy</dc:creator>
    <dc:date>2010-09-30T12:08:28Z</dc:date>
    <item>
      <title>Search files via Lucene &amp; filter results by User Permission</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/search-files-via-lucene-filter-results-by-user-permission/m-p/226502#M179632</link>
      <description>Hi,I'm working on the search capability using Alfresco's Lucene search API through web services, mainly searching files using metadata (aspects defined in a custom dynamic model). Is it possible to restrict your query/search results with the permissions of the user to the file/space? We don't want t</description>
      <pubDate>Thu, 30 Sep 2010 00:46:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/search-files-via-lucene-filter-results-by-user-permission/m-p/226502#M179632</guid>
      <dc:creator>junieboy</dc:creator>
      <dc:date>2010-09-30T00:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: Search files via Lucene &amp; filter results by User Permission</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/search-files-via-lucene-filter-results-by-user-permission/m-p/226503#M179633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is the default behaviour, search is evaluated using the permissions for the logged in user.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Search" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Search&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Sep 2010 06:29:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/search-files-via-lucene-filter-results-by-user-permission/m-p/226503#M179633</guid>
      <dc:creator>loftux</dc:creator>
      <dc:date>2010-09-30T06:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: Search files via Lucene &amp; filter results by User Permission</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/search-files-via-lucene-filter-results-by-user-permission/m-p/226504#M179634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;This is the default behaviour, search is evaluated using the permissions for the logged in user.&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Search" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Search&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Loftux,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What if I am using a generic account to authenticate? Is there a way to leverage this kind of behaviour? Assuming I have a web application which uses the Alfresco web services API (Lucene Search) in the backend but the account used to authenticate to Alfresco is a generic account. Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Sep 2010 09:09:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/search-files-via-lucene-filter-results-by-user-permission/m-p/226504#M179634</guid>
      <dc:creator>junieboy</dc:creator>
      <dc:date>2010-09-30T09:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: Search files via Lucene &amp; filter results by User Permission</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/search-files-via-lucene-filter-results-by-user-permission/m-p/226505#M179635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There is runAs functionality, see &lt;/SPAN&gt;&lt;A href="http://dev.alfresco.com/resource/docs/java/repository/org/alfresco/repo/security/authentication/AuthenticationUtil.html" rel="nofollow noopener noreferrer"&gt;http://dev.alfresco.com/resource/docs/java/repository/org/alfresco/repo/security/authentication/AuthenticationUtil.html&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;Haven't used it myself, try searching the forums for more detailed info &lt;/SPAN&gt;&lt;A href="http://www.google.com/search?q=site:forums.alfresco.com+runas+java" rel="nofollow noopener noreferrer"&gt;http://www.google.com/search?q=site:forums.alfresco.com+runas+java&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Sep 2010 09:32:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/search-files-via-lucene-filter-results-by-user-permission/m-p/226505#M179635</guid>
      <dc:creator>loftux</dc:creator>
      <dc:date>2010-09-30T09:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: Search files via Lucene &amp; filter results by User Permission</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/search-files-via-lucene-filter-results-by-user-permission/m-p/226506#M179636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;There is runAs functionality, see &lt;A href="http://dev.alfresco.com/resource/docs/java/repository/org/alfresco/repo/security/authentication/AuthenticationUtil.html" rel="nofollow noopener noreferrer"&gt;http://dev.alfresco.com/resource/docs/java/repository/org/alfresco/repo/security/authentication/AuthenticationUtil.html&lt;/A&gt;&lt;BR /&gt;Haven't used it myself, try searching the forums for more detailed info &lt;A href="http://www.google.com/search?q=site:forums.alfresco.com+runas+java" rel="nofollow noopener noreferrer"&gt;http://www.google.com/search?q=site:forums.alfresco.com+runas+java&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it possible to run this class with the web services API? Thanks in advance!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Sep 2010 12:08:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/search-files-via-lucene-filter-results-by-user-permission/m-p/226506#M179636</guid>
      <dc:creator>junieboy</dc:creator>
      <dc:date>2010-09-30T12:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: Search files via Lucene &amp; filter results by User Permission</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/search-files-via-lucene-filter-results-by-user-permission/m-p/226507#M179637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;There is runAs functionality, see &lt;A href="http://dev.alfresco.com/resource/docs/java/repository/org/alfresco/repo/security/authentication/AuthenticationUtil.html" rel="nofollow noopener noreferrer"&gt;http://dev.alfresco.com/resource/docs/java/repository/org/alfresco/repo/security/authentication/AuthenticationUtil.html&lt;/A&gt;&lt;BR /&gt;Haven't used it myself, try searching the forums for more detailed info &lt;A href="http://www.google.com/search?q=site:forums.alfresco.com+runas+java" rel="nofollow noopener noreferrer"&gt;http://www.google.com/search?q=site:forums.alfresco.com+runas+java&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it possible to run this &lt;/SPAN&gt;&lt;STRONG&gt;org.alfresco.repo.security.AuthenticationUtil&lt;/STRONG&gt;&lt;SPAN&gt; class with the web services API? Thanks in advance!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Sep 2010 12:09:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/search-files-via-lucene-filter-results-by-user-permission/m-p/226507#M179637</guid>
      <dc:creator>junieboy</dc:creator>
      <dc:date>2010-09-30T12:09:40Z</dc:date>
    </item>
  </channel>
</rss>

