UNPKG

@aurahelper/languages

Version:

Language Libraries to work with XML, Aura, Apex... files. tokenizers, parsers, system classes and much more

587 lines 17.7 kB
{ "id": "AppLauncher.sociallogincontroller", "nodeType": "class", "name": "SocialLoginController", "namespace": "AppLauncher", "startToken": { "type": "declaration.entity.name.class", "text": "SocialLoginController", "textToLower": "sociallogincontroller", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.class_SocialLoginController_-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 social authentication providers configured for the community. For internal use only.", "documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_class_applauncher_SocialLoginController.htm", "classes": {}, "interfaces": {}, "enums": {}, "variables": {}, "methods": { "getsamlssourl(string,string)": { "id": "AppLauncher.sociallogincontroller.method.getsamlssourl(string,string)", "nodeType": "method", "name": "getSamlSsoUrl", "startToken": { "type": "declaration.entity.name.function", "text": "getSamlSsoUrl", "textToLower": "getsamlssourl", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_getSamlSsoUrl_-1:0" }, "parentId": "AppLauncher.sociallogincontroller", "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 getSamlSsoUrl(String startUrl, String samlId)", "overrideSignature": "public static override String getSamlSsoUrl(String startUrl, String samlId)", "simplifiedSignature": "getSamlSsoUrl(String,String)", "datatype": { "id": "AppLauncher.sociallogincontroller.getsamlssourl.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.sociallogincontroller.getsamlssourl", "order": 0, "memberOrder": 0, "type": "String" }, "description": "Returns the URL to the SAML provider for the community.", "parentName": "SocialLoginController", "variables": {}, "params": { "starturl": { "id": "AppLauncher.sociallogincontroller.method.getsamlssourl(string,string).varParam.starturl", "nodeType": "variable", "name": "startUrl", "startToken": { "type": "declaration.entity.name.variable", "text": "startUrl", "textToLower": "starturl", "isAux": false, "range": { "start": { "line": 0, "character": 42 }, "end": { "line": 0, "character": 50 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_startUrl_0:42" }, "endToken": { "type": "declaration.entity.name.variable", "text": "startUrl", "textToLower": "starturl", "isAux": false, "range": { "start": { "line": 0, "character": 42 }, "end": { "line": 0, "character": 50 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_startUrl_0:42" }, "parentId": "AppLauncher.sociallogincontroller.method.getsamlssourl(string,string)", "order": 1, "memberOrder": 1, "datatype": { "id": "AppLauncher.sociallogincontroller.getsamlssourl.datatype.String", "nodeType": "datatype", "name": "String", "startToken": { "type": "datatype.primitive", "text": "String", "textToLower": "string", "isAux": false, "range": { "start": { "line": 0, "character": 35 }, "end": { "line": 0, "character": 41 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_String_0:35" }, "parentId": "AppLauncher.sociallogincontroller.getsamlssourl", "order": 0, "memberOrder": 0, "type": "String" }, "scope": null }, "samlid": { "id": "AppLauncher.sociallogincontroller.method.getsamlssourl(string,string).varParam.samlid", "nodeType": "variable", "name": "samlId", "startToken": { "type": "declaration.entity.name.variable", "text": "samlId", "textToLower": "samlid", "isAux": false, "range": { "start": { "line": 0, "character": 59 }, "end": { "line": 0, "character": 65 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_samlId_0:59" }, "endToken": { "type": "declaration.entity.name.variable", "text": "samlId", "textToLower": "samlid", "isAux": false, "range": { "start": { "line": 0, "character": 59 }, "end": { "line": 0, "character": 65 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_samlId_0:59" }, "parentId": "AppLauncher.sociallogincontroller.method.getsamlssourl(string,string)", "order": 2, "memberOrder": 2, "datatype": { "id": "AppLauncher.sociallogincontroller.getsamlssourl.datatype.String", "nodeType": "datatype", "name": "String", "startToken": { "type": "datatype.primitive", "text": "String", "textToLower": "string", "isAux": false, "range": { "start": { "line": 0, "character": 52 }, "end": { "line": 0, "character": 58 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_String_0:52" }, "parentId": "AppLauncher.sociallogincontroller.getsamlssourl", "order": 0, "memberOrder": 0, "type": "String" }, "description": "Path to the page that users see when they access the community. Unique identifier of the SAML provider.", "scope": null } }, "queries": [], "exceptions": [] }, "getssourl(string,string)": { "id": "AppLauncher.sociallogincontroller.method.getssourl(string,string)", "nodeType": "method", "name": "getSsoUrl", "startToken": { "type": "declaration.entity.name.function", "text": "getSsoUrl", "textToLower": "getssourl", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_getSsoUrl_-1:0" }, "parentId": "AppLauncher.sociallogincontroller", "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 String getSsoUrl(String startUrl, String developerName)", "overrideSignature": "public static override String getSsoUrl(String startUrl, String developerName)", "simplifiedSignature": "getSsoUrl(String,String)", "datatype": { "id": "AppLauncher.sociallogincontroller.getssourl.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.sociallogincontroller.getssourl", "order": 0, "memberOrder": 0, "type": "String" }, "description": "Returns the single sign-on URL for the community.", "parentName": "SocialLoginController", "variables": {}, "params": { "starturl": { "id": "AppLauncher.sociallogincontroller.method.getssourl(string,string).varParam.starturl", "nodeType": "variable", "name": "startUrl", "startToken": { "type": "declaration.entity.name.variable", "text": "startUrl", "textToLower": "starturl", "isAux": false, "range": { "start": { "line": 0, "character": 38 }, "end": { "line": 0, "character": 46 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_startUrl_0:38" }, "endToken": { "type": "declaration.entity.name.variable", "text": "startUrl", "textToLower": "starturl", "isAux": false, "range": { "start": { "line": 0, "character": 38 }, "end": { "line": 0, "character": 46 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_startUrl_0:38" }, "parentId": "AppLauncher.sociallogincontroller.method.getssourl(string,string)", "order": 1, "memberOrder": 1, "datatype": { "id": "AppLauncher.sociallogincontroller.getssourl.datatype.String", "nodeType": "datatype", "name": "String", "startToken": { "type": "datatype.primitive", "text": "String", "textToLower": "string", "isAux": false, "range": { "start": { "line": 0, "character": 31 }, "end": { "line": 0, "character": 37 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_String_0:31" }, "parentId": "AppLauncher.sociallogincontroller.getssourl", "order": 0, "memberOrder": 0, "type": "String" }, "scope": null }, "developername": { "id": "AppLauncher.sociallogincontroller.method.getssourl(string,string).varParam.developername", "nodeType": "variable", "name": "developerName", "startToken": { "type": "declaration.entity.name.variable", "text": "developerName", "textToLower": "developername", "isAux": false, "range": { "start": { "line": 0, "character": 55 }, "end": { "line": 0, "character": 68 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_developerName_0:55" }, "endToken": { "type": "declaration.entity.name.variable", "text": "developerName", "textToLower": "developername", "isAux": false, "range": { "start": { "line": 0, "character": 55 }, "end": { "line": 0, "character": 68 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_developerName_0:55" }, "parentId": "AppLauncher.sociallogincontroller.method.getssourl(string,string)", "order": 2, "memberOrder": 2, "datatype": { "id": "AppLauncher.sociallogincontroller.getssourl.datatype.String", "nodeType": "datatype", "name": "String", "startToken": { "type": "datatype.primitive", "text": "String", "textToLower": "string", "isAux": false, "range": { "start": { "line": 0, "character": 48 }, "end": { "line": 0, "character": 54 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_String_0:48" }, "parentId": "AppLauncher.sociallogincontroller.getssourl", "order": 0, "memberOrder": 0, "type": "String" }, "description": "Path to the page that users see when they access the community. Unique name of the authentication provider.", "scope": null } }, "queries": [], "exceptions": [] } }, "constructors": {}, "extendsType": "", "implementTypes": [], "implements": {}, "totalMembers": 2, "queries": [] }