I'm trying to custom an action wich will perform some cmis queries, and I need to get the user name and password in order to pass as arguments I already figured out how to get the logged in user's name, using AuthenticatedUserDataGenerator class. With the user name, I also could get the person object, using PersonService.
The only thing I could not figure out yet is how to recover the user's password.