| IBM WebSphere Extended Deployment (XD)TM
Release 6.0.1 |
java.lang.Object
|
+--com.ibm.websphere.objectgrid.security.plugins.builtins.LDAPAuthenticatorHelper
Constructor Summary | |
---|---|
LDAPAuthenticatorHelper(java.lang.String, java.lang.String)
|
Method Summary | |
---|---|
public
String | authenticate(java.lang.String, java.lang.String)
Authenticate the user to the LDAP directory.
|
Methods inherited from java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LDAPAuthenticatorHelper( | String _providerURL , | String _factoryClass )
|
_providerURL
-
the providerURL of the LDAP server
_factoryClass
-
the implementation class of the LDAP
initial context factory.
Method Detail |
public String authenticate( | String user , | String pwd )
|
user
-
the user ID, e.g., uid=xxxxxx,c=us,ou=bluepages,o=ibm.com
pwd
-
the password
javax.naming.NamingException
| IBM WebSphere Extended Deployment (XD)TM
Release 6.0.1 |