Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
General cleanup of connector code
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.
Showing
17 changed files
with
934 additions
and
1,623 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,15 @@ | ||
# midPoint-Grouper_connector | ||
Two connectors to be maintained: a REST connector and the Groovy scripts for an AMQP "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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
201 changes: 0 additions & 201 deletions
201
src/main/java/com/evolveum/polygon/connector/grouper/rest/AbstractGroupProcessor.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.