Monthly Archives: May 2008

HTTP File Uploads with Sun’s Identity Manager 7.1

Identity Manager has a display class called FileUpload which you can use to do HTTP File Uploads. In a form, it would look something like this:
<Field name=’fileUpload’>
    <Display class=’FileUpload’>
        <Property name=’Title’ value=’File to upload’/>
    </Display>
</Field>
In the above example, the field fileUpload would be set to an object of type DataSource. I want to use the contents of the file as a [...]

Parsing XML in XPRESS Rules Within Sun’s Identity Manager

I’ve been doing a lot of work with Sun’s Identity Manager lately, and have some things that might be of interest to other’s so I’ll try to post them here as time permits.
I think the coolest thing I’ve done so far is to build a library for parsing XML within XPRESS. It’s actually fairly [...]