Package edu.vt.middleware.ldap.ed
Interface EdOperation
-
- All Known Subinterfaces:
EdAuthService
,EdService
- All Known Implementing Classes:
EdAuth
,EdId
,EdLite
,EdServiceTemplate
,Login
public interface EdOperation
Interface 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.ConnectionFactory
getConnectionFactory()
Gets the underlying connection factory.DirectoryEnv
getEnvironment()
Gets the environment this client operates on.DirectoryType
getType()
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.
-
-