Skip to Content.
Sympa Menu

grouper-dev - [grouper-dev] [ldappcng] incremental provisioning : pointInTime ?

Subject: Grouper Developers Forum

List archive

[grouper-dev] [ldappcng] incremental provisioning : pointInTime ?


Chronological Thread 
  • From: Tom Zeller <>
  • To: Grouper Dev <>
  • Subject: [grouper-dev] [ldappcng] incremental provisioning : pointInTime ?
  • Date: Thu, 28 Apr 2011 16:23:16 -0500
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:from:date:x-google-sender-auth:message-id :subject:to:content-type; b=JnBgU9bMFwk5v9MsvtqWyfAO246oH8MEi0r0lPlv+PQSO8P7PUhnOWdnNYe77gHaxN 1SdFVW3DKLjstbDKKLfOgUvk5egwpjPHvPiZ2JurUj85wjh7m70fgy+BeTwayigh4zIh txmT7CxMDvJDrLYOu2jsgCMpi5M+72TdfWac8=

When processing the grouper changelog, I think I would like to access
grouper objects as they were immediately before they were changed. Is
that possible ?

For example, when provisioning an incremental change

"remove member M from group G"

I want the grouper-shibboleth data connectors to return member M and
group G as they were at a specific time, that time being immediately
before they were changed.

I see that PITGroupFinder.findByName() has a timestamp range. I'm not
sure what range I would use.

Set<PITGroup> findByName(String name, Timestamp pointInTimeFrom,
Timestamp pointInTimeTo,
boolean exceptionIfNotFound, boolean orderByStartTime)

Thoughts ?

TomZ



Archive powered by MHonArc 2.6.16.

Top of Page