Class LdapContextCreator
- java.lang.Object
-
- org.smallmind.quorum.namespace.java.backingStore.ContextCreator
-
- org.smallmind.quorum.namespace.java.backingStore.ldap.LdapContextCreator
-
public class LdapContextCreator extends ContextCreator
-
-
Constructor Summary
Constructors Constructor Description LdapContextCreator(NamingConnectionDetails connectionDetails)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description DirContextgetInitialContext()StringgetRoot()static voidinsureContext(DirContext dirContext, String namingPath)-
Methods inherited from class org.smallmind.quorum.namespace.java.backingStore.ContextCreator
getConnectionDetails
-
-
-
-
Constructor Detail
-
LdapContextCreator
public LdapContextCreator(NamingConnectionDetails connectionDetails)
-
-
Method Detail
-
insureContext
public static void insureContext(DirContext dirContext, String namingPath) throws NamingException
- Throws:
NamingException
-
getRoot
public String getRoot()
-
getInitialContext
public DirContext getInitialContext() throws NamingException
- Specified by:
getInitialContextin classContextCreator- Throws:
NamingException
-
-