Working With The CDS API
Working With The CDS API
1
Working with the Common Directory Services API
2
Working with the Common Directory Services API
Prerequisites
Before you can work with the CDS API, you must take the following actions:
The My webMethods Server database tables must be created by the webMethods
Database Component Configurator. This is normally carried out immediately after
installation.
3
Working with the Common Directory Services API
4
Working with the Common Directory Services API
Authenticate User
IDirectorySession session =
DirectorySystemFactory.getDirectorySystem().createSession();
IDirectoryUser user = session.authenticateUser("username", "password");
5
Working with the Common Directory Services API