public final class AppInstallationServiceFinderImpl extends java.lang.Object implements AppInstallationServiceFinder
Modifier and Type | Field and Description |
---|---|
private static AppInstallationService |
DUMMY_SERVICE |
private OAuth2AppInstallationService |
oAuth2AppInstallationService |
private SoapAppInstallationService |
soapAppInstallationService |
Constructor and Description |
---|
AppInstallationServiceFinderImpl(OAuth2AppInstallationService oAuth2AppInstallationService,
SoapAppInstallationService soapAppInstallationService) |
Modifier and Type | Method and Description |
---|---|
AppInstallationService |
find(AppType type) |
private final OAuth2AppInstallationService oAuth2AppInstallationService
private final SoapAppInstallationService soapAppInstallationService
private static final AppInstallationService DUMMY_SERVICE
@Inject public AppInstallationServiceFinderImpl(OAuth2AppInstallationService oAuth2AppInstallationService, SoapAppInstallationService soapAppInstallationService)
public AppInstallationService find(AppType type)
find
in interface AppInstallationServiceFinder