javax.naming.ldap
Class InitialLdapContext

java.lang.Object
  extended by javax.naming.InitialContext
      extended by javax.naming.directory.InitialDirContext
          extended by javax.naming.ldap.InitialLdapContext
All Implemented Interfaces:
Context, DirContext, LdapContext

public class InitialLdapContext
extends InitialDirContext
implements LdapContext


Field Summary
 
Fields inherited from class javax.naming.InitialContext
defaultInitCtx, gotDefault, myProps
 
Fields inherited from interface javax.naming.ldap.LdapContext
CONTROL_FACTORIES
 
Fields inherited from interface javax.naming.directory.DirContext
ADD_ATTRIBUTE, REMOVE_ATTRIBUTE, REPLACE_ATTRIBUTE
 
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
 
Constructor Summary
InitialLdapContext()
           
InitialLdapContext(Hashtable<?,?> environment, Control[] connControls)
           
 
Method Summary
 ExtendedResponse extendedOperation(ExtendedRequest request)
           
 Control[] getConnectControls()
           
 Control[] getRequestControls()
           
 Control[] getResponseControls()
           
 LdapContext newInstance(Control[] reqControls)
           
 void reconnect(Control[] connControls)
           
 void setRequestControls(Control[] reqControls)
           
 
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
 

Constructor Detail

InitialLdapContext

public InitialLdapContext()
                   throws NamingException
Throws:
NamingException

InitialLdapContext

public InitialLdapContext(Hashtable<?,?> environment,
                          Control[] connControls)
                   throws NamingException
Throws:
NamingException
Method Detail

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