| Package | Description |
|---|---|
| com.entrust.toolkit.util.net |
Contains networking utility classes (HTTP and LDAP).
|
| Modifier and Type | Method and Description |
|---|---|
LDAPSearchData |
LDAPConnection.getAttributeFromDPName(GeneralName distributionPointName,
LDAPAttributeType attributeType,
LdapDirectory defaultDirectory,
java.util.Map<java.lang.String,JNDIDirectory> directoryCache,
java.util.Map<java.lang.String,java.lang.Long> invalidSearchMap,
int invalidSearchTimeout)
This method parses the Distribution Point Name, and tries to retrieve information
from the directory
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
LDAPConnection.isInvalidSearch(java.util.Map<java.lang.String,java.lang.Long> invalidSearches,
int invalidSearchTimeout,
LDAPSearchData searchData)
Method to check if the search being performed is invalid.
|
void |
LDAPConnection.putInvalidSearch(java.util.Map<java.lang.String,java.lang.Long> invalidSearches,
LDAPSearchData searchData)
Puts an invalid search in the specified Map
|