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 LDAPConnection
SchemaManager.m_ld
LDAP Connection object(package private) LDAPConnection
SchemaMatchingRule.m_ld
Constructors 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) LDAPConnection
LDAPMessageQueue.RequestEntry.connection
private LDAPConnection
LDAPSearchResults.connectionToClose
private LDAPConnection
LDAPSearchResults.currConn
private LDAPConnection
LDAPConnection.m_referralConnection
Fields in netscape.ldap with type parameters of type LDAPConnectionMethods in netscape.ldap that return LDAPConnectionModifier and TypeMethodDescription(package private) LDAPConnection
LDAPConnection.createReferralConnection
(LDAPReferralException e, LDAPConstraints cons) Establish the LDAPConnection to the referred server.(package private) LDAPConnection
LDAPMessageQueue.getConnection
(int id) Returns the connection associated with the specified request idprivate LDAPConnection
LDAPConnection.referralConnect
(LDAPUrl[] refList, LDAPConstraints cons) Set up connection for referral.Methods in netscape.ldap with parameters of type LDAPConnectionModifier and TypeMethodDescriptionvoid
LDAPSchemaElement.add
(LDAPConnection ld) Adds the current object class, attribute type, or matching rule definition to the schema at the root DSE.void
LDAPSchemaElement.add
(LDAPConnection ld, String dn) Adds the current object class, attribute type, or matching rule definition to the schema.(package private) void
LDAPMessageQueue.addRequest
(int id, LDAPConnection connection, LDAPConnThread connThread, int timeLimit) Registers a LDAP requestvoid
LDAPBind.bind
(LDAPConnection conn) This method is called byLDAPConnection
when authenticating.void
LDAPSaslBind.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) void
LDAPSaslBind.bind
(LDAPConnection ldc, boolean rebind) (package private) void
LDAPSearchResults.closeOnCompletion
(LDAPConnection toClose) For asynchronous search, this mechanism allows the programmer to close a connection whenever the search completes.(package private) void
LDAPConnThread.connect
(LDAPConnection ldc) (package private) void
LDAPConnThread.deregister
(LDAPConnection conn) De-Register with this connection thread.void
LDAPSchema.fetchSchema
(LDAPConnection ld) Retrieve the entire schema from the root of a Directory Server.void
LDAPSchema.fetchSchema
(LDAPConnection ld, String dn) Retrieve the schema for a specific entry.private Object
LDAPSaslBind.getClient
(LDAPConnection ldc, String packageName) Get a SaslClient object from the Sasl framework(package private) static String
LDAPSchema.getSchemaDN
(LDAPConnection ld, String dn) Retrieve the DN of the schema definitions for a specific entry.(package private) static boolean
LDAPSchema.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).void
LDAPSchemaElement.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.void
LDAPSchemaElement.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 LDAPEntry
LDAPSchema.readSchema
(LDAPConnection ld, String dn) private static LDAPEntry
LDAPSchema.readSchema
(LDAPConnection ld, String dn, String[] attrs) (package private) void
LDAPConnection.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 void
LDAPConnection.referralRebind
(LDAPConnection ldc, LDAPConstraints cons) void
LDAPConnThread.register
(LDAPConnection conn) Register with this connection thread.void
LDAPSchemaElement.remove
(LDAPConnection ld) Removes the current object class, attribute type, or matching rule definition from the schema at the root DSE.void
LDAPSchemaElement.remove
(LDAPConnection ld, String dn) Removes the current object class, attribute type, or matching rule definition from the schema.private JDAPBindResponse
LDAPSaslBind.saslBind
(LDAPConnection ldc, String mechanismName, byte[] credentials) (package private) void
LDAPConnThread.sendRequest
(LDAPConnection conn, JDAPProtocolOp request, LDAPMessageQueue toNotify, LDAPConstraints cons) Sends LDAP request via this connection thread.protected void
LDAPMatchingRuleSchema.update
(LDAPConnection ld, int op, String name, String dn) Adds, removes or modifies the definition from a Directory.protected void
LDAPSchemaElement.update
(LDAPConnection ld, int op, String name, String dn) Adds, removes or modifies the definition from a Directory.protected void
LDAPSchemaElement.update
(LDAPConnection ld, int op, LDAPAttribute[] attrs, String dn) Adds, removes or modifies the definition from a Directory.protected void
LDAPSchemaElement.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 void
LDAPBasePropertySupport.connect
(LDAPConnection conn, String host, int port) Sets up basic connection privileges for Communicator if necessary, and connectsprotected void
LDAPBasePropertySupport.setDefaultReferralCredentials
(LDAPConnection conn) private boolean
LDAPIsMember.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 LDAPConnection
ConnectionPool.LDAPConnectionObject.ld
private LDAPConnection
ConnectionPool.ldc
Methods 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 LDAPConnection
ConnectionPool.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) LDAPConnection
ConnectionPool.LDAPConnectionObject.getLDAPConn()
Returns the associated LDAPConnection.Methods in netscape.ldap.util with parameters of type LDAPConnectionModifier and TypeMethodDescriptionvoid
ConnectionPool.close
(LDAPConnection ld) This is our soft close - all we do is mark the connection as available for others to use.private int
ConnectionPool.find
(LDAPConnection con) (package private) void
ConnectionPool.LDAPConnectionObject.setLDAPConn
(LDAPConnection ld) Sets the associated LDAPConnectionConstructors in netscape.ldap.util with parameters of type LDAPConnectionModifierConstructorDescriptionprivate
ConnectionPool
(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.