coreServices
Home > @backstage/backend-plugin-api
> coreServices
All core services references
Signature:
namespace coreServices
Variables
Variable |
Description |
---|---|
Handles token authentication and credentials management. See AuthService and the service docs for more information. | |
Key-value store for caching data. See CacheService and the service docs for more information. | |
Database access and management via See DatabaseService and the service docs for more information. | |
Service discovery for inter-plugin communication. See DiscoveryService and the service docs for more information. | |
Authentication of HTTP requests. See HttpAuthService and the service docs for more information. | |
HTTP route registration for plugins. See HttpRouterService and the service docs for more information. | |
Registration of plugin startup and shutdown lifecycle hooks. See LifecycleService and the service docs for more information. | |
Plugin-level logging. See LoggerService and the service docs for more information. | |
Permission system integration for authorization of user actions. See PermissionsService and the service docs for more information. | |
Built-in service for accessing metadata about the current plugin. See PluginMetadataService and the service docs for more information. | |
Access to static configuration. See RootConfigService and the service docs for more information. | |
The service reference for the plugin scoped RootHealthService. | |
HTTP route registration for root services. See RootHttpRouterService and the service docs for more information. | |
Registration of backend startup and shutdown lifecycle hooks. See RootLifecycleService and the service docs for more information. | |
Root-level logging. See RootLoggerService and the service docs for more information. | |
Scheduling of distributed background tasks. See SchedulerService and the service docs for more information. | |
Reading content from external systems. See UrlReaderService and the service docs for more information. | |
Authenticated user information retrieval. See UserInfoService and the service docs for more information. |