{
  "id": "AppLauncher.employeeloginlinkcontroller",
  "nodeType": "class",
  "name": "EmployeeLoginLinkController",
  "namespace": "AppLauncher",
  "startToken": {
    "type": "declaration.entity.name.class",
    "text": "EmployeeLoginLinkController",
    "textToLower": "employeeloginlinkcontroller",
    "isAux": false,
    "range": {
      "start": {
        "line": -1,
        "character": 0
      },
      "end": {
        "line": -1,
        "character": 0
      },
      "isEmpty": true,
      "isSingleLine": true
    },
    "id": "declaration.entity.name.class_EmployeeLoginLinkController_-1:0"
  },
  "order": 0,
  "memberOrder": 0,
  "accessModifier": {
    "type": "keyword.modifier.access",
    "text": "global",
    "textToLower": "global",
    "isAux": false,
    "range": {
      "start": {
        "line": -1,
        "character": 0
      },
      "end": {
        "line": -1,
        "character": 0
      },
      "isEmpty": true,
      "isSingleLine": true
    },
    "id": "keyword.modifier.access_global_-1:0"
  },
  "sharingModifier": {
    "type": "keyword.modifier.sharing",
    "text": "without sharing",
    "textToLower": "without sharing",
    "isAux": false,
    "range": {
      "start": {
        "line": -1,
        "character": 0
      },
      "end": {
        "line": -1,
        "character": 0
      },
      "isEmpty": true,
      "isSingleLine": true
    },
    "id": "keyword.modifier.sharing_without sharing_-1:0"
  },
  "description": "Represents the link on the login form that employees can click to log in. For internal use only.",
  "documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_class_applauncher_EmployeeLoginLinkController.htm",
  "classes": {},
  "interfaces": {},
  "enums": {},
  "variables": {},
  "methods": {
    "getemployeeloginurl(string)": {
      "id": "AppLauncher.employeeloginlinkcontroller.method.getemployeeloginurl(string)",
      "nodeType": "method",
      "name": "getEmployeeLoginUrl",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getEmployeeLoginUrl",
        "textToLower": "getemployeeloginurl",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getEmployeeLoginUrl_-1:0"
      },
      "parentId": "AppLauncher.employeeloginlinkcontroller",
      "order": 1,
      "memberOrder": 1,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static String getEmployeeLoginUrl(String startUrl)",
      "overrideSignature": "public static override String getEmployeeLoginUrl(String startUrl)",
      "simplifiedSignature": "getEmployeeLoginUrl(String)",
      "datatype": {
        "id": "AppLauncher.employeeloginlinkcontroller.getemployeeloginurl.datatype.String",
        "nodeType": "datatype",
        "name": "String",
        "startToken": {
          "type": "datatype.primitive",
          "text": "String",
          "textToLower": "string",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 20
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_String_0:14"
        },
        "parentId": "AppLauncher.employeeloginlinkcontroller.getemployeeloginurl",
        "order": 0,
        "memberOrder": 0,
        "type": "String"
      },
      "description": "Returns the path to the page that employees see after they log in.",
      "parentName": "EmployeeLoginLinkController",
      "variables": {},
      "params": {
        "starturl": {
          "id": "AppLauncher.employeeloginlinkcontroller.method.getemployeeloginurl(string).varParam.starturl",
          "nodeType": "variable",
          "name": "startUrl",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "startUrl",
            "textToLower": "starturl",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 48
              },
              "end": {
                "line": 0,
                "character": 56
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_startUrl_0:48"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "startUrl",
            "textToLower": "starturl",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 48
              },
              "end": {
                "line": 0,
                "character": 56
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_startUrl_0:48"
          },
          "parentId": "AppLauncher.employeeloginlinkcontroller.method.getemployeeloginurl(string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "AppLauncher.employeeloginlinkcontroller.getemployeeloginurl.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 41
                },
                "end": {
                  "line": 0,
                  "character": 47
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:41"
            },
            "parentId": "AppLauncher.employeeloginlinkcontroller.getemployeeloginurl",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Path to the page that employees see after they log in.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getisallowinternaluserloginenabled()": {
      "id": "AppLauncher.employeeloginlinkcontroller.method.getisallowinternaluserloginenabled()",
      "nodeType": "method",
      "name": "getIsAllowInternalUserLoginEnabled",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getIsAllowInternalUserLoginEnabled",
        "textToLower": "getisallowinternaluserloginenabled",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getIsAllowInternalUserLoginEnabled_-1:0"
      },
      "parentId": "AppLauncher.employeeloginlinkcontroller",
      "order": 2,
      "memberOrder": 2,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Boolean getIsAllowInternalUserLoginEnabled()",
      "overrideSignature": "public static override Boolean getIsAllowInternalUserLoginEnabled()",
      "simplifiedSignature": "getIsAllowInternalUserLoginEnabled()",
      "datatype": {
        "id": "AppLauncher.employeeloginlinkcontroller.getisallowinternaluserloginenabled.datatype.Boolean",
        "nodeType": "datatype",
        "name": "Boolean",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Boolean",
          "textToLower": "boolean",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 21
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Boolean_0:14"
        },
        "parentId": "AppLauncher.employeeloginlinkcontroller.getisallowinternaluserloginenabled",
        "order": 0,
        "memberOrder": 0,
        "type": "Boolean"
      },
      "description": "Indicates whether an internal user is allowed to log in to the community.",
      "parentName": "EmployeeLoginLinkController",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    }
  },
  "constructors": {},
  "extendsType": "",
  "implementTypes": [],
  "implements": {},
  "totalMembers": 2,
  "queries": []
}