Comprehensive connector enhancement with new features, bug fixes, architecture refactoring and automated test coverage #18
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This PR delivers comprehensive enhancements to the Google Apps connector including new features (UpdateDelta operations, enhanced search capabilities, group membership management), architectural improvements through handler separation and API executor introduction, bug fixes for attribute handling, and robust test coverage with automated tests.
New Feature
1. UpdateDelta Operation Implementation
2. Enhanced Search Capabilities
3. Group Membership Operations
Configuration Enhancements
Service Account Configuration
Proxy Configuration
HTTP Timeout Configuration
Pagination Configuration
Advanced API Configuration
Bug Fixes & Improvements
Architecture Refactoring
Test Infrastructure
Testing
mvn testmidPoint Configuration Example
Group Membership Mapping Example
With the group membership management in midPoint can be configured more efficiently using associations. Here's a recommended configuration:
This configuration enables:
The UpdateDelta implementation ensures that only changed memberships are processed, improving performance for users with many group memberships.
Structured Attributes Mapping Example
The connector now provides consistent JSON formatting for structured attributes like
externalIds,emails,phones, andorganizations. This ensures reliable midPoint integration and prevents unnecessary update operations due to format inconsistencies.Important Note: When constructing JSON strings in midPoint expressions, ensure that keys are specified in alphabetical order to match the connector's consistent output format. In the following example,
"type"comes before"value"alphabetically, which matches the connector's sorted JSON output.