Class LdapDirectory

java.lang.Object
org.bedework.util.directory.common.Directory
org.bedework.util.directory.ldap.LdapDirectory
All Implemented Interfaces:
org.bedework.util.logging.Logged

public class LdapDirectory extends Directory
Provide access to ldap directory services. If the object is provided with a Properties object it will be queried for a number of properties. If they are absent or no Properties object is provided they will default to some value. Properties are defined in javax.naming.Context and are: java.naming.factory.initial java.naming.provider.url Service provider, e.g. ldap://ldap.myhost.edu:389 java.naming.security.authentication e.g. "simple" java.naming.security.principal e.g. cn=dirManager java.naming.security.credentials Usually the password