public interface LdapContext extends javax.naming.directory.DirContext
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CONTROL_FACTORIES |
| Modifier and Type | Method and Description |
|---|---|
ExtendedResponse |
extendedOperation(ExtendedRequest request) |
Control[] |
getConnectControls() |
Control[] |
getRequestControls() |
Control[] |
getResponseControls() |
LdapContext |
newInstance(Control[] requestControls) |
void |
reconnect(Control[] connCtls) |
void |
setRequestControls(Control[] requestControls) |
bind, bind, createSubcontext, createSubcontext, getAttributes, getAttributes, getAttributes, getAttributes, getSchema, getSchema, getSchemaClassDefinition, getSchemaClassDefinition, modifyAttributes, modifyAttributes, modifyAttributes, modifyAttributes, rebind, rebind, search, search, search, search, search, search, search, searchaddToEnvironment, bind, bind, close, composeName, composeName, createSubcontext, createSubcontext, destroySubcontext, destroySubcontext, getEnvironment, getNameInNamespace, getNameParser, getNameParser, list, list, listBindings, listBindings, lookup, lookup, lookupLink, lookupLink, rebind, rebind, removeFromEnvironment, rename, rename, unbind, unbindstatic final java.lang.String CONTROL_FACTORIES
ExtendedResponse extendedOperation(ExtendedRequest request) throws javax.naming.NamingException
javax.naming.NamingExceptionLdapContext newInstance(Control[] requestControls) throws javax.naming.NamingException
javax.naming.NamingExceptionvoid reconnect(Control[] connCtls) throws javax.naming.NamingException
javax.naming.NamingExceptionControl[] getConnectControls() throws javax.naming.NamingException
javax.naming.NamingExceptionvoid setRequestControls(Control[] requestControls) throws javax.naming.NamingException
javax.naming.NamingExceptionControl[] getRequestControls() throws javax.naming.NamingException
javax.naming.NamingExceptionControl[] getResponseControls() throws javax.naming.NamingException
javax.naming.NamingException