javax.naming.ldap
Class InitialLdapContext
java.lang.Object
javax.naming.InitialContext
javax.naming.directory.InitialDirContext
javax.naming.ldap.InitialLdapContext
- All Implemented Interfaces:
- Context, DirContext, LdapContext
public class InitialLdapContext
- extends InitialDirContext
- implements LdapContext
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 class javax.naming.directory.InitialDirContext |
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 class javax.naming.InitialContext |
addToEnvironment, bind, bind, close, composeName, composeName, createSubcontext, createSubcontext, destroySubcontext, destroySubcontext, getDefaultInitCtx, getEnvironment, getNameInNamespace, getNameParser, getNameParser, getURLOrDefaultInitCtx, getURLOrDefaultInitCtx, init, list, list, listBindings, listBindings, lookup, lookup, lookupLink, lookupLink, rebind, rebind, removeFromEnvironment, rename, rename, unbind, unbind |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 |
InitialLdapContext
public InitialLdapContext()
throws NamingException
- Throws:
NamingException
InitialLdapContext
public InitialLdapContext(Hashtable<?,?> environment,
Control[] connControls)
throws NamingException
- Throws:
NamingException
extendedOperation
public ExtendedResponse extendedOperation(ExtendedRequest request)
throws NamingException
- Specified by:
extendedOperation
in interface LdapContext
- Throws:
NamingException
getConnectControls
public Control[] getConnectControls()
throws NamingException
- Specified by:
getConnectControls
in interface LdapContext
- Throws:
NamingException
getRequestControls
public Control[] getRequestControls()
throws NamingException
- Specified by:
getRequestControls
in interface LdapContext
- Throws:
NamingException
getResponseControls
public Control[] getResponseControls()
throws NamingException
- Specified by:
getResponseControls
in interface LdapContext
- Throws:
NamingException
newInstance
public LdapContext newInstance(Control[] reqControls)
throws NamingException
- Specified by:
newInstance
in interface LdapContext
- Throws:
NamingException
reconnect
public void reconnect(Control[] connControls)
throws NamingException
- Specified by:
reconnect
in interface LdapContext
- Throws:
NamingException
setRequestControls
public void setRequestControls(Control[] reqControls)
throws NamingException
- Specified by:
setRequestControls
in interface LdapContext
- Throws:
NamingException