Hello Bo (I think),
I am trying to access the access control cred holders with the ID but can’t find a suitable method.
I am working on a non-access control plugin based Inside the event server.
I just recently found out that by waiting 20-30 seconds after the event server has started I can retrieve all the AC elements with the Configuration.Instance.getItems() and that I can also get accessControlEvent messages by casting from a base event.
This accessControlEvent gives me RelatedCredentialHolderIds. Now I just need a way to get the CredentialHolder (name, properties etc..) with that ID.
How can I do this?