public interface LdapContext extends DirContext
| Modifier and Type | Field and Description |
|---|---|
static String |
CONTROL_FACTORIES |
ADD_ATTRIBUTE, REMOVE_ATTRIBUTE, REPLACE_ATTRIBUTEAPPLET, AUTHORITATIVE, BATCHSIZE, DNS_URL, INITIAL_CONTEXT_FACTORY, LANGUAGE, OBJECT_FACTORIES, PROVIDER_URL, REFERRAL, SECURITY_AUTHENTICATION, SECURITY_CREDENTIALS, SECURITY_PRINCIPAL, SECURITY_PROTOCOL, STATE_FACTORIES, URL_PKG_PREFIXES| 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 String CONTROL_FACTORIES
ExtendedResponse extendedOperation(ExtendedRequest request) throws NamingException
NamingExceptionLdapContext newInstance(Control[] requestControls) throws NamingException
NamingExceptionvoid reconnect(Control[] connCtls) throws NamingException
NamingExceptionControl[] getConnectControls() throws NamingException
NamingExceptionvoid setRequestControls(Control[] requestControls) throws NamingException
NamingExceptionControl[] getRequestControls() throws NamingException
NamingExceptionControl[] getResponseControls() throws NamingException
NamingException