Package edu.vt.middleware.ldap.ed
Interface EdOperation
-
- All Known Subinterfaces:
EdAuthService,EdService
- All Known Implementing Classes:
EdAuth,EdId,EdLite,EdServiceTemplate,Login
public interface EdOperationInterface that allows for performing common operations on Virginia Tech Enterprise directory instances.- Author:
- Middleware Services
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.ldaptive.ConnectionFactorygetConnectionFactory()Gets the underlying connection factory.DirectoryEnvgetEnvironment()Gets the environment this client operates on.DirectoryTypegetType()Gets the class of directory this client operates on.
-
-
-
Method Detail
-
getConnectionFactory
org.ldaptive.ConnectionFactory getConnectionFactory()
Gets the underlying connection factory.- Returns:
- Connection factory implementation.
-
getType
DirectoryType getType()
Gets the class of directory this client operates on.- Returns:
- Directory type.
-
getEnvironment
DirectoryEnv getEnvironment()
Gets the environment this client operates on.- Returns:
- Directory environment.
-
-