{"nodes": [{"id": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_java", "label": "AuthController.java", "file_type": "code", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L1"}, {"id": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller", "label": "AuthController", "file_type": "code", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L26", "_callable": true}, {"id": "restcontroller", "label": "RestController", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java"}, {"id": "requestmapping", "label": "RequestMapping", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java"}, {"id": "userrepository", "label": "UserRepository", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java"}, {"id": "bcryptpasswordencoder", "label": "BCryptPasswordEncoder", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java"}, {"id": "jwttokenservice", "label": "JwtTokenService", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java"}, {"id": "refreshtokenservice", "label": "RefreshTokenService", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java"}, {"id": "jwtproperties", "label": "JwtProperties", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java"}, {"id": "map", "label": "Map", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java"}, {"id": "string", "label": "String", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java"}, {"id": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_authcontroller", "label": ".AuthController()", "file_type": "code", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L45", "_callable": true}, {"id": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_login", "label": ".login()", "file_type": "code", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L57", "_callable": true}, {"id": "loginrequest", "label": "LoginRequest", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java"}, {"id": "httpservletrequest", "label": "HttpServletRequest", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java"}, {"id": "responseentity", "label": "ResponseEntity", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java"}, {"id": "loginresponse", "label": "LoginResponse", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java"}, {"id": "postmapping", "label": "PostMapping", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java"}, {"id": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_refresh", "label": ".refresh()", "file_type": "code", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L88", "_callable": true}, {"id": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_logout", "label": ".logout()", "file_type": "code", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L112", "_callable": true}, {"id": "object", "label": "Object", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java"}, {"id": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_me", "label": ".me()", "file_type": "code", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L122", "_callable": true}, {"id": "getmapping", "label": "GetMapping", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java"}, {"id": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_loginresponse", "label": ".loginResponse()", "file_type": "code", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L136", "_callable": true}, {"id": "user", "label": "User", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java"}, {"id": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_unauthorized", "label": ".unauthorized()", "file_type": "code", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L149", "_callable": true}, {"id": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_unauthorizedwithclearedcookie", "label": ".unauthorizedWithClearedCookie()", "file_type": "code", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L155", "_callable": true}, {"id": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_refreshcookie", "label": ".refreshCookie()", "file_type": "code", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L162", "_callable": true}, {"id": "responsecookie", "label": "ResponseCookie", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java"}, {"id": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_clearrefreshcookie", "label": ".clearRefreshCookie()", "file_type": "code", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L172", "_callable": true}, {"id": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_refreshcookievalue", "label": ".refreshCookieValue()", "file_type": "code", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L182", "_callable": true}, {"id": "optional", "label": "Optional", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java"}, {"id": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_clientip", "label": ".clientIp()", "file_type": "code", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L195", "_callable": true}], "edges": [{"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_java", "target": "authcontext", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L3", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_java", "target": "jwtproperties", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L4", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_java", "target": "jwttokenservice", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L5", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_java", "target": "refreshtokenrotation", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L6", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_java", "target": "refreshtokenservice", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L7", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_java", "target": "tenantcontext", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L8", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_java", "target": "loginrequest", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L9", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_java", "target": "loginresponse", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L10", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_java", "target": "user", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L11", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_java", "target": "userrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L12", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_java", "target": "cookie", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L13", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_java", "target": "httpservletrequest", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L14", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_java", "target": "bcryptpasswordencoder", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L15", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_java", "target": "httpheaders", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L16", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_java", "target": "responsecookie", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L17", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_java", "target": "responseentity", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L18", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_java", "target": "annotation", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L19", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_java", "target": "duration", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L21", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_java", "target": "linkedhashmap", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L22", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_java", "target": "map", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L23", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_java", "target": "optional", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L24", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_java", "target": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L26", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller", "target": "restcontroller", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L26", "weight": 1.0, "context": "attribute"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller", "target": "requestmapping", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L26", "weight": 1.0, "context": "attribute"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller", "target": "userrepository", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L30", "weight": 1.0, "context": "field"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller", "target": "bcryptpasswordencoder", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L31", "weight": 1.0, "context": "field"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller", "target": "jwttokenservice", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L32", "weight": 1.0, "context": "field"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller", "target": "refreshtokenservice", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L33", "weight": 1.0, "context": "field"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller", "target": "jwtproperties", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L34", "weight": 1.0, "context": "field"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller", "target": "map", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L36", "weight": 1.0, "context": "field"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L36", "weight": 1.0, "context": "generic_arg"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L36", "weight": 1.0, "context": "generic_arg"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller", "target": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_authcontroller", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L45", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_authcontroller", "target": "userrepository", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L45", "weight": 1.0, "context": "parameter_type"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_authcontroller", "target": "bcryptpasswordencoder", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L45", "weight": 1.0, "context": "parameter_type"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_authcontroller", "target": "jwttokenservice", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L45", "weight": 1.0, "context": "parameter_type"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_authcontroller", "target": "refreshtokenservice", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L45", "weight": 1.0, "context": "parameter_type"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_authcontroller", "target": "jwtproperties", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L45", "weight": 1.0, "context": "parameter_type"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller", "target": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_login", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L57", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_login", "target": "loginrequest", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L57", "weight": 1.0, "context": "parameter_type"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_login", "target": "httpservletrequest", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L57", "weight": 1.0, "context": "parameter_type"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_login", "target": "responseentity", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L57", "weight": 1.0, "context": "return_type"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_login", "target": "loginresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L57", "weight": 1.0, "context": "generic_arg"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_login", "target": "postmapping", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L57", "weight": 1.0, "context": "attribute"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller", "target": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_refresh", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L88", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_refresh", "target": "httpservletrequest", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L88", "weight": 1.0, "context": "parameter_type"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_refresh", "target": "responseentity", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L88", "weight": 1.0, "context": "return_type"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_refresh", "target": "loginresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L88", "weight": 1.0, "context": "generic_arg"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_refresh", "target": "postmapping", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L88", "weight": 1.0, "context": "attribute"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller", "target": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_logout", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L112", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_logout", "target": "httpservletrequest", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L112", "weight": 1.0, "context": "parameter_type"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_logout", "target": "responseentity", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L112", "weight": 1.0, "context": "return_type"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_logout", "target": "map", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L112", "weight": 1.0, "context": "generic_arg"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_logout", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L112", "weight": 1.0, "context": "generic_arg"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_logout", "target": "object", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L112", "weight": 1.0, "context": "generic_arg"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_logout", "target": "postmapping", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L112", "weight": 1.0, "context": "attribute"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller", "target": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_me", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L122", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_me", "target": "responseentity", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L122", "weight": 1.0, "context": "return_type"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_me", "target": "getmapping", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L122", "weight": 1.0, "context": "attribute"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller", "target": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_loginresponse", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L136", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_loginresponse", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L136", "weight": 1.0, "context": "parameter_type"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_loginresponse", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L136", "weight": 1.0, "context": "parameter_type"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_loginresponse", "target": "loginresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L136", "weight": 1.0, "context": "return_type"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller", "target": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_unauthorized", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L149", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_unauthorized", "target": "responseentity", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L149", "weight": 1.0, "context": "return_type"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_unauthorized", "target": "loginresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L149", "weight": 1.0, "context": "generic_arg"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller", "target": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_unauthorizedwithclearedcookie", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L155", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_unauthorizedwithclearedcookie", "target": "responseentity", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L155", "weight": 1.0, "context": "return_type"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_unauthorizedwithclearedcookie", "target": "loginresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L155", "weight": 1.0, "context": "generic_arg"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller", "target": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_refreshcookie", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L162", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_refreshcookie", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L162", "weight": 1.0, "context": "parameter_type"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_refreshcookie", "target": "responsecookie", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L162", "weight": 1.0, "context": "return_type"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller", "target": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_clearrefreshcookie", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L172", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_clearrefreshcookie", "target": "responsecookie", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L172", "weight": 1.0, "context": "return_type"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller", "target": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_refreshcookievalue", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L182", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_refreshcookievalue", "target": "httpservletrequest", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L182", "weight": 1.0, "context": "parameter_type"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_refreshcookievalue", "target": "optional", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L182", "weight": 1.0, "context": "return_type"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_refreshcookievalue", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L182", "weight": 1.0, "context": "generic_arg"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller", "target": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_clientip", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L195", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_clientip", "target": "httpservletrequest", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L195", "weight": 1.0, "context": "parameter_type"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_clientip", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L195", "weight": 1.0, "context": "return_type"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_login", "target": "loginresponse", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L65", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_login", "target": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_clientip", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L80", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_login", "target": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_refreshcookie", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L84", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_login", "target": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_loginresponse", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L85", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_refresh", "target": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_refreshcookievalue", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L90", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_refresh", "target": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_unauthorized", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L92", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_refresh", "target": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_clientip", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L99", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_refresh", "target": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_unauthorizedwithclearedcookie", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L102", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_refresh", "target": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_refreshcookie", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L108", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_refresh", "target": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_loginresponse", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L109", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_logout", "target": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_refreshcookievalue", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L114", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_logout", "target": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_clearrefreshcookie", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L118", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_loginresponse", "target": "loginresponse", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L138", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_unauthorized", "target": "loginresponse", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L152", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_unauthorizedwithclearedcookie", "target": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_clearrefreshcookie", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L158", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_unauthorizedwithclearedcookie", "target": "loginresponse", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L159", "weight": 1.0}], "raw_calls": [{"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_login", "callee": "findByUsername", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L59", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_login", "callee": "getUsername", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L59", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_login", "callee": "isEmpty", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L61", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_login", "callee": "matches", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L62", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_login", "callee": "getPassword", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L62", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_login", "callee": "getPassword", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L62", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_login", "callee": "get", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L62", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_login", "callee": "body", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L63", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_login", "callee": "status", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L63", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_login", "callee": "get", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L68", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_login", "callee": "isArchivedRecord", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L69", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_login", "callee": "body", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L70", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_login", "callee": "status", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L70", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_login", "callee": "getCurrentTenant", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L74", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_login", "callee": "createAccessToken", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L75", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_login", "callee": "createSession", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L76", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_login", "callee": "getHeader", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L79", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_login", "callee": "body", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L83", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_login", "callee": "header", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L83", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_login", "callee": "ok", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L83", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_login", "callee": "toString", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L84", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_refresh", "callee": "isEmpty", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L91", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_refresh", "callee": "rotate", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L95", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_refresh", "callee": "get", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L96", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_refresh", "callee": "getCurrentTenant", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L97", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_refresh", "callee": "getHeader", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L98", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_refresh", "callee": "isEmpty", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L101", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_refresh", "callee": "user", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L105", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_refresh", "callee": "get", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L105", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_refresh", "callee": "createAccessToken", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L106", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_refresh", "callee": "getCurrentTenant", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L106", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_refresh", "callee": "body", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L107", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_refresh", "callee": "header", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L107", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_refresh", "callee": "ok", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L107", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_refresh", "callee": "toString", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L108", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_refresh", "callee": "refreshToken", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L108", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_refresh", "callee": "get", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L108", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_logout", "callee": "ifPresent", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L114", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_logout", "callee": "revoke", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L115", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_logout", "callee": "getCurrentTenant", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L115", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_logout", "callee": "body", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L117", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_logout", "callee": "header", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L117", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_logout", "callee": "ok", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L117", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_logout", "callee": "toString", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L118", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_logout", "callee": "of", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L119", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_me", "callee": "getCurrentUser", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L124", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_me", "callee": "body", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L126", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_me", "callee": "status", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L126", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_me", "callee": "of", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L126", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_me", "callee": "LinkedHashMap", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L128", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_me", "callee": "put", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L129", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_me", "callee": "put", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L130", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_me", "callee": "username", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L130", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_me", "callee": "put", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L131", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_me", "callee": "name", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L131", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_me", "callee": "role", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L131", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_me", "callee": "put", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L132", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_me", "callee": "departmentId", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L132", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_me", "callee": "ok", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L133", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_loginresponse", "callee": "name", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L137", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_loginresponse", "callee": "getRole", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L137", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_loginresponse", "callee": "getOrDefault", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L143", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_loginresponse", "callee": "getDepartmentId", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L144", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_loginresponse", "callee": "getId", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L145", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_unauthorized", "callee": "body", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L150", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_unauthorized", "callee": "status", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L150", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_unauthorizedwithclearedcookie", "callee": "body", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L156", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_unauthorizedwithclearedcookie", "callee": "header", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L156", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_unauthorizedwithclearedcookie", "callee": "status", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L156", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_unauthorizedwithclearedcookie", "callee": "toString", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L158", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_refreshcookie", "callee": "build", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L163", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_refreshcookie", "callee": "maxAge", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L163", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_refreshcookie", "callee": "path", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L163", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_refreshcookie", "callee": "sameSite", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L163", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_refreshcookie", "callee": "secure", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L163", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_refreshcookie", "callee": "httpOnly", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L163", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_refreshcookie", "callee": "from", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L163", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_refreshcookie", "callee": "getRefreshCookieName", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L163", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_refreshcookie", "callee": "isRefreshCookieSecure", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L165", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_refreshcookie", "callee": "getRefreshTtl", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L168", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_clearrefreshcookie", "callee": "build", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L173", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_clearrefreshcookie", "callee": "maxAge", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L173", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_clearrefreshcookie", "callee": "path", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L173", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_clearrefreshcookie", "callee": "sameSite", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L173", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_clearrefreshcookie", "callee": "secure", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L173", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_clearrefreshcookie", "callee": "httpOnly", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L173", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_clearrefreshcookie", "callee": "from", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L173", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_clearrefreshcookie", "callee": "getRefreshCookieName", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L173", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_clearrefreshcookie", "callee": "isRefreshCookieSecure", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L175", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_refreshcookievalue", "callee": "getCookies", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L183", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_refreshcookievalue", "callee": "empty", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L185", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_refreshcookievalue", "callee": "equals", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L188", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_refreshcookievalue", "callee": "getRefreshCookieName", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L188", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_refreshcookievalue", "callee": "getName", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L188", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_refreshcookievalue", "callee": "ofNullable", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L189", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_refreshcookievalue", "callee": "getValue", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L189", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_refreshcookievalue", "callee": "isBlank", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L189", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_refreshcookievalue", "callee": "empty", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L192", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_clientip", "callee": "getHeader", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L196", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_clientip", "callee": "isBlank", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L197", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_clientip", "callee": "trim", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L198", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_clientip", "callee": "split", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L198", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_controller_authcontroller_authcontroller_clientip", "callee": "getRemoteAddr", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/controller/AuthController.java", "source_location": "L200", "receiver": null}]}