How to get name of attribute from UPlainAttr ?

2020-05-04 Thread ohaya
Hi, In the after() method of a Pull Actions, I am trying to list out the user attributes from the pull, e.g.: User myUser = userDAO.find(entity.getKey()); List listOfAttrs = outsideUser.getPlainAttrs(); // Print the name from the list for(UPlainAttr

Question about testing LDAPPasswordPullActions

2020-05-04 Thread ohaya
Hi, I was able to build and deploy the LDAPPasswordPullActions pull action to one of our 2.1.5 Syncope instances and am trying to test it. I assume that this normally takes in the LDAP userPassword attribute, but I was wondering what the "Type" of the "userPassword" attribute should be in the

Re: What approach to do this in Syncope?

2020-05-04 Thread ohaya
Hi, Can someone here answer my question below re. PULL Action class: "how does my code in the pull action class access the attribute that was pulled and how does it store the resulting 2 attribute values into the realm" ?? Thanks, Jim On Saturday, May 2, 2020, 04:59:09 PM EDT, wrote:

Re: Problem implementing First test Syncope pull action

2020-05-04 Thread ohaya
Hi, FYI, I put the original syncope-core-provisioning-java-2.1.5.jar back and bounced the Tomcat, and the pull action is still not appearing in the console. Jim On Monday, May 4, 2020, 03:02:40 AM EDT, wrote: Hi, Actually, I was just looking at the original syncope-core-provisi

Re: Problem implementing First test Syncope pull action

2020-05-04 Thread ohaya
Hi, Actually, I was just looking at the original syncope-core-provisioning-java-2.1.5.jar and that has a class with the same name in the same directory inside the JAR. I'm assuming that was because you all include that when we built Syncope. So when I did what I did, I basically just replaced