public static class Configuration.Directory extends Object implements com.nimbusds.common.config.LoggableConfiguration
| Modifier and Type | Field and Description |
|---|---|
com.unboundid.ldap.sdk.DN |
baseDN
The base distinguished name (DN) of the directory branch
where the user entries are stored.
|
com.nimbusds.common.ldap.FilterTemplate |
filter
The search filter to retrieve the user entries.
|
com.unboundid.ldap.sdk.SearchScope |
scope
The search scope for the user entries with respect to the
specified base DN.
|
com.nimbusds.common.config.DirectoryUser |
user
The directory user credentials.
|
| Constructor and Description |
|---|
Configuration.Directory(String prefix,
Properties props)
Creates a new directory store details instance from the
specified properties.
|
public final com.nimbusds.common.config.DirectoryUser user
Property keys: [prefix]user.*
public final com.unboundid.ldap.sdk.DN baseDN
Property key: [prefix]baseDN
public final com.unboundid.ldap.sdk.SearchScope scope
Property key: [prefix]scope
public final com.nimbusds.common.ldap.FilterTemplate filter
Property key: [prefix]filter
public Configuration.Directory(String prefix, Properties props) throws com.thetransactioncompany.util.PropertyParseException
prefix - The properties prefix. Must not be
null.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 © 2014 Connect2id Ltd.. All Rights Reserved.