Hi all,

We are trying to detect the changes from roles, users with any actions: create/update/delete. Is there any way to detect if users or roles are changed?

We find out the interface SynchronizationListener. Perhaps, it could handle the case but don't know how to use it.

Thanks a lot.

asked 17.01.2018 at 02:55

Lam%20Nguyen's gravatar image

Lam Nguyen
(suspended)
accept rate: 0%


Hi Lam

The SynchronizationListener gets only inform if a synchronization job is running that synchronizes an external security system like ActiveDirectory or Novell with Axon.ivy. If you don't use such an external security system then the SynchronizationListener gets never called.

At the moment there is no high level event listener that you can use to detect such changes. However in Axon.ivy internally there are such mechanisms but they are not yet public or accessible from an ivy project.

Regards

Reto Weiss, Axon.ivy Support

link

answered 18.01.2018 at 03:06

Reto%20Weiss's gravatar image

Reto Weiss ♦♦
4.9k202857
accept rate: 74%

thanks so much for your quick response

(18.01.2018 at 05:22) Lam Nguyen Lam%20Nguyen's gravatar image
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×2

Asked: 17.01.2018 at 02:55

Seen: 913 times

Last updated: 18.01.2018 at 05:22