| Package | Description |
|---|---|
| org.constretto | |
| org.constretto.internal.store.ldap |
| Constructor and Description |
|---|
WrappedLdapConfigurationStoreBuilder(LdapConfigurationStoreBuilder ldapConfigurationStoreBuilder) |
| Modifier and Type | Method and Description |
|---|---|
LdapConfigurationStoreBuilder |
LdapConfigurationStoreBuilder.addDsn(String distinguishedName,
String... tags)
Add the given LDAP entry identified the DSN (distinguishedName).
|
LdapConfigurationStoreBuilder |
LdapConfigurationStoreBuilder.addDsnWithKey(String key,
String distinguishedName,
String... tags)
Add the given LDAP entry identified the DSN (distinguishedName).
|
LdapConfigurationStoreBuilder |
LdapConfigurationStoreBuilder.addUsingSearch(String searchBase,
String filter,
String keyAttribute,
String... tags)
Used to do an search in the Ldap and may thus return multiple entries that will be made available
as configuration entries
|
static LdapConfigurationStoreBuilder |
LdapConfigurationStoreBuilder.usingDirContext(DirContext dirContext)
Creates the LdapConfigurationStoreBuilder
|
Copyright © 2008–2022. All rights reserved.