Skip to Content.
Sympa Menu

shibboleth-dev - Re: [Shib-Dev] hacking lastActivityInstant for point-in-time provisioning via the attribute resolver ?

Subject: Shibboleth Developers

List archive

Re: [Shib-Dev] hacking lastActivityInstant for point-in-time provisioning via the attribute resolver ?


Chronological Thread 
  • From: Brent Putman <>
  • To:
  • Subject: Re: [Shib-Dev] hacking lastActivityInstant for point-in-time provisioning via the attribute resolver ?
  • Date: Mon, 23 May 2011 22:21:50 -0400



On 5/23/11 12:32 PM, Tom Zeller wrote:
> Does this code look correct for a custom grouper attribute query extension ?
>
> https://spaces.internet2.edu/display/Grouper/AttributeQuery+UpdatedSince+Extension
>
> Thanks for looking,
> TomZ


Just eyeballing it, and not actually running it, it seems pretty
correct, except:

You don't want the Extensions element from the metadata schema, you want
the one from the protocols schema. We just had this come up on the
opensaml users list, coincidentally. You just need to change the
constants to use the SAML20P ones, and also invoke the builder with the
1-arg QName overloaded build method. Something like this:

QName name = new QName(SAMLConstants.SAML20P_NS, Extensions.LOCAL_NAME,
SAMLConstants.SAML20P_PREFIX);
Extensions ext = (Extensions)
builderFactory.getBuilder(name).buildObject(name);






Archive powered by MHonArc 2.6.16.

Top of Page