<?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 DO WE GET THE RIGHTS OF A USER IN SAILPOINT? in Tech Talk</title>
    <link>https://community.isc2.org/t5/Tech-Talk/HOW-DO-WE-GET-THE-RIGHTS-OF-A-USER-IN-SAILPOINT/m-p/47077#M3267</link>
    <description>&lt;P&gt;Including a line of command in the back end can easily solve this issue.&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can also do this by opening the sailpoint application. for the tutorial, you can check the official documentation of the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://unitedskill.com/course/sailpoint-training" target="_blank" rel="nofollow noopener noreferrer"&gt;sailpoint training&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;on their website.&lt;/P&gt;&lt;P&gt;I hope it solves your issue. you can also raise a ticket over there for any assistance.&lt;/P&gt;</description>
    <pubDate>Mon, 23 Aug 2021 11:18:29 GMT</pubDate>
    <dc:creator>sudheerpatel</dc:creator>
    <dc:date>2021-08-23T11:18:29Z</dc:date>
    <item>
      <title>HOW DO WE GET THE RIGHTS OF A USER IN SAILPOINT?</title>
      <link>https://community.isc2.org/t5/Tech-Talk/HOW-DO-WE-GET-THE-RIGHTS-OF-A-USER-IN-SAILPOINT/m-p/41060#M3054</link>
      <description>&lt;P&gt;I’m trying to write a policy violation in&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://hkrtrainings.com/sailpoint-training" target="_blank" rel="nofollow noopener noopener noreferrer"&gt;Sailpoint&lt;/A&gt;. But I don’t know how to get the rights of the user who is asking a new right. I’ve tried this:&lt;/P&gt;&lt;P&gt;List links1 = null;&lt;/P&gt;&lt;P&gt;IdentityService service = new IdentityService(context);&lt;/P&gt;&lt;P&gt;Application app1 = context.getObjectByName(Application.class, “Autres”);&lt;/P&gt;&lt;P&gt;try { links1 = service.getLinks(identity, app1);&lt;/P&gt;&lt;P&gt;} catch (Exception e) { System.out.println(e.getMessage());&lt;/P&gt;&lt;P&gt;e.printStackTrace();&lt;/P&gt;&lt;P&gt;} List DUList1 = new ArrayList();&lt;/P&gt;&lt;P&gt;if(links1.size() != 0){ Object DUObj = links1.get(0).getAttribute(“DU”);&lt;/P&gt;&lt;P&gt;if(DUObj != null){ if (DUObj instanceof String) DUList1.add((String) DUObj);&lt;/P&gt;&lt;P&gt;else DUList1.addAll((List) DUObj);&lt;/P&gt;&lt;P&gt;} }&lt;/P&gt;&lt;P&gt;It was supposed to return the list of the rights that the user has and the rights that he is asking. But it doesn’t work.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 13:53:12 GMT</pubDate>
      <guid>https://community.isc2.org/t5/Tech-Talk/HOW-DO-WE-GET-THE-RIGHTS-OF-A-USER-IN-SAILPOINT/m-p/41060#M3054</guid>
      <dc:creator>priyasony</dc:creator>
      <dc:date>2020-11-25T13:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: HOW DO WE GET THE RIGHTS OF A USER IN SAILPOINT?</title>
      <link>https://community.isc2.org/t5/Tech-Talk/HOW-DO-WE-GET-THE-RIGHTS-OF-A-USER-IN-SAILPOINT/m-p/41097#M3057</link>
      <description>&lt;P&gt;The best advice that I can provide at this time is to contact "Sailpoint" support.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not sure how many folks use the tool (I had never heard of it and had to look it up).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You could also attempt a Google search to see if there is a Product Blog that might have the answer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry that I can't help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;d&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 29 Nov 2020 18:19:01 GMT</pubDate>
      <guid>https://community.isc2.org/t5/Tech-Talk/HOW-DO-WE-GET-THE-RIGHTS-OF-A-USER-IN-SAILPOINT/m-p/41097#M3057</guid>
      <dc:creator>dcontesti</dc:creator>
      <dc:date>2020-11-29T18:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: HOW DO WE GET THE RIGHTS OF A USER IN SAILPOINT?</title>
      <link>https://community.isc2.org/t5/Tech-Talk/HOW-DO-WE-GET-THE-RIGHTS-OF-A-USER-IN-SAILPOINT/m-p/47077#M3267</link>
      <description>&lt;P&gt;Including a line of command in the back end can easily solve this issue.&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can also do this by opening the sailpoint application. for the tutorial, you can check the official documentation of the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://unitedskill.com/course/sailpoint-training" target="_blank" rel="nofollow noopener noreferrer"&gt;sailpoint training&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;on their website.&lt;/P&gt;&lt;P&gt;I hope it solves your issue. you can also raise a ticket over there for any assistance.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Aug 2021 11:18:29 GMT</pubDate>
      <guid>https://community.isc2.org/t5/Tech-Talk/HOW-DO-WE-GET-THE-RIGHTS-OF-A-USER-IN-SAILPOINT/m-p/47077#M3267</guid>
      <dc:creator>sudheerpatel</dc:creator>
      <dc:date>2021-08-23T11:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: HOW DO WE GET THE RIGHTS OF A USER IN SAILPOINT?</title>
      <link>https://community.isc2.org/t5/Tech-Talk/HOW-DO-WE-GET-THE-RIGHTS-OF-A-USER-IN-SAILPOINT/m-p/49413#M3406</link>
      <description>&lt;P&gt;Hi, David&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This online Community is specific to the Sailpoint Application and will not be able to help you with questions about Sailpoint. for the tutorial, you can check the official documentation of the &lt;A href="https://tekslate.com/sailpoint-training" target="_blank" rel="noopener"&gt;Sailpoint online training&lt;/A&gt; on their website.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope it solves your issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanking you,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;</description>
      <pubDate>Sat, 29 Jan 2022 11:08:13 GMT</pubDate>
      <guid>https://community.isc2.org/t5/Tech-Talk/HOW-DO-WE-GET-THE-RIGHTS-OF-A-USER-IN-SAILPOINT/m-p/49413#M3406</guid>
      <dc:creator>Wilsondom667</dc:creator>
      <dc:date>2022-01-29T11:08:13Z</dc:date>
    </item>
  </channel>
</rss>

