Uses of Interface
edu.vt.middleware.ldap.ed.EdService
-
Packages that use EdService Package Description edu.vt.middleware.ldap.ed -
-
Uses of EdService in edu.vt.middleware.ldap.ed
Classes in edu.vt.middleware.ldap.ed that implement EdService Modifier and Type Class Description class
EdId
EdId provides for the common ED client operations acting on the ED-ID directory.class
EdLite
EdLite provides for the common ED client operations acting on the ED-Lite directory.class
EdServiceTemplate
Contains functions used by instances of ED which are intended for searching.Methods in edu.vt.middleware.ldap.ed that return EdService Modifier and Type Method Description static EdService
EdContext. createEdSearchClient(DirectoryType type)
Creates an ed client object capable of interacting with the specified production directory.static EdService
EdContext. createEdSearchClient(DirectoryType type, DirectoryEnv env)
Creates an ed search client object capable of interacting with the specified directory.
-