public static class LDAPStoreConfiguration.LDAPDirectory extends Object implements com.nimbusds.common.config.LoggableConfiguration
| Modifier and Type | Field and Description |
|---|---|
com.unboundid.ldap.sdk.DN |
baseDN
The distinguished name (DN) of the base directory entry
under which the persisted entries are stored.
|
String |
entryTransformer
The name of the class for transforming between Infinispan
entries (key / value pair and optional metadata) and a
corresponding LDAP entry (DN with attributes).
|
int |
pageSize
The page size to use when retrieving multiple directory
entries.
|
| Constructor and Description |
|---|
LDAPDirectory(Properties props)
Creates a new LDAP directory entry configuration from the
specified properties.
|
public final com.unboundid.ldap.sdk.DN baseDN
Property key: ldapDirectory.baseDN
public final int pageSize
See LDAP Control Extension for Simple Paged Results Manipulation (RFC 2696).
Property key: ldapDirectory.pageSize
public final String entryTransformer
See LDAPEntryTransformer.
Property key: ldapDirectory.entryTransformer
public LDAPDirectory(Properties props) throws com.thetransactioncompany.util.PropertyParseException
props - The properties. Must not be null.com.thetransactioncompany.util.PropertyParseException - On a missing or invalid
property.public void log()
log in interface com.nimbusds.common.config.LoggableConfigurationCopyright © 2016 Connect2id Ltd.. All Rights Reserved.