Package com.kerb4j.server.ldap
Class KeepAliveLdapConnection
java.lang.Object
com.kerb4j.server.ldap.KeepAliveLdapConnection
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic KeepAliveLdapConnectiongetConnection(String providerUrl, int timeout, Map<String, Object> environnement) search(String base, String filter, SearchControls controls)
-
Field Details
-
DEFAULT_TIMEOUT
public static final int DEFAULT_TIMEOUT- See Also:
-
-
Constructor Details
-
KeepAliveLdapConnection
protected KeepAliveLdapConnection()
-
-
Method Details
-
getConnection
public static KeepAliveLdapConnection getConnection(String providerUrl, int timeout, Map<String, Object> environnement) -
search
public NamingEnumeration<SearchResult> search(String base, String filter, SearchControls controls) throws NamingException - Throws:
NamingException
-