Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [higgins-dev] Adding contexts dynamically to the IdASRegistry

Hello,

I added these methods to IdASRegistry:
    public void registerContextId(String contextId, Map contextIdConfiguration);
    public void removeContextId(String contextId);

Please have a look at them and tell me if that can do what you had in mind.

Markus

On Wed, Jun 25, 2008 at 7:47 AM, Rajalakshmi S Iyer <iyer_rajalakshmi@xxxxxxxxxx> wrote:
Yes. It will be good to have this feature enabled for our future use. I
have raised a bug for the same -
https://bugs.eclipse.org/bugs/show_bug.cgi?id=238374.

Thanks,
Best regards,
Rajalakshmi Iyer




            "Markus
            Sabadello"
            <msabadello@parit                                          To
            yinc.net>                 "Higgins (Trust Framework) Project
            Sent by:                  developer discussions"
            higgins-dev-bounc         <higgins-dev@xxxxxxxxxxx>
            es@xxxxxxxxxxx                                             cc

                                                                  Subject
            06/24/2008 03:02          Re: [higgins-dev] Adding contexts
            PM                        dynamically to the IdASRegistry


            Please respond to
            "Higgins \(Trust
               Framework\)
            Project developer
              discussions"
            <higgins-dev@ecli
                pse.org>






You are right, this is not currently possible. But we can add that feature
easily if you need it?

Markus

On Tue, Jun 24, 2008 at 7:38 AM, Rajalakshmi S Iyer <
iyer_rajalakshmi@xxxxxxxxxx> wrote:

 Is it possible to add a new context configuration (i.e. a context ID and
 its configuration map) to the IdAS registry dynamically? It appears that
 the only way to update context information in the IdASRegistry is through
 the IdASRegistry's configure() method, which overwrites the existing
 context entries in the registry.

 Thanks,
 Best regards,
 Rajalakshmi Iyer

 _______________________________________________
 higgins-dev mailing list
 higgins-dev@xxxxxxxxxxx
 https://dev.eclipse.org/mailman/listinfo/higgins-dev
_______________________________________________
higgins-dev mailing list
higgins-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/higgins-dev


_______________________________________________
higgins-dev mailing list
higgins-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/higgins-dev


Back to the top