Package coop.intergal.ui.security.ldap
Class LdapConnection
- java.lang.Object
-
- coop.intergal.ui.security.ldap.LdapConnection
-
public class LdapConnection extends Object
-
-
Constructor Summary
Constructors Constructor Description LdapConnection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DirContextgetContext()StringgetLdapBaseDn()
-
-
-
Method Detail
-
getLdapBaseDn
public String getLdapBaseDn()
-
getContext
public DirContext getContext() throws NamingException
- Throws:
NamingException
-
-