You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Attributes

When grouper loader runs to add/delete members from groups, it will populate the following attributes.

  • grouperLoaderMetadata - marker attribute assigned to groups only.  This is single assigned, no value.  The following attributes are assigned to the assignment of this attribute to a group.  The are single valued string attributes.
    • grouperLoaderMetadataLoaded (required)- set to true means this group is loaded from the loader
    • grouperLoaderMetadataGroupId (required) - group id which is being populated by loader.
    • grouperLoaderMetadataLastFullMillisSince1970 (required) - millis since 1970 that this group was fully processed (run in thread and dont do PIT and change log)
    • grouperLoaderMetadataLastIncrementalMillisSince1970 (optional) - millis since 1970 that this group was incrementally processed (run in thread and dont do PIT and change log)
    • grouperLoaderMetadataLastSummary (optional) - total: 105, inserted: 6, deleted: 7, updated: 2 (run in thread and dont do PIT and change log)
  • If a group is processed by loader, it will set these attributes
  • If a group is assigned to be processed by a loader job, but was not included, the grouperLoaderMetadataLoaded will be set to "false" without touching the other attributes

Show on UI (TODO)

Spec to be provided later

Should show on the grouper loader tab somehow...

Do not load (TODO)

Spec to be provided later

If a membership is in the deprovisioning lockout, and this group and loader job group is marked to deprovision users, then dont load it.

Delete groups not loaded (TODO)

Spec to be provided later

In Grouper 2.4 will use this metadata to remove groups which are removed from the source system.  Currently this is done with SQL like string.

  • No labels