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