<?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: Java: Find users with specific UME actions in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/java-find-users-with-specific-ume-actions/m-p/7186025#M1519160</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Same problem I faced yesterday for my SSO project on the portal:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My method to resolve  was :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Take the user/users in scope  Export  them from UME&lt;/P&gt;&lt;P&gt;2. Export roles into a readable format and check out the actions by comparing the user - role - actions relationship in a TEXT file/readable file&lt;/P&gt;&lt;P&gt;3. pick the roles you want to edit , edit in notepad  import the roles( here I copied and created a Zrole  before importing )&lt;/P&gt;&lt;P&gt;for example ( NWDI.ARCHITECT ) to ( ZNWDI.ARCHITECT)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could not find easier method than the above&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Aug 2010 19:55:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-08-19T19:55:30Z</dc:date>
    <item>
      <title>Java: Find users with specific UME actions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/java-find-users-with-specific-ume-actions/m-p/7186024#M1519159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the Java UME it is easy to find out which roles, groups and actions a specific user has. The same applies for groups or roles - the connected entites can easily be found.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But how can I found out which users have a certain action? If I browse for the action I have not possibility to find the direct or indirect assignment to the users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could somebody assist? Thanks in advance!&lt;/P&gt;&lt;P&gt;Beat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Aug 2010 08:21:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/java-find-users-with-specific-ume-actions/m-p/7186024#M1519159</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-19T08:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: Java: Find users with specific UME actions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/java-find-users-with-specific-ume-actions/m-p/7186025#M1519160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Same problem I faced yesterday for my SSO project on the portal:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My method to resolve  was :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Take the user/users in scope  Export  them from UME&lt;/P&gt;&lt;P&gt;2. Export roles into a readable format and check out the actions by comparing the user - role - actions relationship in a TEXT file/readable file&lt;/P&gt;&lt;P&gt;3. pick the roles you want to edit , edit in notepad  import the roles( here I copied and created a Zrole  before importing )&lt;/P&gt;&lt;P&gt;for example ( NWDI.ARCHITECT ) to ( ZNWDI.ARCHITECT)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could not find easier method than the above&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Aug 2010 19:55:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/java-find-users-with-specific-ume-actions/m-p/7186025#M1519160</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-19T19:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: Java: Find users with specific UME actions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/java-find-users-with-specific-ume-actions/m-p/7186026#M1519161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, this is also the way I am using.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Aug 2010 12:42:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/java-find-users-with-specific-ume-actions/m-p/7186026#M1519161</guid>
      <dc:creator>xinleifeng</dc:creator>
      <dc:date>2010-08-31T12:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: Java: Find users with specific UME actions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/java-find-users-with-specific-ume-actions/m-p/7186027#M1519162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmm - well - I had hoped that there is a better way than this. If somebody has an other solution I'm very happy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But thanks for the input!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Oct 2010 14:17:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/java-find-users-with-specific-ume-actions/m-p/7186027#M1519162</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-18T14:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: Java: Find users with specific UME actions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/java-find-users-with-specific-ume-actions/m-p/7186028#M1519163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;An EP developer can help you by creating a simple query report, if you are going to need it very often. Otherwise as above said.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ajesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Oct 2010 14:51:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/java-find-users-with-specific-ume-actions/m-p/7186028#M1519163</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-18T14:51:04Z</dc:date>
    </item>
  </channel>
</rss>

