Package org.opends.server.protocols.http
Interface LDAPContext.InternalLdapClient
- 
- Enclosing class:
 - LDAPContext
 
public static interface LDAPContext.InternalLdapClientAn internal connection factory providing direct connection to this Directory Server without the network overhead. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LdapClientSocketgetAuthenticatedSocket(Entry userEntry)Get a directLdapClientSocketto this Directory Server. 
 - 
 
- 
- 
Method Detail
- 
getAuthenticatedSocket
LdapClientSocket getAuthenticatedSocket(Entry userEntry) throws LdapException
Get a directLdapClientSocketto this Directory Server.- Parameters:
 userEntry- The returned connection will be authenticated as userEntry.- Returns:
 - A direct 
LdapClientSocketto this Directory Server. - Throws:
 LdapException- If a connection cannot be created (i.e: because an administrative limit has been exceeded).
 
 - 
 
 -