Any LDAP services for jazz.net?
One answer
There are no APIs available for authentication, because that is handled
by the application server (Tomcat or WAS). There are some APIs
available to fetch users info from the user registry through the
com.ibm.team.repository.common.service.IExternalUserRegistryService on
the server and
com.ibm.team.repository.client.IExternalUserRegistryManager on the
client.
-
Matt Lavin
Jazz Server Team
On Thu, 2009-01-22 at 04:17 +0000, czhuang wrote:
by the application server (Tomcat or WAS). There are some APIs
available to fetch users info from the user registry through the
com.ibm.team.repository.common.service.IExternalUserRegistryService on
the server and
com.ibm.team.repository.client.IExternalUserRegistryManager on the
client.
-
Matt Lavin
Jazz Server Team
On Thu, 2009-01-22 at 04:17 +0000, czhuang wrote:
Hello, we want to call the LDAP authentication component of jazz.net
in project.
Does jazz have any api to call it's LDAP services?