Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Include Page
spaceKeyGrouper
pageTitleNavigation

Info

See Also also Grouper Provisioning StrategyFramework

See Also also Grouper SQL database provisioning

We will make a SQL provisioner in Grouper v2.5.

Configuration

Common config attributes for SQL are below.

...

edu.internet2.middleware.grouper.app.sqlProvisioning.SqlMembershipProvisioner

...

true

false

...

true

false

...

If subjects need to be resolved in the target before provisioning

...

true

false

...

${subject.id}
${targetEntity.attributes['uid']}

...

required

...

target attribute value that helps look up user

...

subject attribute value that helps look up user

...

show if hasTargetGroupLink 

required

...

show if hasTargetGroupLink 

required

...

optional

show if hasTargetGroupLink 

...


Info


The info on this page applies to Grouper v4 and above.


Groups, users, and memberships can be provisioned to SQL tables.  This is in v2.6.5+

Children Display


Configure a provisioner for SQL where each column of the group / entity / membership tables are attributes of the group / entity / membership.

Groups and entities can have another table for multi-valued attributes.

...

members

read,admin

update,admin

admin

...

Caching

Sync objects can cache information in SQL.  Synced from full sync (if doesnt exist or if errors), incremental (if doesnt exist or if errors), and the nightly (scheduled) subject resolution daemon (full refresh)

...