Skip to content

docker/midPoint-Grouper_connector

9eaa7f024f
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
Code

Latest commit

Obsolete features like support for __ACCOUNT__ and __GROUP__ object
classes were removed. Currently the connector supports only PlainGroup
object class that contains a list of group members.

The code was generally cleaned up and refactored to improve
understandability and maintainability. Unnecessary dependencies were
removed to reduce JAR size.

Version was increased to 0.5.
9eaa7f0

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
November 23, 2019 12:12
November 23, 2019 12:12

midPoint-Grouper_connector

This is a connector that can read groups from a Grouper instance using REST calls. Currently it supports these searches only:

  • fetching all groups,
  • fetching a group by name,
  • fetching a group by UUID.

When fetching a group, a client can choose whether to get basic group data only (name, UUID, extension) or whether to obtain a list of group members as well.

Besides search operation the following ones are supported:

  • schema
  • test

This connector was tested with Grouper 2.4.

About

Two connectors to be maintained: a REST connector and the Groovy scripts for an AMQP "connector"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages