com.infoengine.administration.property
Class PropertyDirectory

java.lang.Object
  extended bycom.infoengine.util.LdapDirectory
      extended bycom.infoengine.administration.property.PropertyDirectory

public class PropertyDirectory
extends LdapDirectory


Field Summary
 
Fields inherited from class com.infoengine.util.LdapDirectory
 
Constructor Summary
PropertyDirectory(String url)
           
 
Method Summary
 PropertyEntry[] findPropertyEntries(String type)
           
 PropertyEntry[] getPropertyEntries(String sn)
           
 PropertyEntry getPropertyEntry(String sn)
           
 PropertyEntry[] listAllPropertyEntries()
           
 
Methods inherited from class com.infoengine.util.LdapDirectory
find, find, getBaseDn, getEntry, getProviderUrl, lookup, newEntry, setBaseDn, setPassword, setPrincipal, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertyDirectory

public PropertyDirectory(String url)
Method Detail

getPropertyEntry

public PropertyEntry getPropertyEntry(String sn)

getPropertyEntries

public PropertyEntry[] getPropertyEntries(String sn)

findPropertyEntries

public PropertyEntry[] findPropertyEntries(String type)

listAllPropertyEntries

public PropertyEntry[] listAllPropertyEntries()