MCPcopy Create free account

hub / github.com/HouariZegai/FullStack-Angular-SpringBoot / functions

Functions133 in github.com/HouariZegai/FullStack-Angular-SpringBoot

↓ 4 callersMethodgetId
()
crm-rest/src/main/java/com/houarizegai/crm/restfulwebservices/model/Customer.java:27
↓ 3 callersMethodgetClaimFromToken
(String token, Function<Claims, T> claimsResolver)
crm-rest/src/main/java/com/houarizegai/crm/restfulwebservices/jwt/JwtTokenUtil.java:44
↓ 3 callersMethodgetUsername
()
crm-rest/src/main/java/com/houarizegai/crm/restfulwebservices/jwt/JwtUserDetails.java:37
↓ 3 callersMethodgetUsernameFromToken
(String token)
crm-rest/src/main/java/com/houarizegai/crm/restfulwebservices/jwt/JwtTokenUtil.java:32
↓ 3 callersMethodloadUserByUsername
(String username)
crm-rest/src/main/java/com/houarizegai/crm/restfulwebservices/jwt/JwtInMemoryUserDetailsService.java:24
↓ 2 callersMethodcalculateExpirationDate
(Date createdDate)
crm-rest/src/main/java/com/houarizegai/crm/restfulwebservices/jwt/JwtTokenUtil.java:97
↓ 2 callersMethoddeleteById
(long id)
crm-rest/src/main/java/com/houarizegai/crm/restfulwebservices/service/CustomerService.java:40
↓ 2 callersMethodfindById
(long id)
crm-rest/src/main/java/com/houarizegai/crm/restfulwebservices/service/CustomerService.java:50
↓ 2 callersMethodgetAllClaimsFromToken
(String token)
crm-rest/src/main/java/com/houarizegai/crm/restfulwebservices/jwt/JwtTokenUtil.java:49
↓ 2 callersMethodgetAuthenticatedUser
()
crm-frontend/src/app/service/basic-authentication.service.ts:52
↓ 2 callersMethodgetUsername
()
crm-rest/src/main/java/com/houarizegai/crm/restfulwebservices/jwt/resource/JwtTokenRequest.java:25
↓ 2 callersMethodhandleSuccessfulResponse
(response)
crm-frontend/src/app/welcome/welcome.component.ts:41
↓ 2 callersMethodisTokenExpired
(String token)
crm-rest/src/main/java/com/houarizegai/crm/restfulwebservices/jwt/JwtTokenUtil.java:53
↓ 2 callersMethodretrieveAllCustomers
()
crm-frontend/src/app/customers/customers.component.ts:37
↓ 2 callersMethodsave
(Customer customer)
crm-rest/src/main/java/com/houarizegai/crm/restfulwebservices/service/CustomerService.java:28
↓ 1 callersMethodaddCustomer
()
crm-frontend/src/app/customers/customers.component.ts:46
↓ 1 callersMethodauthenticate
(username, password)
crm-frontend/src/app/service/hardcoded-authentication.service.ts:10
↓ 1 callersMethodauthenticate
(String username, String password)
crm-rest/src/main/java/com/houarizegai/crm/restfulwebservices/jwt/resource/JwtAuthenticationRestController.java:69
↓ 1 callersMethodcanTokenBeRefreshed
(String token)
crm-rest/src/main/java/com/houarizegai/crm/restfulwebservices/jwt/JwtTokenUtil.java:76
↓ 1 callersMethoddoGenerateToken
(Map<String, Object> claims, String subject)
crm-rest/src/main/java/com/houarizegai/crm/restfulwebservices/jwt/JwtTokenUtil.java:68
↓ 1 callersMethodexecuteAuthenticationService
(username, password)
crm-frontend/src/app/service/basic-authentication.service.ts:33
↓ 1 callersMethodexecuteHelloWorldBeanService
()
crm-frontend/src/app/service/data/welcome-data.service.ts:16
↓ 1 callersMethodexecuteHelloWorldServiceWithPathVariable
(name: string)
crm-frontend/src/app/service/data/welcome-data.service.ts:20
↓ 1 callersMethodexecuteJWTAuthenticationService
(username: string, password: string)
crm-frontend/src/app/service/basic-authentication.service.ts:16
↓ 1 callersMethodfindAll
()
crm-rest/src/main/java/com/houarizegai/crm/restfulwebservices/service/CustomerService.java:24
↓ 1 callersMethodgenerateToken
(UserDetails userDetails)
crm-rest/src/main/java/com/houarizegai/crm/restfulwebservices/jwt/JwtTokenUtil.java:63
↓ 1 callersMethodgetAuthenticatedToken
()
crm-frontend/src/app/service/basic-authentication.service.ts:56
↓ 1 callersMethodgetAuthorities
()
crm-rest/src/main/java/com/houarizegai/crm/restfulwebservices/jwt/JwtUserDetails.java:66
↓ 1 callersMethodgetExpirationDateFromToken
(String token)
crm-rest/src/main/java/com/houarizegai/crm/restfulwebservices/jwt/JwtTokenUtil.java:40
↓ 1 callersMethodgetMessage
()
crm-rest/src/main/java/com/houarizegai/crm/restfulwebservices/helloworld/HelloWorldBean.java:10
↓ 1 callersMethodgetPassword
()
crm-rest/src/main/java/com/houarizegai/crm/restfulwebservices/jwt/resource/JwtTokenRequest.java:33
↓ 1 callersMethodgetTitleText
()
crm-frontend/e2e/src/app.po.ts:8
↓ 1 callersMethodhandleErrorResponse
(error)
crm-frontend/src/app/welcome/welcome.component.ts:46
↓ 1 callersMethodignoreTokenExpiration
(String token)
crm-rest/src/main/java/com/houarizegai/crm/restfulwebservices/jwt/JwtTokenUtil.java:58
↓ 1 callersMethodisUserLoggedIn
()
crm-frontend/src/app/service/basic-authentication.service.ts:61
↓ 1 callersMethodlogout
()
crm-frontend/src/app/service/basic-authentication.service.ts:66
↓ 1 callersMethodnavigateTo
()
crm-frontend/e2e/src/app.po.ts:4
↓ 1 callersMethodpasswordEncoderBean
()
crm-rest/src/main/java/com/houarizegai/crm/restfulwebservices/jwt/JWTWebSecurityConfig.java:45
↓ 1 callersMethodrefreshToken
(String token)
crm-rest/src/main/java/com/houarizegai/crm/restfulwebservices/jwt/JwtTokenUtil.java:80
↓ 1 callersMethodretrieveCustomer
(username: string, id: number)
crm-frontend/src/app/service/data/customer-data.service.ts:18
↓ 1 callersMethodsetId
(Long id)
crm-rest/src/main/java/com/houarizegai/crm/restfulwebservices/model/Customer.java:31
↓ 1 callersMethodsetPassword
(String password)
crm-rest/src/main/java/com/houarizegai/crm/restfulwebservices/jwt/resource/JwtTokenRequest.java:37
↓ 1 callersMethodsetUsername
(String username)
crm-rest/src/main/java/com/houarizegai/crm/restfulwebservices/jwt/resource/JwtTokenRequest.java:29
↓ 1 callersMethodupdateCustomer
(id)
crm-frontend/src/app/customers/customers.component.ts:50
↓ 1 callersMethodvalidateToken
(String token, UserDetails userDetails)
crm-rest/src/main/java/com/houarizegai/crm/restfulwebservices/jwt/JwtTokenUtil.java:91
MethodAuthenticationException
(String message, Throwable cause)
crm-rest/src/main/java/com/houarizegai/crm/restfulwebservices/jwt/resource/AuthenticationException.java:4
MethodBasicAuthentication
(String message)
crm-rest/src/main/java/com/houarizegai/crm/restfulwebservices/model/BasicAuthentication.java:6
MethodCustomer
()
crm-rest/src/main/java/com/houarizegai/crm/restfulwebservices/model/Customer.java:16
MethodHelloWorldBean
(String message)
crm-rest/src/main/java/com/houarizegai/crm/restfulwebservices/helloworld/HelloWorldBean.java:6
MethodJwtTokenRequest
()
crm-rest/src/main/java/com/houarizegai/crm/restfulwebservices/jwt/resource/JwtTokenRequest.java:16
MethodJwtTokenResponse
(String token)
crm-rest/src/main/java/com/houarizegai/crm/restfulwebservices/jwt/resource/JwtTokenResponse.java:11
MethodJwtUserDetails
(Long id, String username, String password, String role)
crm-rest/src/main/java/com/houarizegai/crm/restfulwebservices/jwt/JwtUserDetails.java:21
MethodaddCustomer
(username: string, customer: Customer)
crm-frontend/src/app/service/data/customer-data.service.ts:22
MethodauthenticationManagerBean
()
crm-rest/src/main/java/com/houarizegai/crm/restfulwebservices/jwt/JWTWebSecurityConfig.java:50
MethodbasicAuth
()
crm-rest/src/main/java/com/houarizegai/crm/restfulwebservices/controller/BasicAuthenticationController.java:12
MethodcanActivate
(route: ActivatedRouteSnapshot, state: RouterStateSnapshot)
crm-frontend/src/app/service/route-guard.service.ts:12
Methodcommence
(HttpServletRequest request, HttpServletResponse response, AuthenticationException auth
crm-rest/src/main/java/com/houarizegai/crm/restfulwebservices/jwt/JwtUnAuthorizedResponseAuthenticationEntryPoint.java:17
Methodconfigure
(HttpSecurity httpSecurity)
crm-rest/src/main/java/com/houarizegai/crm/restfulwebservices/jwt/JWTWebSecurityConfig.java:56
Methodconfigure
(HttpSecurity http)
crm-rest/src/main/java/com/houarizegai/crm/basic/auth/SpringSecurityConfigBasicAuth.java:13
MethodconfigureGlobal
(AuthenticationManagerBuilder auth)
crm-rest/src/main/java/com/houarizegai/crm/restfulwebservices/jwt/JWTWebSecurityConfig.java:38
Methodconstructor
( public id: number, public name: string, public birthDate: Date, public email: string)
crm-frontend/src/app/customers/customers.component.ts:8
Methodconstructor
(private service: CustomerDataService, private router: Router, private toastr: ToastrService)
crm-frontend/src/app/customers/customers.component.ts:28
Methodconstructor
()
crm-frontend/src/app/footer/footer.component.ts:10
Methodconstructor
(private http: HttpClient)
crm-frontend/src/app/service/basic-authentication.service.ts:14
Methodconstructor
(public message: string)
crm-frontend/src/app/service/basic-authentication.service.ts:73
Methodconstructor
()
crm-frontend/src/app/service/hardcoded-authentication.service.ts:8
Methodconstructor
(private hardcodedAuthenticationService: HardcodedAuthenticationService, private router: Router)
crm-frontend/src/app/service/route-guard.service.ts:10
Methodconstructor
(private basicAuthenticationService: BasicAuthenticationService)
crm-frontend/src/app/service/http/http-intercepter-basic-auth.service.ts:10
Methodconstructor
(private http: HttpClient)
crm-frontend/src/app/service/data/customer-data.service.ts:12
Methodconstructor
(public message: string)
crm-frontend/src/app/service/data/welcome-data.service.ts:6
Methodconstructor
(private http: HttpClient)
crm-frontend/src/app/service/data/welcome-data.service.ts:14
Methodconstructor
(private hardcodedAuthenticationService: HardcodedAuthenticationService)
crm-frontend/src/app/menu/menu.component.ts:13
Methodconstructor
(private route: ActivatedRoute, private service: WelcomeDataService)
crm-frontend/src/app/welcome/welcome.component.ts:19
Methodconstructor
( private router: Router, private hardcodedAuthenticationService: HardcodedAuthenticationService,
crm-frontend/src/app/login/login.component.ts:24
Methodconstructor
(private service: CustomerDataService, private route: ActivatedRoute, private router: Router)
crm-frontend/src/app/customer-form/customer-form.component.ts:16
Methodconstructor
()
crm-frontend/src/app/error/error.component.ts:12
Methodconstructor
(private hardcodedAuthenticateService: HardcodedAuthenticationService)
crm-frontend/src/app/logout/logout.component.ts:11
MethodcontextLoads
()
crm-rest/src/test/java/com/houarizegai/crm/CrmRestApplicationTests.java:12
MethodcreateAuthenticationToken
(@RequestBody JwtTokenRequest authenticationRequest)
crm-rest/src/main/java/com/houarizegai/crm/restfulwebservices/jwt/resource/JwtAuthenticationRestController.java:36
MethodcreateCustomer
(@PathVariable String username, @RequestBody Customer customer)
crm-rest/src/main/java/com/houarizegai/crm/restfulwebservices/controller/CustomerController.java:44
MethoddeleteCustomer
(id)
crm-frontend/src/app/customers/customers.component.ts:55
MethoddeleteCustomer
(username: string, id: number)
crm-frontend/src/app/service/data/customer-data.service.ts:30
MethoddeleteCustomer
(@PathVariable String username, @PathVariable long id)
crm-rest/src/main/java/com/houarizegai/crm/restfulwebservices/controller/CustomerController.java:55
MethoddoFilterInternal
(HttpServletRequest request, HttpServletResponse response, FilterChain chain)
crm-rest/src/main/java/com/houarizegai/crm/restfulwebservices/jwt/JwtTokenAuthorizationOncePerRequestFilter.java:36
MethodgetAllCustomers
(@PathVariable String username)
crm-rest/src/main/java/com/houarizegai/crm/restfulwebservices/controller/CustomerController.java:25
MethodgetBirthDate
()
crm-rest/src/main/java/com/houarizegai/crm/restfulwebservices/model/Customer.java:43
MethodgetCustomer
(@PathVariable String username, @PathVariable long id)
crm-rest/src/main/java/com/houarizegai/crm/restfulwebservices/controller/CustomerController.java:31
MethodgetEmail
()
crm-rest/src/main/java/com/houarizegai/crm/restfulwebservices/model/Customer.java:51
MethodgetId
()
crm-rest/src/main/java/com/houarizegai/crm/restfulwebservices/jwt/JwtUserDetails.java:32
MethodgetIssuedAtDateFromToken
(String token)
crm-rest/src/main/java/com/houarizegai/crm/restfulwebservices/jwt/JwtTokenUtil.java:36
MethodgetMessage
()
crm-rest/src/main/java/com/houarizegai/crm/restfulwebservices/model/BasicAuthentication.java:10
MethodgetName
()
crm-rest/src/main/java/com/houarizegai/crm/restfulwebservices/model/Customer.java:35
MethodgetPassword
()
crm-rest/src/main/java/com/houarizegai/crm/restfulwebservices/jwt/JwtUserDetails.java:60
MethodgetToken
()
crm-rest/src/main/java/com/houarizegai/crm/restfulwebservices/jwt/resource/JwtTokenResponse.java:15
MethodgetWelcomeMessage
()
crm-frontend/src/app/welcome/welcome.component.ts:27
MethodgetWelcomeMessageWithPathVariable
()
crm-frontend/src/app/welcome/welcome.component.ts:35
MethodhandleAuthenticationException
(AuthenticationException e)
crm-rest/src/main/java/com/houarizegai/crm/restfulwebservices/jwt/resource/JwtAuthenticationRestController.java:64
MethodhandleBasicAuthLogin
(form: NgForm)
crm-frontend/src/app/login/login.component.ts:49
MethodhandleJWTAuthLogin
(form: NgForm)
crm-frontend/src/app/login/login.component.ts:64
MethodhandleLogin
(form: NgForm)
crm-frontend/src/app/login/login.component.ts:39
next →1–100 of 133, ranked by callers