Files
clinicpro/graphify-out/cache/ast/v0.8.44/06cc16b691e8051198421fddf881bdcc116597b6842b2d5cea2faa34c87bce58.json
T

1 line
22 KiB
JSON

{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_auth_security_passwordauthenticator_php", "label": "PasswordAuthenticator.php", "file_type": "code", "source_file": "src/Auth/Security/PasswordAuthenticator.php", "source_location": "L1"}, {"id": "security_passwordauthenticator_passwordauthenticator", "label": "PasswordAuthenticator", "file_type": "code", "source_file": "src/Auth/Security/PasswordAuthenticator.php", "source_location": "L23"}, {"id": "abstractauthenticator", "label": "AbstractAuthenticator", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "security_passwordauthenticator_passwordauthenticator_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Auth/Security/PasswordAuthenticator.php", "source_location": "L25"}, {"id": "security_passwordauthenticator_passwordauthenticator_istrustedservicelogin", "label": ".isTrustedServiceLogin()", "file_type": "code", "source_file": "src/Auth/Security/PasswordAuthenticator.php", "source_location": "L41"}, {"id": "request", "label": "Request", "file_type": "code", "source_file": "src/Auth/Security/PasswordAuthenticator.php", "source_location": "L41"}, {"id": "security_passwordauthenticator_passwordauthenticator_supports", "label": ".supports()", "file_type": "code", "source_file": "src/Auth/Security/PasswordAuthenticator.php", "source_location": "L47"}, {"id": "security_passwordauthenticator_passwordauthenticator_authenticate", "label": ".authenticate()", "file_type": "code", "source_file": "src/Auth/Security/PasswordAuthenticator.php", "source_location": "L53"}, {"id": "passport", "label": "Passport", "file_type": "code", "source_file": "src/Auth/Security/PasswordAuthenticator.php", "source_location": "L53"}, {"id": "security_passwordauthenticator_passwordauthenticator_onauthenticationsuccess", "label": ".onAuthenticationSuccess()", "file_type": "code", "source_file": "src/Auth/Security/PasswordAuthenticator.php", "source_location": "L75"}, {"id": "tokeninterface", "label": "TokenInterface", "file_type": "code", "source_file": "src/Auth/Security/PasswordAuthenticator.php", "source_location": "L75"}, {"id": "response", "label": "Response", "file_type": "code", "source_file": "src/Auth/Security/PasswordAuthenticator.php", "source_location": "L75"}, {"id": "security_passwordauthenticator_passwordauthenticator_onauthenticationfailure", "label": ".onAuthenticationFailure()", "file_type": "code", "source_file": "src/Auth/Security/PasswordAuthenticator.php", "source_location": "L111"}, {"id": "authenticationexception", "label": "AuthenticationException", "file_type": "code", "source_file": "src/Auth/Security/PasswordAuthenticator.php", "source_location": "L111"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_auth_security_passwordauthenticator_php", "target": "userrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Auth/Security/PasswordAuthenticator.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_auth_security_passwordauthenticator_php", "target": "captchaguard", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Auth/Security/PasswordAuthenticator.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_auth_security_passwordauthenticator_php", "target": "errorcodes", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Auth/Security/PasswordAuthenticator.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_auth_security_passwordauthenticator_php", "target": "jwttokenmanagerinterface", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Auth/Security/PasswordAuthenticator.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_auth_security_passwordauthenticator_php", "target": "loggerinterface", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Auth/Security/PasswordAuthenticator.php", "source_location": "L9", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_auth_security_passwordauthenticator_php", "target": "jsonresponse", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Auth/Security/PasswordAuthenticator.php", "source_location": "L10", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_auth_security_passwordauthenticator_php", "target": "request", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Auth/Security/PasswordAuthenticator.php", "source_location": "L11", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_auth_security_passwordauthenticator_php", "target": "response", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Auth/Security/PasswordAuthenticator.php", "source_location": "L12", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_auth_security_passwordauthenticator_php", "target": "toomanyrequestshttpexception", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Auth/Security/PasswordAuthenticator.php", "source_location": "L13", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_auth_security_passwordauthenticator_php", "target": "ratelimiterfactory", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Auth/Security/PasswordAuthenticator.php", "source_location": "L14", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_auth_security_passwordauthenticator_php", "target": "tokeninterface", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Auth/Security/PasswordAuthenticator.php", "source_location": "L15", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_auth_security_passwordauthenticator_php", "target": "authenticationexception", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Auth/Security/PasswordAuthenticator.php", "source_location": "L16", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_auth_security_passwordauthenticator_php", "target": "abstractauthenticator", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Auth/Security/PasswordAuthenticator.php", "source_location": "L17", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_auth_security_passwordauthenticator_php", "target": "userbadge", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Auth/Security/PasswordAuthenticator.php", "source_location": "L18", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_auth_security_passwordauthenticator_php", "target": "passwordcredentials", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Auth/Security/PasswordAuthenticator.php", "source_location": "L19", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_auth_security_passwordauthenticator_php", "target": "passport", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Auth/Security/PasswordAuthenticator.php", "source_location": "L20", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_auth_security_passwordauthenticator_php", "target": "cacheinterface", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Auth/Security/PasswordAuthenticator.php", "source_location": "L21", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_auth_security_passwordauthenticator_php", "target": "security_passwordauthenticator_passwordauthenticator", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Auth/Security/PasswordAuthenticator.php", "source_location": "L23", "weight": 1.0}, {"source": "security_passwordauthenticator_passwordauthenticator", "target": "abstractauthenticator", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "src/Auth/Security/PasswordAuthenticator.php", "source_location": "L23", "weight": 1.0}, {"source": "security_passwordauthenticator_passwordauthenticator", "target": "security_passwordauthenticator_passwordauthenticator_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Auth/Security/PasswordAuthenticator.php", "source_location": "L25", "weight": 1.0}, {"source": "security_passwordauthenticator_passwordauthenticator", "target": "security_passwordauthenticator_passwordauthenticator_istrustedservicelogin", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Auth/Security/PasswordAuthenticator.php", "source_location": "L41", "weight": 1.0}, {"source": "security_passwordauthenticator_passwordauthenticator_istrustedservicelogin", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Auth/Security/PasswordAuthenticator.php", "source_location": "L41", "weight": 1.0, "context": "parameter_type"}, {"source": "security_passwordauthenticator_passwordauthenticator", "target": "security_passwordauthenticator_passwordauthenticator_supports", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Auth/Security/PasswordAuthenticator.php", "source_location": "L47", "weight": 1.0}, {"source": "security_passwordauthenticator_passwordauthenticator_supports", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Auth/Security/PasswordAuthenticator.php", "source_location": "L47", "weight": 1.0, "context": "parameter_type"}, {"source": "security_passwordauthenticator_passwordauthenticator", "target": "security_passwordauthenticator_passwordauthenticator_authenticate", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Auth/Security/PasswordAuthenticator.php", "source_location": "L53", "weight": 1.0}, {"source": "security_passwordauthenticator_passwordauthenticator_authenticate", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Auth/Security/PasswordAuthenticator.php", "source_location": "L53", "weight": 1.0, "context": "parameter_type"}, {"source": "security_passwordauthenticator_passwordauthenticator_authenticate", "target": "passport", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Auth/Security/PasswordAuthenticator.php", "source_location": "L53", "weight": 1.0, "context": "return_type"}, {"source": "security_passwordauthenticator_passwordauthenticator", "target": "security_passwordauthenticator_passwordauthenticator_onauthenticationsuccess", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Auth/Security/PasswordAuthenticator.php", "source_location": "L75", "weight": 1.0}, {"source": "security_passwordauthenticator_passwordauthenticator_onauthenticationsuccess", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Auth/Security/PasswordAuthenticator.php", "source_location": "L75", "weight": 1.0, "context": "parameter_type"}, {"source": "security_passwordauthenticator_passwordauthenticator_onauthenticationsuccess", "target": "tokeninterface", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Auth/Security/PasswordAuthenticator.php", "source_location": "L75", "weight": 1.0, "context": "parameter_type"}, {"source": "security_passwordauthenticator_passwordauthenticator_onauthenticationsuccess", "target": "response", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Auth/Security/PasswordAuthenticator.php", "source_location": "L75", "weight": 1.0, "context": "return_type"}, {"source": "security_passwordauthenticator_passwordauthenticator", "target": "security_passwordauthenticator_passwordauthenticator_onauthenticationfailure", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Auth/Security/PasswordAuthenticator.php", "source_location": "L111", "weight": 1.0}, {"source": "security_passwordauthenticator_passwordauthenticator_onauthenticationfailure", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Auth/Security/PasswordAuthenticator.php", "source_location": "L111", "weight": 1.0, "context": "parameter_type"}, {"source": "security_passwordauthenticator_passwordauthenticator_onauthenticationfailure", "target": "authenticationexception", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Auth/Security/PasswordAuthenticator.php", "source_location": "L111", "weight": 1.0, "context": "parameter_type"}, {"source": "security_passwordauthenticator_passwordauthenticator_onauthenticationfailure", "target": "response", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Auth/Security/PasswordAuthenticator.php", "source_location": "L111", "weight": 1.0, "context": "return_type"}, {"source": "security_passwordauthenticator_passwordauthenticator_authenticate", "target": "security_passwordauthenticator_passwordauthenticator_istrustedservicelogin", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Auth/Security/PasswordAuthenticator.php", "source_location": "L61", "weight": 1.0}], "raw_calls": [{"caller_nid": "security_passwordauthenticator_passwordauthenticator_istrustedservicelogin", "callee": "hash_equals", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Security/PasswordAuthenticator.php", "source_location": "L44", "receiver": null}, {"caller_nid": "security_passwordauthenticator_passwordauthenticator_istrustedservicelogin", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Security/PasswordAuthenticator.php", "source_location": "L44", "receiver": null}, {"caller_nid": "security_passwordauthenticator_passwordauthenticator_supports", "callee": "getPathInfo", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Security/PasswordAuthenticator.php", "source_location": "L49", "receiver": null}, {"caller_nid": "security_passwordauthenticator_passwordauthenticator_supports", "callee": "isMethod", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Security/PasswordAuthenticator.php", "source_location": "L50", "receiver": null}, {"caller_nid": "security_passwordauthenticator_passwordauthenticator_authenticate", "callee": "create", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Security/PasswordAuthenticator.php", "source_location": "L55", "receiver": null}, {"caller_nid": "security_passwordauthenticator_passwordauthenticator_authenticate", "callee": "getClientIp", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Security/PasswordAuthenticator.php", "source_location": "L55", "receiver": null}, {"caller_nid": "security_passwordauthenticator_passwordauthenticator_authenticate", "callee": "isAccepted", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Security/PasswordAuthenticator.php", "source_location": "L56", "receiver": null}, {"caller_nid": "security_passwordauthenticator_passwordauthenticator_authenticate", "callee": "consume", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Security/PasswordAuthenticator.php", "source_location": "L56", "receiver": null}, {"caller_nid": "security_passwordauthenticator_passwordauthenticator_authenticate", "callee": "assertValid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Security/PasswordAuthenticator.php", "source_location": "L62", "receiver": null}, {"caller_nid": "security_passwordauthenticator_passwordauthenticator_authenticate", "callee": "json_decode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Security/PasswordAuthenticator.php", "source_location": "L65", "receiver": null}, {"caller_nid": "security_passwordauthenticator_passwordauthenticator_authenticate", "callee": "getContent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Security/PasswordAuthenticator.php", "source_location": "L65", "receiver": null}, {"caller_nid": "security_passwordauthenticator_passwordauthenticator_authenticate", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Security/PasswordAuthenticator.php", "source_location": "L66", "receiver": null}, {"caller_nid": "security_passwordauthenticator_passwordauthenticator_authenticate", "callee": "findByMobile", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Security/PasswordAuthenticator.php", "source_location": "L70", "receiver": null}, {"caller_nid": "security_passwordauthenticator_passwordauthenticator_onauthenticationsuccess", "callee": "getUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Security/PasswordAuthenticator.php", "source_location": "L77", "receiver": null}, {"caller_nid": "security_passwordauthenticator_passwordauthenticator_onauthenticationsuccess", "callee": "isStaff", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Security/PasswordAuthenticator.php", "source_location": "L79", "receiver": null}, {"caller_nid": "security_passwordauthenticator_passwordauthenticator_onauthenticationsuccess", "callee": "ErrorCodes", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Security/PasswordAuthenticator.php", "source_location": "L83", "receiver": null}, {"caller_nid": "security_passwordauthenticator_passwordauthenticator_onauthenticationsuccess", "callee": "create", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Security/PasswordAuthenticator.php", "source_location": "L87", "receiver": null}, {"caller_nid": "security_passwordauthenticator_passwordauthenticator_onauthenticationsuccess", "callee": "bin2hex", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Security/PasswordAuthenticator.php", "source_location": "L88", "receiver": null}, {"caller_nid": "security_passwordauthenticator_passwordauthenticator_onauthenticationsuccess", "callee": "random_bytes", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Security/PasswordAuthenticator.php", "source_location": "L88", "receiver": null}, {"caller_nid": "security_passwordauthenticator_passwordauthenticator_onauthenticationsuccess", "callee": "getItem", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Security/PasswordAuthenticator.php", "source_location": "L91", "receiver": null}, {"caller_nid": "security_passwordauthenticator_passwordauthenticator_onauthenticationsuccess", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Security/PasswordAuthenticator.php", "source_location": "L92", "receiver": null}, {"caller_nid": "security_passwordauthenticator_passwordauthenticator_onauthenticationsuccess", "callee": "expiresAfter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Security/PasswordAuthenticator.php", "source_location": "L93", "receiver": null}, {"caller_nid": "security_passwordauthenticator_passwordauthenticator_onauthenticationsuccess", "callee": "save", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Security/PasswordAuthenticator.php", "source_location": "L94", "receiver": null}, {"caller_nid": "security_passwordauthenticator_passwordauthenticator_onauthenticationsuccess", "callee": "info", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Security/PasswordAuthenticator.php", "source_location": "L96", "receiver": null}, {"caller_nid": "security_passwordauthenticator_passwordauthenticator_onauthenticationsuccess", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Security/PasswordAuthenticator.php", "source_location": "L97", "receiver": null}, {"caller_nid": "security_passwordauthenticator_passwordauthenticator_onauthenticationsuccess", "callee": "getClientIp", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Security/PasswordAuthenticator.php", "source_location": "L98", "receiver": null}, {"caller_nid": "security_passwordauthenticator_passwordauthenticator_onauthenticationfailure", "callee": "warning", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Security/PasswordAuthenticator.php", "source_location": "L113", "receiver": null}, {"caller_nid": "security_passwordauthenticator_passwordauthenticator_onauthenticationfailure", "callee": "getClientIp", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Security/PasswordAuthenticator.php", "source_location": "L114", "receiver": null}, {"caller_nid": "security_passwordauthenticator_passwordauthenticator_onauthenticationfailure", "callee": "getMessage", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Security/PasswordAuthenticator.php", "source_location": "L115", "receiver": null}, {"caller_nid": "security_passwordauthenticator_passwordauthenticator_onauthenticationfailure", "callee": "ErrorCodes", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Security/PasswordAuthenticator.php", "source_location": "L121", "receiver": null}]}