<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
Jim,<div><br class="webkit-block-placeholder"></div><div>Thanks. I'll review tomorrow morning. I think that gives lots of options!</div><div><br><div> <span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><div>Phil Hunt</div><div>Oracle</div><br class="Apple-interchange-newline"></span></span></span></span></span></span></span></span></span> </div><br><div><div>On 28-Nov-07, at 9:02 PM, Jim Sermersheim wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="margin-top: 0px; margin-bottom: 0px; "> <font face="Dialog" size="2">Phil, there's some text at </font><i><u><a href="http://wiki.eclipse.org/IdAS_Basic_Deployment#Edit_the_configuration_file"><font face="Dialog" size="2" color="#0000ff">http://wiki.eclipse.org/IdAS_Basic_Deployment#Edit_the_configuration_file</font></a></u></i><font face="Dialog" size="2"> which describes two different methods for doing IdAS context registration/configuration.</font> </div> <br><div style="margin-top: 0px; margin-bottom: 0px; "> <font face="Dialog" size="2">While the first way uses a configuration file on disk, that's only one way of creating and configuring the IdASRegistry. In theory, we should be able to create the entire configuration at runtime as a Map object, and pass that to IdASRegistry.configure. That assumes there's some way (at runtime) to know how to build that Map object.</font> </div> <br><div style="margin-top: 0px; margin-bottom: 0px; "> <font face="Dialog" size="2">A middle-ground alternate would place static configuration data in the config file, then at runtime, after populating the ConfigurationHandler, get the Map (ConfigurationHandler.getSettings), inject the remaining (dynamic) config settings into the Map, pass that updated Map back into ConfigurationHandler.config, and continue as normal.</font> </div> <br><div style="margin-top: 0px; margin-bottom: 0px; "> <font face="Dialog" size="2">At least I think that should work -- it might be a good exercise to test it with the BasicIdAS deployment.</font> </div> <br><div style="margin-top: 0px; margin-bottom: 0px; "> <font face="Dialog" size="2">Jim</font><br><br>>>> "Jim Sermersheim" <<a href="mailto:jimse@novell.com">jimse@novell.com</a>> 11/28/07 3:14 PM >>><br> </div><div style="margin-top: 0px; margin-bottom: 0px; "> <font face="Dialog" size="2">So, we may need to flesh out our capabilities in these areas. We can access attributes in IdAS, and we can get/set policy on a context factory (though we've yet to demonstrate what that looks like), but we don't yet have the ability to express policy at the Context or DigitalSubject level. This is stuff that has sort of been on the back burner.</font><br><br>>>> Anthony Nadalin <<a href="mailto:drsecure@us.ibm.com">drsecure@us.ibm.com</a>> 11/28/07 2:00 PM >>><br> </div><div style="margin-top: 0px; margin-bottom: 0px; "> Not seeing any value with IGF, we already have claims and policy that can express what IGF is supposed to be able to express, so maybe the IGF folks can just pickup what has been done with defining the claims.<br><br>Anthony Nadalin | Work 512.838.0085 | Cell 512.289.4122<br><br><!--11/28/2007 02:45:24 PM---To try and push ahead on fleshing out what it would tak"><font color="#424282">"Jim Sermersheim" ---11/28/2007 02:45:24 PM---To try and push ahead on fleshing out what it would take to consume Higgins by the IGF, or implement parts of it in Higgins, we</font><br><br> </p>--> <span><IMAGE.gif></span> </div> <table cellpadding="0" width="100%" cellspacing="0" border="0"> <tbody><tr valign="top"> <td width="1%"><div style="margin-top: 0px; margin-bottom: 0px; "> <span><IMAGE.gif></span> <br> <font color="#5F5F5F" size="2">From:</font> </div> </td> <td width="100%"><div style="margin-top: 0px; margin-bottom: 0px; "> <span><IMAGE.gif></span> <br> <font size="2">"Jim Sermersheim" <<a href="mailto:jimse@novell.com">jimse@novell.com</a>></font> </div> </td> </tr> <tr valign="top"> <td width="1%"><div style="margin-top: 0px; margin-bottom: 0px; "> <span><IMAGE.gif></span> <br> <font color="#5F5F5F" size="2">To:</font> </div> </td> <td width="100%"><div style="margin-top: 0px; margin-bottom: 0px; "> <span><IMAGE.gif></span> <br> <font size="2"><<a href="mailto:higgins-dev@eclipse.org">higgins-dev@eclipse.org</a>></font> </div> </td> </tr> <tr valign="top"> <td width="1%"><div style="margin-top: 0px; margin-bottom: 0px; "> <span><IMAGE.gif></span> <br> <font color="#5F5F5F" size="2">Date:</font> </div> </td> <td width="100%"><div style="margin-top: 0px; margin-bottom: 0px; "> <span><IMAGE.gif></span> <br> <font size="2">11/28/2007 02:45 PM</font> </div> </td> </tr> <tr valign="top"> <td width="1%"><div style="margin-top: 0px; margin-bottom: 0px; "> <span><IMAGE.gif></span> <br> <font color="#5F5F5F" size="2">Subject:</font> </div> </td> <td width="100%"><div style="margin-top: 0px; margin-bottom: 0px; "> <span><IMAGE.gif></span> <br> <font size="2">[higgins-dev] Notes from a teleconf meeting wrt IGF</font> </div> </td> </tr> </tbody></table> <br><div style="margin-top: 0px; margin-bottom: 0px; "> <font color="#8091A5"><hr align="left" size="2" width="100%" style="color: #8091A5" noshade="noshade"> </font><br> <br> <br> To try and push ahead on fleshing out what it would take to consume Higgins by the IGF, or implement parts of it in Higgins, we had a chat on the phone with Phil Hunt. Primarily, the call was geared toward sharing descriptions of architecture (understanding how IdAS works and understanding the IGF architecture).<font size="4"> </font><br><br>I put notes here <font color="#0000FF"><u><a href="http://wiki.eclipse.org/20071128_IGF_teleconf_notes"><i>http://wiki.eclipse.org/20071128_IGF_teleconf_notes</i></a></u></font><font size="4"> </font><br>which are pointed at from here <font color="#0000FF"><u><a href="http://wiki.eclipse.org/IGF_Integration"><i>http://wiki.eclipse.org/IGF_Integration</i></a></u></font><font size="4"> </font><br>which is pointed at from here <font color="#0000FF"><u><a href="http://wiki.eclipse.org/Identity_Attribute_Service"><i>http://wiki.eclipse.org/Identity_Attribute_Service</i></a></u></font><font size="4"> </font> </div><div style="margin-top: 0px; margin-bottom: 0px; "> <br> I'll start a new thread (continuing an old one) on Idas API extensibility which was one of the work items that came from the call.<font size="4"> </font> </div><div style="margin-top: 0px; margin-bottom: 0px; "> <br> Jim<font size="4"> </font><tt>_______________________________________________<br>higgins-dev mailing list<br><a href="mailto:higgins-dev@eclipse.org">higgins-dev@eclipse.org</a><br><a href="https://dev.eclipse.org/mailman/listinfo/higgins-dev">https://dev.eclipse.org/mailman/listinfo/higgins-dev</a><br></tt><br> </div> <span><IMAGE.gif></span><span><IMAGE.gif></span><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">_______________________________________________</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">higgins-dev mailing list</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><a href="mailto:higgins-dev@eclipse.org">higgins-dev@eclipse.org</a></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><a href="https://dev.eclipse.org/mailman/listinfo/higgins-dev">https://dev.eclipse.org/mailman/listinfo/higgins-dev</a></div> </blockquote></div><br></div></body></html>