Skip to Content.
Sympa Menu

grouper-dev - RE: [grouper-dev] PITGroup assigned attributes?

Subject: Grouper Developers Forum

List archive

RE: [grouper-dev] PITGroup assigned attributes?


Chronological Thread 
  • From: "Hyzer, Chris" <>
  • To: "" <>, Grouper Dev <>
  • Subject: RE: [grouper-dev] PITGroup assigned attributes?
  • Date: Thu, 18 Feb 2016 16:11:55 +0000
  • Accept-language: en-US
  • Authentication-results: internet2.edu; dkim=none (message not signed) header.d=none;internet2.edu; dmarc=none action=none header.from=isc.upenn.edu;
  • Spamdiagnosticmetadata: NSPM
  • Spamdiagnosticoutput: 1:23

Keith, I am working with Bill and will put this in grouper if we can…

 

Thanks

Chris

 

From: [mailto:] On Behalf Of Keith Hazelton
Sent: Thursday, February 18, 2016 9:45 AM
To: Grouper Dev <>
Cc: tier-component - <>
Subject: [tier-component-architecture] Re: [grouper-dev] PITGroup assigned attributes?

 

Bill,

 

I'm sure one of the TIER Working Groups will want to have a good look at your Grouper Changelog processing code.  Can I assume you could open source it?

 

        --Keith

 

From: <> on behalf of "William G. Thompson, Jr." <>
Date: Thursday, February 18, 2016 at 07:58
To: Shilen Patel <>
Cc: Grouper Dev <>
Subject: Re: [grouper-dev] PITGroup assigned attributes?

 

Thanks, Shilen.  That looks exactly like what I need.

 

This is still very much a work in progress, but would appreciate any

thoughts on the code or direction.

 

Base "Group and Membership" consumer

 

Example "Group and Membership" consumer implementation for a target

 

Best,

Bill

 

On Thu, Feb 18, 2016 at 7:48 AM, Shilen Patel <> wrote:

Hi Bill,

 

Take a look at PITAttributeAssignFinder.  Let me know if that doesn't give

you what you need.

 

Thanks!

 

- Shilen

 

On 2/17/16, 9:25 PM, "William G. Thompson, Jr." <> wrote:

 

I'm working on a ChangeLogConsumer to sync groups and membership to a

target (in this case Office365), but it could be used for any target.

 

The current design calls for a marking attribute to be assigned to

groups or folders.  If the attribute is assigned to a group it is

marked for provisioning. If the attribute is assigned to a folder all

the groups within the folder and any sub folders are marked for

provisioning.

 

As the changeLogEvents come though I can check the group or parent

folders for the mark. So far so good. However when a deleted group

changeLogEvent comes through for a directly marked group, the group is

already deleted so I can't query the group for attribute assignments.

I can get the PITGroup, but it doesn't seem to provide access to

PITAttribtueAssignments.

 

Is this possible somehow?

 

Best,

Bill

 

 




Archive powered by MHonArc 2.6.16.

Top of Page