Uses of Class
com.netscape.jndi.ldap.LdapContextImpl
Packages that use LdapContextImpl
-
Uses of LdapContextImpl in com.netscape.jndi.ldap
Fields in com.netscape.jndi.ldap declared as LdapContextImplModifier and TypeFieldDescription(package private) LdapContextImpl
EventService.EventEntry.ctx
(package private) LdapContextImpl
BaseSearchEnum.m_ctx
(package private) LdapContextImpl
LdapReferralException.m_srcCtx
Methods in com.netscape.jndi.ldap that return LdapContextImplModifier and TypeMethodDescription(package private) LdapContextImpl
LdapService.addEntry
(LdapContextImpl ctx, String name, LDAPAttributeSet attrs) Create a new LDAP entryMethods in com.netscape.jndi.ldap with parameters of type LdapContextImplModifier and TypeMethodDescription(package private) LdapContextImpl
LdapService.addEntry
(LdapContextImpl ctx, String name, LDAPAttributeSet attrs) Create a new LDAP entry(package private) void
EventService.addListener
(LdapContextImpl ctx, String name, String filter, SearchControls jndiCtrls, NamingListener l) Add change event listener(package private) void
LdapService.changeRDN
(LdapContextImpl ctx, String name, String newRDN) Chanage RDN for a LDAP entry(package private) void
LdapService.connect
(LdapContextImpl ctx) Connect to the server and send bind request to authenticate the userprivate NamingEvent
EventService.createNamingEvent
(LdapContextImpl ctx, LDAPEntry entry, LDAPEntryChangeControl changeCtrl) Create naming event from a change control(package private) void
LdapService.delEntry
(LdapContextImpl ctx, String name) Delete a LDAP entry(package private) static Object
ObjectMapper.entryToObject
(LDAPEntry entry, LdapContextImpl ctx) (package private) EventService
LdapService.getEventService
(LdapContextImpl ctx) Return the event service(package private) DirContext
LdapService.getSchema
(LdapContextImpl ctx, String name) Schema Operations(package private) NamingEnumeration
<NameClassPair> LdapService.list
(LdapContextImpl ctx, String name) List child entries using LDAP lookup operation(package private) NamingEnumeration
<Binding> LdapService.listBindings
(LdapContextImpl ctx, String name) List child bindings using LDAP lookup operation(package private) Object
LdapService.lookup
(LdapContextImpl ctx, String name) Lookup an entry using LDAP search operation(package private) void
LdapService.modifyEntry
(LdapContextImpl ctx, String name, LDAPModificationSet mods) Modify LDAP entry attributes(package private) static LDAPAttributeSet
ObjectMapper.objectToAttrSet
(Object obj, String name, LdapContextImpl ctx, Attributes attrs) Convert a java object with an optional set of attributes into a LDAP entry(package private) Attributes
LdapService.readAttrs
(LdapContextImpl ctx, String name, String[] attrs) Read LDAP entry attributes(package private) NamingEnumeration
<SearchResult> LdapService.search
(LdapContextImpl ctx, String name, String filter, String[] attrs, SearchControls jndiCtrls) LDAP search operationConstructors in com.netscape.jndi.ldap with parameters of type LdapContextImplModifierConstructorDescriptionBaseSearchEnum
(LDAPSearchResults res, LdapContextImpl ctx) BindingEnum
(LDAPSearchResults res, LdapContextImpl ctx) (package private)
EventEntry
(int id, LdapContextImpl ctx, String base, int scope, String filter, String[] attrs, LDAPSearchConstraints cons) ConstructorLdapContextImpl
(String ctxDN, LdapContextImpl cloneCtx) Copy ConstructorLdapReferralException
(LdapContextImpl srcCtx, LDAPReferralException ldapEx) SearchResultEnum
(LDAPSearchResults res, boolean returnObjs, LdapContextImpl ctx)