Uses of Class
netscape.ldap.LDAPConnection
Packages that use LDAPConnection
Package
Description
-
Uses of LDAPConnection in Unnamed Package
Fields in Unnamed Package declared as LDAPConnection -
Uses of LDAPConnection in com.netscape.jndi.ldap
Fields in com.netscape.jndi.ldap declared as LDAPConnectionMethods in com.netscape.jndi.ldap that return LDAPConnection -
Uses of LDAPConnection in com.netscape.jndi.ldap.schema
Fields in com.netscape.jndi.ldap.schema declared as LDAPConnectionModifier and TypeFieldDescriptionprivate LDAPConnectionSchemaManager.m_ldLDAP Connection object(package private) LDAPConnectionSchemaMatchingRule.m_ldConstructors in com.netscape.jndi.ldap.schema with parameters of type LDAPConnectionModifierConstructorDescriptionConnstructor -
Uses of LDAPConnection in netscape.ldap
Fields in netscape.ldap declared as LDAPConnectionModifier and TypeFieldDescription(package private) LDAPConnectionLDAPMessageQueue.RequestEntry.connectionprivate LDAPConnectionLDAPSearchResults.connectionToCloseprivate LDAPConnectionLDAPSearchResults.currConnprivate LDAPConnectionLDAPConnection.m_referralConnectionFields in netscape.ldap with type parameters of type LDAPConnectionMethods in netscape.ldap that return LDAPConnectionModifier and TypeMethodDescription(package private) LDAPConnectionLDAPConnection.createReferralConnection(LDAPReferralException e, LDAPConstraints cons) Establish the LDAPConnection to the referred server.(package private) LDAPConnectionLDAPMessageQueue.getConnection(int id) Returns the connection associated with the specified request idprivate LDAPConnectionLDAPConnection.referralConnect(LDAPUrl[] refList, LDAPConstraints cons) Set up connection for referral.Methods in netscape.ldap with parameters of type LDAPConnectionModifier and TypeMethodDescriptionvoidLDAPSchemaElement.add(LDAPConnection ld) Adds the current object class, attribute type, or matching rule definition to the schema at the root DSE.voidLDAPSchemaElement.add(LDAPConnection ld, String dn) Adds the current object class, attribute type, or matching rule definition to the schema.(package private) voidLDAPMessageQueue.addRequest(int id, LDAPConnection connection, LDAPConnThread connThread, int timeLimit) Registers a LDAP requestvoidLDAPBind.bind(LDAPConnection conn) This method is called byLDAPConnectionwhen authenticating.voidLDAPSaslBind.bind(LDAPConnection ldc) Authenticates to the LDAP server (that the object is currently connected to) using the parameter that were provided to the constructor.(package private) voidLDAPSaslBind.bind(LDAPConnection ldc, boolean rebind) (package private) voidLDAPSearchResults.closeOnCompletion(LDAPConnection toClose) For asynchronous search, this mechanism allows the programmer to close a connection whenever the search completes.(package private) voidLDAPConnThread.connect(LDAPConnection ldc) (package private) voidLDAPConnThread.deregister(LDAPConnection conn) De-Register with this connection thread.voidLDAPSchema.fetchSchema(LDAPConnection ld) Retrieve the entire schema from the root of a Directory Server.voidLDAPSchema.fetchSchema(LDAPConnection ld, String dn) Retrieve the schema for a specific entry.private ObjectLDAPSaslBind.getClient(LDAPConnection ldc, String packageName) Get a SaslClient object from the Sasl framework(package private) static StringLDAPSchema.getSchemaDN(LDAPConnection ld, String dn) Retrieve the DN of the schema definitions for a specific entry.(package private) static booleanLDAPSchema.isAttributeSyntaxStandardsCompliant(LDAPConnection ld) Read one attribute definition from a server to determine if attribute syntaxes are quoted (a bug, present in Netscape and Novell servers).voidLDAPSchemaElement.modify(LDAPConnection ld, LDAPSchemaElement newValue) Replaces a single value of the object class, attribute type, or matching rule definition in the schema at the root DSE.voidLDAPSchemaElement.modify(LDAPConnection ld, LDAPSchemaElement newValue, String dn) Replaces a single value of the object class, attribute type, or matching rule definition in the schema.private static LDAPEntryLDAPSchema.readSchema(LDAPConnection ld, String dn) private static LDAPEntryLDAPSchema.readSchema(LDAPConnection ld, String dn, String[] attrs) (package private) voidLDAPConnection.referralOperation(LDAPConnection connection, LDAPConstraints cons, int ops, String dn, int scope, String filter, String[] types, boolean attrsOnly, LDAPModification[] mods, LDAPEntry entry, LDAPAttribute attr, Vector<Object> results) private voidLDAPConnection.referralRebind(LDAPConnection ldc, LDAPConstraints cons) voidLDAPConnThread.register(LDAPConnection conn) Register with this connection thread.voidLDAPSchemaElement.remove(LDAPConnection ld) Removes the current object class, attribute type, or matching rule definition from the schema at the root DSE.voidLDAPSchemaElement.remove(LDAPConnection ld, String dn) Removes the current object class, attribute type, or matching rule definition from the schema.private JDAPBindResponseLDAPSaslBind.saslBind(LDAPConnection ldc, String mechanismName, byte[] credentials) (package private) voidLDAPConnThread.sendRequest(LDAPConnection conn, JDAPProtocolOp request, LDAPMessageQueue toNotify, LDAPConstraints cons) Sends LDAP request via this connection thread.protected voidLDAPMatchingRuleSchema.update(LDAPConnection ld, int op, String name, String dn) Adds, removes or modifies the definition from a Directory.protected voidLDAPSchemaElement.update(LDAPConnection ld, int op, String name, String dn) Adds, removes or modifies the definition from a Directory.protected voidLDAPSchemaElement.update(LDAPConnection ld, int op, LDAPAttribute[] attrs, String dn) Adds, removes or modifies the definition from a Directory.protected voidLDAPSchemaElement.update(LDAPConnection ld, int op, LDAPAttribute attr, String dn) Adds, removes or modifies the definition from a Directory.Constructors in netscape.ldap with parameters of type LDAPConnectionModifierConstructorDescription(package private)LDAPSearchResults(Vector<Object> v, LDAPConnection conn, LDAPSearchConstraints cons, String base, int scope, String filter, String[] attrs, boolean attrsOnly) (package private)LDAPSearchResults(LDAPConnection conn, LDAPSearchConstraints cons, String base, int scope, String filter, String[] attrs, boolean attrsOnly) (package private)RequestEntry(int id, LDAPConnection connection, LDAPConnThread connThread, int timeLimit) -
Uses of LDAPConnection in netscape.ldap.beans
Methods in netscape.ldap.beans with parameters of type LDAPConnectionModifier and TypeMethodDescriptionprotected voidLDAPBasePropertySupport.connect(LDAPConnection conn, String host, int port) Sets up basic connection privileges for Communicator if necessary, and connectsprotected voidLDAPBasePropertySupport.setDefaultReferralCredentials(LDAPConnection conn) private booleanLDAPIsMember.URLMatch(LDAPConnection ld, String URL, String normMemberDN) Return true if normMember is result of url search. -
Uses of LDAPConnection in netscape.ldap.util
Fields in netscape.ldap.util declared as LDAPConnectionModifier and TypeFieldDescriptionprivate LDAPConnectionConnectionPool.LDAPConnectionObject.ldprivate LDAPConnectionConnectionPool.ldcMethods in netscape.ldap.util that return LDAPConnectionModifier and TypeMethodDescriptionConnectionPool.getConnection()Gets a connection from the pool If no connections are available, the pool will be extended if the number of connections is less than the maximum; if the pool cannot be extended, the method blocks until a free connection becomes available.ConnectionPool.getConnection(int timeout) Gets a connection from the pool within a time limit.protected LDAPConnectionConnectionPool.getConnFromPool()Gets a connection from the pool If no connections are available, the pool will be extended if the number of connections is less than the maximum; if the pool cannot be extended, the method returns null.(package private) LDAPConnectionConnectionPool.LDAPConnectionObject.getLDAPConn()Returns the associated LDAPConnection.Methods in netscape.ldap.util with parameters of type LDAPConnectionModifier and TypeMethodDescriptionvoidConnectionPool.close(LDAPConnection ld) This is our soft close - all we do is mark the connection as available for others to use.private intConnectionPool.find(LDAPConnection con) (package private) voidConnectionPool.LDAPConnectionObject.setLDAPConn(LDAPConnection ld) Sets the associated LDAPConnectionConstructors in netscape.ldap.util with parameters of type LDAPConnectionModifierConstructorDescriptionprivateConnectionPool(int min, int max, String host, int port, String authdn, String authpw, LDAPConnection ldc) ConnectionPool(int min, int max, LDAPConnection ldc) Constructor for using an existing connection to clone from.