Uses of Class
com.slack.api.bolt.AppConfig
Packages that use AppConfig
Package
Description
The root package of this library.
The representation of incoming requests from the Slack Platform.
Common utilities for Bolt apps.
-
Uses of AppConfig in com.slack.api.bolt
Methods in com.slack.api.bolt that return AppConfigMethods in com.slack.api.bolt with parameters of type AppConfigModifier and TypeMethodDescriptionThe given AppConfig in this App.protected List<Middleware>App.buildDefaultMiddlewareList(AppConfig config) Constructors in com.slack.api.bolt with parameters of type AppConfigModifierConstructorDescriptionApp(AppConfig appConfig, Slack slack, List<Middleware> middlewareList) App(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.App(AppConfig appConfig, List<Middleware> middlewareList) -
Uses of AppConfig in com.slack.api.bolt.middleware.builtin
Methods in com.slack.api.bolt.middleware.builtin with parameters of type AppConfigModifier and TypeMethodDescriptionprotected AuthTestResponseMultiTeamsAuthorization.callAuthTest(String token, AppConfig config, MethodsClient client) protected AuthTestResponseSingleTeamAuthorization.callAuthTest(String token, AppConfig config, MethodsClient client) Constructors in com.slack.api.bolt.middleware.builtin with parameters of type AppConfigModifierConstructorDescriptionMultiTeamsAuthorization(AppConfig config, InstallationService installationService) SingleTeamAuthorization(AppConfig appConfig, InstallationService installationService) SingleTeamAuthorization(AppConfig appConfig, AuthTestResponse initialAuthTest, InstallationService installationService) -
Uses of AppConfig in com.slack.api.bolt.request
Methods in com.slack.api.bolt.request with parameters of type AppConfigModifier and TypeMethodDescriptionvoidRequest.updateContext(AppConfig config) Set the sufficient information to the underlying context. -
Uses of AppConfig in com.slack.api.bolt.service.builtin
Constructors in com.slack.api.bolt.service.builtin with parameters of type AppConfigModifierConstructorDescriptionDefaultOAuthCallbackService(AppConfig config, OAuthStateService stateService, OAuthSuccessHandler successHandler, OAuthV2SuccessHandler successV2Handler, OAuthErrorHandler errorHandler, OAuthStateErrorHandler stateErrorHandler, OAuthAccessErrorHandler accessErrorHandler, OAuthV2AccessErrorHandler accessV2ErrorHandler, OAuthExceptionHandler exceptionHandler) DefaultOAuthCallbackService(AppConfig config, OAuthStateService stateService, OAuthSuccessHandler successHandler, OAuthV2SuccessHandler successV2Handler, OAuthErrorHandler errorHandler, OAuthStateErrorHandler stateErrorHandler, OAuthAccessErrorHandler accessErrorHandler, OAuthV2AccessErrorHandler accessV2ErrorHandler, OAuthExceptionHandler exceptionHandler, OpenIDConnectSuccessHandler openIDConnectSuccessHandler, OpenIDConnectErrorHandler openIDConnectErrorHandler) FileInstallationService(AppConfig config) FileInstallationService(AppConfig config, String rootDir) FileOAuthStateService(AppConfig config) FileOAuthStateService(AppConfig config, String rootDir) -
Uses of AppConfig in com.slack.api.bolt.service.builtin.oauth
Methods in com.slack.api.bolt.service.builtin.oauth that return AppConfigModifier and TypeMethodDescriptionOAuthV2SuccessPersistenceCallback.Arguments.getAppConfig()OAuthV2SuccessPersistenceErrorCallback.Arguments.getAppConfig()Methods in com.slack.api.bolt.service.builtin.oauth with parameters of type AppConfigModifier and TypeMethodDescriptionvoidOAuthV2SuccessPersistenceCallback.Arguments.setAppConfig(AppConfig appConfig) voidOAuthV2SuccessPersistenceErrorCallback.Arguments.setAppConfig(AppConfig appConfig) -
Uses of AppConfig 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 AppConfigModifierConstructorDescriptionOAuthDefaultAccessErrorHandler(AppConfig appConfig) OAuthDefaultErrorHandler(AppConfig appConfig) OAuthDefaultExceptionHandler(AppConfig appConfig) OAuthDefaultStateErrorHandler(AppConfig appConfig) OAuthDefaultSuccessHandler(AppConfig appConfig, InstallationService installationService) OAuthV2DefaultAccessErrorHandler(AppConfig appConfig) OAuthV2DefaultSuccessHandler(AppConfig appConfig, InstallationService installationService) OpenIDConnectDefaultErrorHandler(AppConfig appConfig) -
Uses of AppConfig in com.slack.api.bolt.util
Methods in com.slack.api.bolt.util that return AppConfigConstructors in com.slack.api.bolt.util with parameters of type AppConfig