Uses of Interface
com.slack.api.bolt.service.InstallationService
Packages that use InstallationService
Package
Description
The root package of this library.
-
Uses of InstallationService in com.slack.api.bolt
Methods in com.slack.api.bolt with parameters of type InstallationServiceModifier and TypeMethodDescriptionApp.AppBuilder.installationService(InstallationService installationService) App.service(InstallationService installationService) Constructors in com.slack.api.bolt with parameters of type InstallationServiceModifierConstructorDescriptionApp(AppConfig appConfig, ExecutorService executorService, List<Middleware> middlewareList, App.Status status, InstallationService installationService, DefaultTokensRevokedEventHandler tokensRevokedEventHandler, DefaultAppUninstalledEventHandler appUninstalledEventHandler, OAuthStateService oAuthStateService, OpenIDConnectNonceService openIDConnectNonceService, OAuthSuccessHandler oAuthSuccessHandler, OAuthV2SuccessHandler oAuthV2SuccessHandler, OpenIDConnectSuccessHandler openIDConnectSuccessHandler, OAuthErrorHandler oAuthErrorHandler, OAuthAccessErrorHandler oAuthAccessErrorHandler, OAuthV2AccessErrorHandler oAuthV2AccessErrorHandler, OpenIDConnectErrorHandler openIDConnectErrorHandler, OAuthStateErrorHandler oAuthStateErrorHandler, OAuthExceptionHandler oAuthExceptionHandler, OAuthCallbackService oAuthCallbackService, AssistantThreadContextService assistantThreadContextService) Creates a newAppinstance. -
Uses of InstallationService in com.slack.api.bolt.handler.builtin
Methods in com.slack.api.bolt.handler.builtin with parameters of type InstallationServiceModifier and TypeMethodDescriptionDefaultAppUninstalledEventHandler.getInstance(InstallationService installationService, ExecutorService executorService) DefaultTokensRevokedEventHandler.getInstance(InstallationService installationService, ExecutorService executorService) Constructors in com.slack.api.bolt.handler.builtin with parameters of type InstallationServiceModifierConstructorDescriptionDefaultAppUninstalledEventHandler(InstallationService installationService, ExecutorService executorService) DefaultTokensRevokedEventHandler(InstallationService installationService, ExecutorService executorService) -
Uses of InstallationService in com.slack.api.bolt.middleware.builtin
Constructors in com.slack.api.bolt.middleware.builtin with parameters of type InstallationServiceModifierConstructorDescriptionMultiTeamsAuthorization(AppConfig config, InstallationService installationService) SingleTeamAuthorization(AppConfig appConfig, InstallationService installationService) SingleTeamAuthorization(AppConfig appConfig, AuthTestResponse initialAuthTest, InstallationService installationService) -
Uses of InstallationService in com.slack.api.bolt.service.builtin
Classes in com.slack.api.bolt.service.builtin that implement InstallationService -
Uses of InstallationService in com.slack.api.bolt.service.builtin.oauth
Methods in com.slack.api.bolt.service.builtin.oauth that return InstallationServiceModifier and TypeMethodDescriptionOAuthV2SuccessPersistenceCallback.Arguments.getInstallationService()OAuthV2SuccessPersistenceErrorCallback.Arguments.getInstallationService()Methods in com.slack.api.bolt.service.builtin.oauth with parameters of type InstallationServiceModifier and TypeMethodDescriptionOAuthV2SuccessPersistenceCallback.Arguments.ArgumentsBuilder.installationService(InstallationService installationService) OAuthV2SuccessPersistenceErrorCallback.Arguments.ArgumentsBuilder.installationService(InstallationService installationService) voidOAuthV2SuccessPersistenceCallback.Arguments.setInstallationService(InstallationService installationService) voidOAuthV2SuccessPersistenceErrorCallback.Arguments.setInstallationService(InstallationService installationService) -
Uses of InstallationService in com.slack.api.bolt.service.builtin.oauth.default_impl
Constructors in com.slack.api.bolt.service.builtin.oauth.default_impl with parameters of type InstallationServiceModifierConstructorDescriptionOAuthDefaultSuccessHandler(AppConfig appConfig, InstallationService installationService) OAuthV2DefaultSuccessHandler(AppConfig appConfig, InstallationService installationService)