| Package | Description |
|---|---|
| com.entrust.toolkit.roaming |
Contains Toolkit classes that support SSL and TLS communication with
Entrust Authority™ Roaming Server (formerly Entrust/Roaming Server).
|
| com.entrust.toolkit.util.net |
Contains networking utility classes (HTTP and LDAP).
|
| com.entrust.toolkit.x509.directory |
Contains LDAP Directory implementations and various supporting classes.
|
| Modifier and Type | Method and Description |
|---|---|
JNDIDirectory |
RoamingConfiguration.getDirectory()
Return a connection to the Directory specified in the ini file.
|
JNDIDirectory |
RoamingConfigurationWithSMProxy.getDirectory() |
| 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 | Class and Description |
|---|---|
class |
SMProxyDirectory
Provides an interface to a JNDI Directory that can be used with SMProxy.
|
| Modifier and Type | Method and Description |
|---|---|
JNDIDirectory |
MultipleDirectories.getDirectory()
Returns the directory in use.
|
JNDIDirectory |
LDAPSConfig.getJNDIDirectory() |
| Modifier and Type | Method and Description |
|---|---|
void |
JNDIDirectory.attachReferredDirectory(JNDIDirectory referredDirectory)
Attaches a JNDIDirectory that could be used by this instance to follow LDAP referrals in its principal Directory.
|
| Constructor and Description |
|---|
JNDIDirectory(JNDIDirectory dir)
Copy constructor that creates new object with existing parameters.
|