Package edu.vt.middleware.ldap.ed
Class EdLite
- java.lang.Object
-
- edu.vt.middleware.ldap.ed.EdServiceTemplate
-
- edu.vt.middleware.ldap.ed.EdLite
-
- All Implemented Interfaces:
EdOperation
,EdService
public final class EdLite extends EdServiceTemplate
EdLite provides for the common ED client operations acting on the ED-Lite directory.- Author:
- Middleware Services
-
-
Field Summary
-
Fields inherited from class edu.vt.middleware.ldap.ed.EdServiceTemplate
MAPPER
-
-
Constructor Summary
Constructors Constructor Description EdLite()
Creates a new instance of an ED client object that can perform operations on the production ED-Lite directory.EdLite(DirectoryEnv env)
Creates a new instance of an ED client object that can perform operations on an ED-Lite directory of the given environment.
-
Method Summary
-
Methods inherited from class edu.vt.middleware.ldap.ed.EdServiceTemplate
close, getAttributes, getConnectionFactory, getDn, getEnvironment, getGroupMembership, getMemberOf, getMembers, getType, getVirginiaTechGroup, getVirginiaTechPerson, initialize, search, setEnvironment, setType, toGroupUugid, toUusidDn
-
-
-
-
Constructor Detail
-
EdLite
public EdLite()
Creates a new instance of an ED client object that can perform operations on the production ED-Lite directory.
-
EdLite
public EdLite(DirectoryEnv env)
Creates a new instance of an ED client object that can perform operations on an ED-Lite directory of the given environment.- Parameters:
env
- directory env
-
-