Skip to Content.
Sympa Menu

mace-opensaml-users - Re: [OpenSAML] List.add(index,Object) doesn't work on PolicyType.getRules

Subject: OpenSAML user discussion

List archive

Re: [OpenSAML] List.add(index,Object) doesn't work on PolicyType.getRules


Chronological Thread 
  • From: "Håkon Sagehaug" <>
  • To:
  • Subject: Re: [OpenSAML] List.add(index,Object) doesn't work on PolicyType.getRules
  • Date: Mon, 21 Jul 2008 08:49:09 +0200
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version :content-type:references:x-google-sender-auth; b=uF+ZNHV+21MLlY8cw/52hnCiR8TEeE0E2QVnYQXtULA9We6nFygg4GhEJRuaWSrTOu tJmJ87j6F6Etl5vVsjxEIxb11sdJ3wmIyy23SOvGf7XLlo9LECN5JAiI4wJfhWyTRJ+h eZSlB+xSADtyGDWzxev0duFNOi1fgNuMxWxs4=

Hi
 
I've been on vacation, is this an issue still??
 
Not sure how the list is implemented
 
cheers, håkon

 
2008/6/24, Karen Loughran <>:

Hi Hakon,

I'm trying to use List.add(index, Object) functionality to add a rule at a
certain position within a PolicyType's rule list but irrespective it always
adds the rule at the end (after the default deny rule).

So for the following, I try to add a new rule at index 0

PolicyType oldPolicy;
....
.....
oldPolicy.getRules().add(0, newRule)

Is this mapped onto a simple add ?  Will the functionality be available ?

Thanks
Karen



--
Håkon Sagehaug, Software Developer
Parallab, Bergen Center for Computational Science (BCCS)
UNIFOB AS (University of Bergen Research Company)

  • Re: [OpenSAML] List.add(index,Object) doesn't work on PolicyType.getRules, Håkon Sagehaug, 07/21/2008

Archive powered by MHonArc 2.6.16.

Top of Page