org.constretto.internal.store.ldap
Class LdapConfigurationStore

java.lang.Object
  extended by org.constretto.internal.store.ldap.LdapConfigurationStore
All Implemented Interfaces:
ConfigurationStore

public class LdapConfigurationStore
extends Object
implements ConfigurationStore

Author:
Sondre Eikanger Kvalø

Constructor Summary
LdapConfigurationStore()
           
LdapConfigurationStore(LdapConfigurationStore oldStore, Attributes attributes, String... tags)
           
LdapConfigurationStore(LdapConfigurationStore oldStore, String key, Attributes attributes, String... tags)
           
 
Method Summary
 Collection<TaggedPropertySet> parseConfiguration()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LdapConfigurationStore

public LdapConfigurationStore()

LdapConfigurationStore

public LdapConfigurationStore(LdapConfigurationStore oldStore,
                              String key,
                              Attributes attributes,
                              String... tags)

LdapConfigurationStore

public LdapConfigurationStore(LdapConfigurationStore oldStore,
                              Attributes attributes,
                              String... tags)
Method Detail

parseConfiguration

public Collection<TaggedPropertySet> parseConfiguration()
Specified by:
parseConfiguration in interface ConfigurationStore


Copyright © 2008-2013. All Rights Reserved.