XpressUtils - Helping Sun Identity Management Professionals
   
 
Utilities
Tech Talk
Tip of the day
A user object refers to information stored in the IDM repository. A user view refers to the information stored in the IDM repository plus the assigned resources.

Current Poll
Do you think Identity as a Service (IdaaS) is going to replace Identity Management implemented internally within an organization?

Yes, IdaaS is the future
Maybe, but internal IdM will persist too
No, it's unlikely to be adopted
Not sure how things will progress

Comments:

View previous poll results

Import-All - Import multiple files into IDM

  • Are you a developer in Xpress?
  • Do you occassionally need to import IDM exchange files through the web administrative interface into the waveset repository?
  • Do you find single-file upload monotonous, if there are multiple files to be imported?
  • Ever wished there was a way to upload and import multiple xml files at once into the repository?
If you answer "yes" to any of the above questions, you would certainly find Import-All fun to work with. Download Import-All  Download now!

Import-All is a plugin to your current IDM deployment that allows selection and import of multiple IDM exchange files
with only a couple of clicks!

Import-All Why use Import-All?
  • You get the ability to import any number of xml files with only a few clicks
  • Import-All uses standard IDM import code available through the public API's provided within the IDM package.
  • An easy interface provides a prompt color-coded feedback after each file-import
  • Import errors (due to xml grammar invalidations) are highlighted in red
  • You can cancel file-import at any time
  • Above all, it's free to download and use!
  • The setup is simple! Check out the instructions below.
If you have any comments or feedback, please use the form below or feel free to contact us here.
FAQ's
FAQ's
Requirements:
  • Sun Identity Manager version 5.0 or higher
  • Abobe Flash version 9 or above. (If you do not have it installed yet, click here to download)
Instructions:
  • Click here to download the zip file. It contains 2 jsp's and 1 flash file.
  • Extract the files into the "configure" directory of your IDM installation directory
  • Modify the file: configure/fileimport.jsp to always redirect to the new file: fileimport_multiple.jsp
    Add the following lines below the file-description and copyright comments (see image on right):

    <%
       if (true) {
         response.sendRedirect("fileimport_multiple.jsp");
         return;
       }
    %>

  • You are ready to go!
Import-All - Page redirection
Technical yada yada:
There might be some questions making rounds in techie minds, so here's the discussion on why this tool was developed the way it was:
  • Why Flash?
    Traditionally, the HTML form element <input type="file"> has been able to provide the functionality of browsing and selecting only one file at a time. All browsers support this behavior, which is the reason why IDM offers it too. We are left with 2 options then:
    1. A Java applet component that allows browsing the filesystem. The limitation is that Java applets need to be signed in order to do so which involves modifying the web.xml for the IDM application.. too much intrusive work!
    2. A Flex component that allows browsing and selecting multiple files. The setup is simple, interface is good and it is popular, thus increasing the chances of most of us already having the flash plugin installed into our browsers.
  • The one technical hiccup experienced while creating this component was the sharing of session between the IDM admin pages and the flex component at runtime. This challenge has been overcome by passing the session token in the URL (read here for more info).
  • Note: The file configure/fileimport.jsp is not supplied as part of the download here to avoid any license-agreement and code-infringement issues with Sun Microsystems. All jsp code supplied with this utility is developed completely using the public API's provided in the Sun IDM package.


Feedback

Feedback / Comments:

We value comments from XpressUtils users! We strive to make this site better for you each day, so all constructive comments are appreciated.
Please feel free to send us your feedback!
 
From: agus Mar 04, 01:47 AM
Comment sss
From: Chellappan S Mar 04, 01:32 AM
Comment idm developer
From: shubham Feb 15, 05:23 AM
Comment where this identity management is more in demand?
From: umesh Feb 09, 09:53 PM
Comment i m unable 2 download an mobile software
From: Shiv Feb 04, 01:55 AM
Comment I'v gone through many sites but i am not getting the exact difference between LDAP Server and Directory Server. Can you pls help me out.
From: ratan Jan 23, 09:45 PM
Comment good
From: Grv Jan 11, 01:46 AM
Comment The website has shown lot of improvement...Cheers..everytime i log-in there is something new.. Best Wishes..and..Wishing you a Happy new and prosperous year 2010..you are making a better site from good..
From: jagadisham Jan 05, 03:36 AM
Comment Wishing you a Happy new and prosperous year 2010
From: jagad Dec 22, 10:11 AM
Comment New RSS!! wonderful!!
From: Girish S Dec 11, 03:38 PM
Comment The Datepicker link was very helpful. Thank You.
View all comments >>

Submit a comment:

Name: required
E-mail: required
Comments: required
Submit Comments
Tip: If you have a question related to programming in Xpress or some functionality in IDM, please post it as a new article in the Articles section.

It's quick, easy and does not require you to sign-up too!
 
    Home | Terms of use | Contact us | Help    
  Copyright © 2008-2009 XpressUtils.com. All rights reserved.