How to get the user's password?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2012 02:30 PM
Hi,
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.
Is there any way to achieve this?
Thanks in advance.
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.
Is there any way to achieve this?
Thanks in advance.
Labels:
- Labels:
-
Archive
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2012 03:11 PM
No its not possible.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2012 03:44 PM
No its not possible.
So now I have a problem…
Can you think on a workaround for this?
Have someone ever tried to query the repository using cmis?
I wouldn't want to hardcode or save the password in a xml/property file.
I thought I could do that.
Thanks mrogers for your response.
