My webMethods Server
10.11 |
My webMethods Server Webhelp
|
Administering My webMethods Server
|
System Administrator Functions
|
Working with the Common Directory Services API
|
CDS Code Examples
|
Authenticate User
Authenticate User
IDirectorySession session =
DirectorySystemFactory.getDirectorySystem().createSession();
IDirectoryUser user = session.authenticateUser("username", "password");