Interface ApiTestManager
-
- All Known Implementing Classes:
SmartApiTestManager
public interface ApiTestManager- Author:
- Madhav Krishna
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidderegisterAll()AbstractApiActionHandlergetActionHandler(String appName, String targetServerName, String userProfileName)ApiAuthenticationProvidergetAuthenticationProvider(String appName, String targetServerName, String userProfileName)
-
-
-
Method Detail
-
getAuthenticationProvider
ApiAuthenticationProvider getAuthenticationProvider(String appName, String targetServerName, String userProfileName)
-
getActionHandler
AbstractApiActionHandler getActionHandler(String appName, String targetServerName, String userProfileName)
-
deregisterAll
void deregisterAll()
-
-