Package com.netscape.jndi.ldap.common
Class LdapContextAdapter
java.lang.Object
com.netscape.jndi.ldap.common.DirContextAdapter
com.netscape.jndi.ldap.common.LdapContextAdapter
- All Implemented Interfaces:
Context
,DirContext
,EventContext
,EventDirContext
,LdapContext
-
Field Summary
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
Fields inherited from interface javax.naming.directory.DirContext
ADD_ATTRIBUTE, REMOVE_ATTRIBUTE, REPLACE_ATTRIBUTE
Fields inherited from interface javax.naming.event.EventContext
OBJECT_SCOPE, ONELEVEL_SCOPE, SUBTREE_SCOPE
Fields inherited from interface javax.naming.ldap.LdapContext
CONTROL_FACTORIES
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addNamingListener
(String target, int scope, NamingListener l) Naming Event methodsvoid
addNamingListener
(String target, String filter, Object[] filtrArgs, SearchControls ctls, NamingListener l) void
addNamingListener
(String target, String filter, SearchControls ctls, NamingListener l) void
addNamingListener
(Name target, int scope, NamingListener l) void
addNamingListener
(Name target, String filter, Object[] filtrArgs, SearchControls ctls, NamingListener l) void
addNamingListener
(Name target, String filter, SearchControls ctls, NamingListener l) Control[]
Control[]
Control[]
newInstance
(Control[] reqCtls) void
void
void
setRequestControls
(Control[] reqCtls) boolean
Methods inherited from class com.netscape.jndi.ldap.common.DirContextAdapter
addToEnvironment, bind, bind, bind, bind, close, composeName, composeName, createSubcontext, createSubcontext, createSubcontext, createSubcontext, destroySubcontext, destroySubcontext, getAttributes, getAttributes, getAttributes, getAttributes, getEnvironment, getNameInNamespace, getNameParser, getNameParser, getSchema, getSchema, getSchemaClassDefinition, getSchemaClassDefinition, list, list, listBindings, listBindings, lookup, lookup, lookupLink, lookupLink, modifyAttributes, modifyAttributes, modifyAttributes, modifyAttributes, rebind, rebind, rebind, rebind, removeFromEnvironment, rename, rename, search, search, search, search, search, search, search, search, 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.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
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
-
Constructor Details
-
LdapContextAdapter
public LdapContextAdapter()
-
-
Method Details
-
extendedOperation
- Specified by:
extendedOperation
in interfaceLdapContext
- Throws:
NamingException
-
getRequestControls
- Specified by:
getRequestControls
in interfaceLdapContext
- Throws:
NamingException
-
getResponseControls
- Specified by:
getResponseControls
in interfaceLdapContext
- Throws:
NamingException
-
getConnectControls
- Specified by:
getConnectControls
in interfaceLdapContext
- Throws:
NamingException
-
newInstance
- Specified by:
newInstance
in interfaceLdapContext
- Throws:
NamingException
-
reconnect
- Specified by:
reconnect
in interfaceLdapContext
- Throws:
NamingException
-
setRequestControls
- Specified by:
setRequestControls
in interfaceLdapContext
- Throws:
NamingException
-
addNamingListener
Naming Event methods- Specified by:
addNamingListener
in interfaceEventContext
- Throws:
NamingException
-
addNamingListener
- Specified by:
addNamingListener
in interfaceEventContext
- Throws:
NamingException
-
addNamingListener
public void addNamingListener(String target, String filter, SearchControls ctls, NamingListener l) throws NamingException - Specified by:
addNamingListener
in interfaceEventDirContext
- Throws:
NamingException
-
addNamingListener
public void addNamingListener(Name target, String filter, SearchControls ctls, NamingListener l) throws NamingException - Specified by:
addNamingListener
in interfaceEventDirContext
- Throws:
NamingException
-
addNamingListener
public void addNamingListener(String target, String filter, Object[] filtrArgs, SearchControls ctls, NamingListener l) throws NamingException - Specified by:
addNamingListener
in interfaceEventDirContext
- Throws:
NamingException
-
addNamingListener
public void addNamingListener(Name target, String filter, Object[] filtrArgs, SearchControls ctls, NamingListener l) throws NamingException - Specified by:
addNamingListener
in interfaceEventDirContext
- Throws:
NamingException
-
removeNamingListener
- Specified by:
removeNamingListener
in interfaceEventContext
- Throws:
NamingException
-
targetMustExist
public boolean targetMustExist()- Specified by:
targetMustExist
in interfaceEventContext
-