update jazz user password by REST API
![]()
sun vincent (1●1●1)
| asked Mar 06 '13, 2:34 a.m.
edited Mar 06 '13, 8:10 a.m. by Spencer Murata (2.3k●11●59●71)
I am writing an application where I need to change jazz user password from my app. Is there any REST API available for that functionality?
thanks!
|
2 answers
![]()
The common and preferred way to have your Jazz user management done by integrating with a LDAP server.
If you are using a LDAP server, you should use the LDAP API to update your user info. As Paul says, there is no public Jazz API for maintaining users om a Tomcat user registry or a LDAP server. Comments Passwords are not really managed directly by these apps. They are using the JEE container to drive authentication. Authentication is done with some type of user registry... It really depends on the registry the JEE container (tomcat, WAS, ...) is configured with. LDAP is one option, File is another ....
|
![]()
Unfortunately, I don't believe there is a public API to change user passwords. Here are the public APIs for the CLM applications:
RQM: RQM Reportable API OSLC QM V2 API RTC: RTC Reportable API OSLC CM V2 API RRC: RRC Reportable API OSLC RM V2 API |
Comments
And i want to get the all REST APIs document what jazz server supplies? anybody knows how to get it ?