javax.naming.ldap
public class InitialLdapContext extends InitialDirContext implements LdapContext
defaultInitCtx, gotDefault, myProps
CONTROL_FACTORIES
ADD_ATTRIBUTE, REMOVE_ATTRIBUTE, REPLACE_ATTRIBUTE
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 and Description |
---|
InitialLdapContext() |
InitialLdapContext(Hashtable<?,?> environment,
Control[] connControls) |
Modifier and Type | Method and Description |
---|---|
ExtendedResponse |
extendedOperation(ExtendedRequest request) |
Control[] |
getConnectControls() |
Control[] |
getRequestControls() |
Control[] |
getResponseControls() |
LdapContext |
newInstance(Control[] reqControls) |
void |
reconnect(Control[] connControls) |
void |
setRequestControls(Control[] reqControls) |
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
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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
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
public InitialLdapContext() throws NamingException
NamingException
public InitialLdapContext(Hashtable<?,?> environment, Control[] connControls) throws NamingException
NamingException
public ExtendedResponse extendedOperation(ExtendedRequest request) throws NamingException
extendedOperation
in interface LdapContext
NamingException
public Control[] getConnectControls() throws NamingException
getConnectControls
in interface LdapContext
NamingException
public Control[] getRequestControls() throws NamingException
getRequestControls
in interface LdapContext
NamingException
public Control[] getResponseControls() throws NamingException
getResponseControls
in interface LdapContext
NamingException
public LdapContext newInstance(Control[] reqControls) throws NamingException
newInstance
in interface LdapContext
NamingException
public void reconnect(Control[] connControls) throws NamingException
reconnect
in interface LdapContext
NamingException
public void setRequestControls(Control[] reqControls) throws NamingException
setRequestControls
in interface LdapContext
NamingException