[midPoint] creating my first connector - unable to comprehend group management
Odd Arne Beck
oddbeck at gmail.com
Wed Feb 26 20:21:40 CET 2025
Hi!
I am on Midpoint 4.9.1 and I am trying to figure out developing a connector
and getting to know the framework for connectors. I've studied several
other connectors and their source code in the process.
I'm creating a basic connector for sqlite creating tables Users, Groups and
UsersGroups (mapping table for group membership). I use the hibernate ORM
for the database part.
As of now my connector is able to create the Users, and any roles (groups)
are also created through entitlements in the 'Groups' table.
However, when I assign a user to a group the create() / executeQuery() /
Update() and similar methods are triggered but I am not able to see
anywhere a ref to a user ID or something similar that I can use in order to
inject the UserId + GroupId into my "UsersGroups" table.
I am pretty sure I've set up the associations accordingly to the docs for
4.9.1.
What am I missing or not understanding?
Thanks for any advice and help.
Best regards,
Odd Beck
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.evolveum.com/pipermail/midpoint/attachments/20250226/69a216a7/attachment.htm>
More information about the midPoint
mailing list