Skip to Content.
Sympa Menu

grouper-dev - RE: [grouper-dev] gid/fid/aid

Subject: Grouper Developers Forum

List archive

RE: [grouper-dev] gid/fid/aid


Chronological Thread 
  • From: Chris Hyzer <>
  • To: Grouper Dev <>
  • Subject: RE: [grouper-dev] gid/fid/aid
  • Date: Tue, 30 Oct 2012 18:22:11 +0000
  • Accept-language: en-US

The development and testing for this enhancement is done in trunk (2.2)


Thanks,
Chris


On Tue, Apr 24, 2012 at 3:32 PM, Chris Hyzer <>  wrote:

It seems like it would be useful if Groups/Folders/AttributeNames had a unique integer associated with them for that env for Grouper 2.2.

 

We could add a col and unique constraint and index to each of the three tables.

We could have a table with three rows which keeps track of the current index (could have minimum in grouper.properties).

A helper method could increment the current index for new objects in a new autonomous transaction (note, if transaction of new group is rolled back then the indexes for groups will not be consecutive).

Grouper startup could assert that the current index pointer is greater than the max index for each object type

Finding an object by id could accept either the UUID or integer (or we could make a new method to do this if we didn’t want to figure it out by the “type” of the id (string vs integer).

This value would be exported, and imported, unless there is a conflict on import, in which case the next available integer would be used (similar to how uuids work).

 

Does this solve the comanage issue and the gid issue?

 

Thanks,

Chris

 




--
David Langenberg
Identity Management
The University of Chicago



  • RE: [grouper-dev] gid/fid/aid, Chris Hyzer, 10/30/2012

Archive powered by MHonArc 2.6.16.

Top of Page