Class GoogleAppsConnectorCheckerManager
java.lang.Object
com.atlassian.crowd.console.message.GoogleAppsConnectorCheckerManager
@Deprecated(since="7.0.0",
forRemoval=true)
public class GoogleAppsConnectorCheckerManager
extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
Manager for checking the presence of the Google Apps Connector application.
KRAK-8043: Should be removed with Google Apps Connector legacy code removal.
- Since:
- 7.0.0
-
Constructor Summary
ConstructorsConstructorDescriptionGoogleAppsConnectorCheckerManager(ApplicationManager applicationManager) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated, for removal: This API element is subject to removal in a future version.Checks if the Google Apps Connector application is present in the system.
-
Constructor Details
-
GoogleAppsConnectorCheckerManager
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
isGoogleAppsConnectorApplicationPresent
public boolean isGoogleAppsConnectorApplicationPresent()Deprecated, for removal: This API element is subject to removal in a future version.Checks if the Google Apps Connector application is present in the system.- Returns:
- true if the Google Apps Connector application exists, false otherwise.
-