javax.naming.ldap
Interface LdapContext
- All Superinterfaces:
- Context, DirContext
- All Known Implementing Classes:
- InitialLdapContext
public interface LdapContext
- extends DirContext
Fields inherited from interface javax.naming.Context |
APPLET, 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 |
Methods inherited from interface javax.naming.directory.DirContext |
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, search |
Methods inherited from interface javax.naming.Context |
addToEnvironment, 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, unbind |
CONTROL_FACTORIES
static final String CONTROL_FACTORIES
- See Also:
- Constant Field Values
extendedOperation
ExtendedResponse extendedOperation(ExtendedRequest request)
throws NamingException
- Throws:
NamingException
newInstance
LdapContext newInstance(Control[] requestControls)
throws NamingException
- Throws:
NamingException
reconnect
void reconnect(Control[] connCtls)
throws NamingException
- Throws:
NamingException
getConnectControls
Control[] getConnectControls()
throws NamingException
- Throws:
NamingException
setRequestControls
void setRequestControls(Control[] requestControls)
throws NamingException
- Throws:
NamingException
getRequestControls
Control[] getRequestControls()
throws NamingException
- Throws:
NamingException
getResponseControls
Control[] getResponseControls()
throws NamingException
- Throws:
NamingException