Uses of Class
org.constretto.internal.store.ldap.LdapConfigurationStoreBuilder

Packages that use LdapConfigurationStoreBuilder
org.constretto   
org.constretto.internal.store.ldap   
 

Uses of LdapConfigurationStoreBuilder in org.constretto
 

Constructors in org.constretto with parameters of type LdapConfigurationStoreBuilder
ConstrettoBuilder.WrappedLdapConfigurationStoreBuilder(LdapConfigurationStoreBuilder ldapConfigurationStoreBuilder)
           
 

Uses of LdapConfigurationStoreBuilder in org.constretto.internal.store.ldap
 

Methods in org.constretto.internal.store.ldap that return LdapConfigurationStoreBuilder
 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-2013. All Rights Reserved.