Password management using Groovy/JavaScript?
Submitted by AnnMichele on Thu, 09/01/2011 - 13:00
Hello!
I am trying to see if I can get and set passwords using Groovy, interacting with JavaScript?
Is there a package that I can access from Groovy which contains methods to perform these functions?
Thanks,
alj
Keywords:

Password Management
Alj,
Groovy can do this using the SDK and the user object. The example shows how to find a user and set their password. There is no way to get the password.
Javascript can call a scripto web service with the arguments needed, and scripto can return JSON that's easy to consume.
Jim