I have LDAP and REST connectors.

Pull task for LDAP has pull templates for users and groups, both are
connected to REST resource.
REST resource has RestPropagationActions implementation - I use it to add
additional data for users and groups in "before" and "after" methods, such
as "restRemoreId" after user / created successfully.

I am going to use LdapPullActions implementation to attach users and groups
in remote REST resource in "afterAll" method.

- I pull users and groups from LDAP
- then they successfully created (propagated) to remote REST resource 
- then in RestPropagationActions in "after" methods I successfully save
"restRemoreId" attribute for each user and group using userDAO and groupDAO. 
- then I come to the LdapPullActions and in "afterAll" method I try to get
data for newly created users and groups from userDAO and groupDAO and I
don't see "restRemoreId" attribute in models.

Is there a way to share data about users and groups between Propagation
Actions and Pull Actions in Syncope?

--
Sent from: http://syncope-user.1051894.n5.nabble.com/

Reply via email to