mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
220 lines
No EOL
7.3 KiB
JSON
220 lines
No EOL
7.3 KiB
JSON
{
|
|
"id": "licenseApiGuard",
|
|
"client": {
|
|
"classes": [],
|
|
"functions": [],
|
|
"interfaces": [],
|
|
"enums": [],
|
|
"misc": [],
|
|
"objects": []
|
|
},
|
|
"server": {
|
|
"classes": [
|
|
{
|
|
"parentPluginId": "licenseApiGuard",
|
|
"id": "def-server.License",
|
|
"type": "Class",
|
|
"tags": [],
|
|
"label": "License",
|
|
"description": [],
|
|
"path": "x-pack/plugins/license_api_guard/server/license.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "licenseApiGuard",
|
|
"id": "def-server.License.setup",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "setup",
|
|
"description": [],
|
|
"signature": [
|
|
"({ pluginName, logger }: SetupSettings) => void"
|
|
],
|
|
"path": "x-pack/plugins/license_api_guard/server/license.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "licenseApiGuard",
|
|
"id": "def-server.License.setup.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "{ pluginName, logger }",
|
|
"description": [],
|
|
"signature": [
|
|
"SetupSettings"
|
|
],
|
|
"path": "x-pack/plugins/license_api_guard/server/license.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "licenseApiGuard",
|
|
"id": "def-server.License.start",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "start",
|
|
"description": [],
|
|
"signature": [
|
|
"({ pluginId, minimumLicenseType, licensing }: StartSettings) => void"
|
|
],
|
|
"path": "x-pack/plugins/license_api_guard/server/license.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "licenseApiGuard",
|
|
"id": "def-server.License.start.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "{ pluginId, minimumLicenseType, licensing }",
|
|
"description": [],
|
|
"signature": [
|
|
"StartSettings"
|
|
],
|
|
"path": "x-pack/plugins/license_api_guard/server/license.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "licenseApiGuard",
|
|
"id": "def-server.License.guardApiRoute",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "guardApiRoute",
|
|
"description": [],
|
|
"signature": [
|
|
"<Context extends ",
|
|
{
|
|
"pluginId": "@kbn/core-http-request-handler-context-server",
|
|
"scope": "server",
|
|
"docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi",
|
|
"section": "def-server.RequestHandlerContext",
|
|
"text": "RequestHandlerContext"
|
|
},
|
|
", Params, Query, Body>(handler: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCorePluginApi",
|
|
"section": "def-server.RequestHandler",
|
|
"text": "RequestHandler"
|
|
},
|
|
"<Params, Query, Body, Context, any, ",
|
|
{
|
|
"pluginId": "@kbn/core-http-server",
|
|
"scope": "server",
|
|
"docId": "kibKbnCoreHttpServerPluginApi",
|
|
"section": "def-server.KibanaResponseFactory",
|
|
"text": "KibanaResponseFactory"
|
|
},
|
|
">) => (ctx: Context, request: ",
|
|
{
|
|
"pluginId": "@kbn/core-http-server",
|
|
"scope": "server",
|
|
"docId": "kibKbnCoreHttpServerPluginApi",
|
|
"section": "def-server.KibanaRequest",
|
|
"text": "KibanaRequest"
|
|
},
|
|
"<Params, Query, Body, any>, response: ",
|
|
{
|
|
"pluginId": "@kbn/core-http-server",
|
|
"scope": "server",
|
|
"docId": "kibKbnCoreHttpServerPluginApi",
|
|
"section": "def-server.KibanaResponseFactory",
|
|
"text": "KibanaResponseFactory"
|
|
},
|
|
") => ",
|
|
{
|
|
"pluginId": "@kbn/core-http-server",
|
|
"scope": "server",
|
|
"docId": "kibKbnCoreHttpServerPluginApi",
|
|
"section": "def-server.IKibanaResponse",
|
|
"text": "IKibanaResponse"
|
|
},
|
|
"<any> | Promise<",
|
|
{
|
|
"pluginId": "@kbn/core-http-server",
|
|
"scope": "server",
|
|
"docId": "kibKbnCoreHttpServerPluginApi",
|
|
"section": "def-server.IKibanaResponse",
|
|
"text": "IKibanaResponse"
|
|
},
|
|
"<any>>"
|
|
],
|
|
"path": "x-pack/plugins/license_api_guard/server/license.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "licenseApiGuard",
|
|
"id": "def-server.License.guardApiRoute.$1",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "handler",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCorePluginApi",
|
|
"section": "def-server.RequestHandler",
|
|
"text": "RequestHandler"
|
|
},
|
|
"<Params, Query, Body, Context, any, ",
|
|
{
|
|
"pluginId": "@kbn/core-http-server",
|
|
"scope": "server",
|
|
"docId": "kibKbnCoreHttpServerPluginApi",
|
|
"section": "def-server.KibanaResponseFactory",
|
|
"text": "KibanaResponseFactory"
|
|
},
|
|
">"
|
|
],
|
|
"path": "x-pack/plugins/license_api_guard/server/license.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "licenseApiGuard",
|
|
"id": "def-server.License.isEsSecurityEnabled",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "isEsSecurityEnabled",
|
|
"description": [],
|
|
"path": "x-pack/plugins/license_api_guard/server/license.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"functions": [],
|
|
"interfaces": [],
|
|
"enums": [],
|
|
"misc": [],
|
|
"objects": []
|
|
},
|
|
"common": {
|
|
"classes": [],
|
|
"functions": [],
|
|
"interfaces": [],
|
|
"enums": [],
|
|
"misc": [],
|
|
"objects": []
|
|
}
|
|
} |