Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BrodyGaudel/bank
/ functions
Functions
403 in github.com/BrodyGaudel/bank
⨍
Functions
403
◇
Types & classes
164
Method
TransferProxy
()
account-service/src/main/java/org/mounanga/accountservice/commands/util/proxy/TransferProxy.java:19
Method
UniquenessValidationException
Constructs a new runtime exception with the specified detail message. The cause is not initialized, and may subsequently be initialized by a call to {
account-service/src/main/java/org/mounanga/accountservice/commands/exception/UniquenessValidationException.java:20
Method
UserDetailsServiceImpl
(final UserRepository userRepository)
authentication-service/src/main/java/org/mounanga/authenticationservice/security/UserDetailsServiceImpl.java:24
Method
UserNotAuthenticatedException
(String message)
authentication-service/src/main/java/org/mounanga/authenticationservice/exception/UserNotAuthenticatedException.java:4
Method
UserNotEnabledException
(String message)
authentication-service/src/main/java/org/mounanga/authenticationservice/exception/UserNotEnabledException.java:4
Method
UserNotFoundException
(String message)
authentication-service/src/main/java/org/mounanga/authenticationservice/exception/UserNotFoundException.java:4
Method
UserRestController
(UserService userService)
authentication-service/src/main/java/org/mounanga/authenticationservice/web/UserRestController.java:16
Method
UserServiceImpl
(UserRepository userRepository, RoleRepository roleRepository, PasswordEncoder passwordEncoder)
authentication-service/src/main/java/org/mounanga/authenticationservice/service/implementation/UserServiceImpl.java:33
Method
VerificationCodeExpiredException
(String message)
authentication-service/src/main/java/org/mounanga/authenticationservice/exception/VerificationCodeExpiredException.java:4
Method
VerificationNotFoundException
(String message)
authentication-service/src/main/java/org/mounanga/authenticationservice/exception/VerificationNotFoundException.java:4
Method
addOperation
(Operation operation)
account-service/src/main/java/org/mounanga/accountservice/queries/entity/Account.java:55
Method
addRoleToUser
(@NotNull UserRoleRequestDTO dto)
authentication-service/src/main/java/org/mounanga/authenticationservice/service/implementation/UserServiceImpl.java:81
Method
addRoleToUser
(@RequestBody UserRoleRequestDTO dto)
authentication-service/src/main/java/org/mounanga/authenticationservice/web/UserRestController.java:53
Method
addRoleToUserShouldAddRoleWhenValidInput
()
authentication-service/src/test/java/org/mounanga/authenticationservice/service/implementation/UserServiceImplTest.java:169
Method
addRoleToUserShouldThrowRoleNotFoundExceptionWhenUserNotFound
()
authentication-service/src/test/java/org/mounanga/authenticationservice/service/implementation/UserServiceImplTest.java:235
Method
addRoleToUserShouldThrowUserNotFoundExceptionWhenUserNotFound
()
authentication-service/src/test/java/org/mounanga/authenticationservice/service/implementation/UserServiceImplTest.java:221
Method
auditorAware
()
customer-service/src/main/java/org/mounanga/customerservice/configuration/BeanConfiguration.java:11
Method
auditorAware
()
authentication-service/src/main/java/org/mounanga/authenticationservice/security/SecurityBeansConfiguration.java:42
Method
authenticate
(@NotNull LoginRequestDTO dto)
authentication-service/src/main/java/org/mounanga/authenticationservice/service/implementation/AuthenticationServiceImpl.java:46
Method
authenticate
(@RequestBody LoginRequestDTO requestDTO)
authentication-service/src/main/java/org/mounanga/authenticationservice/web/AuthenticationRestController.java:21
Method
authenticationManager
(@NotNull AuthenticationConfiguration configuration)
authentication-service/src/main/java/org/mounanga/authenticationservice/security/SecurityBeansConfiguration.java:37
Method
autoGenerateId
()
account-service/src/main/java/org/mounanga/accountservice/commands/util/generator/implementation/IdGeneratorImpl.java:16
Method
commandBus
(AggregateCommandDispatchInterceptor interceptor)
account-service/src/main/java/org/mounanga/accountservice/commands/configuration/AxonConfiguration.java:16
Method
commandLineRunner
(UserRepository userRepository, RoleRepository roleRepository, PasswordEncoder passwordEncoder)
authentication-service/src/main/java/org/mounanga/authenticationservice/AuthenticationServiceApplication.java:34
Method
contextLoads
()
notification-service/src/test/java/org/mounanga/notificationservice/NotificationServiceApplicationTests.java:9
Method
contextLoads
()
customer-service/src/test/java/org/mounanga/customerservice/CustomerServiceApplicationTests.java:9
Method
contextLoads
()
account-service/src/test/java/org/mounanga/accountservice/AccountServiceApplicationTests.java:9
Method
contextLoads
()
gateway-service/src/test/java/org/mounanga/gatewayservice/GatewayServiceApplicationTests.java:9
Method
contextLoads
()
discovery-service/src/test/java/org/mounanga/discoveryservice/DiscoveryServiceApplicationTests.java:9
Method
contextLoads
()
authentication-service/src/test/java/org/mounanga/authenticationservice/AuthenticationServiceApplicationTests.java:9
Method
create
(@RequestBody @Valid AccountRequestDTO dto)
account-service/src/main/java/org/mounanga/accountservice/commands/web/AccountCommandRestController.java:42
Method
createCustomer
(@NotNull CustomerRequestDTO dto)
customer-service/src/main/java/org/mounanga/customerservice/service/implementation/CustomerServiceImpl.java:70
Method
createCustomer
(@RequestBody CustomerRequestDTO dto)
customer-service/src/main/java/org/mounanga/customerservice/web/CustomerRestController.java:43
Method
createRole
(@NotNull RoleRequestDTO roleRequestDTO)
authentication-service/src/main/java/org/mounanga/authenticationservice/service/implementation/RoleServiceImpl.java:31
Method
createRole
(@RequestBody RoleRequestDTO roleRequestDTO)
authentication-service/src/main/java/org/mounanga/authenticationservice/web/RoleRestController.java:20
Method
createRoleShouldReturnSavedRoleWhenRoleDoesNotExist
()
authentication-service/src/test/java/org/mounanga/authenticationservice/service/implementation/RoleServiceImplTest.java:40
Method
createRoleShouldThrowExceptionWhenRoleAlreadyExists
()
authentication-service/src/test/java/org/mounanga/authenticationservice/service/implementation/RoleServiceImplTest.java:61
Method
createUser
(@NotNull UserRequestDTO dto)
authentication-service/src/main/java/org/mounanga/authenticationservice/service/implementation/UserServiceImpl.java:39
Method
createUser
(@RequestBody UserRequestDTO dto)
authentication-service/src/main/java/org/mounanga/authenticationservice/web/UserRestController.java:20
Method
credit
(@RequestBody @Valid OperationRequestDTO dto)
account-service/src/main/java/org/mounanga/accountservice/commands/web/AccountCommandRestController.java:65
Method
debit
(@RequestBody @Valid OperationRequestDTO dto)
account-service/src/main/java/org/mounanga/accountservice/commands/web/AccountCommandRestController.java:71
Method
deleteCustomerById
(String id)
customer-service/src/main/java/org/mounanga/customerservice/service/implementation/CustomerServiceImpl.java:94
Method
deleteCustomerById
(@PathVariable String id)
customer-service/src/main/java/org/mounanga/customerservice/web/CustomerRestController.java:53
Method
deleteRoleById
(Long id)
authentication-service/src/main/java/org/mounanga/authenticationservice/service/implementation/RoleServiceImpl.java:57
Method
deleteRoleById
(@PathVariable Long id)
authentication-service/src/main/java/org/mounanga/authenticationservice/web/RoleRestController.java:32
Method
deleteRoleByIdShouldDeleteRoleWhenRoleExists
()
authentication-service/src/test/java/org/mounanga/authenticationservice/service/implementation/RoleServiceImplTest.java:116
Method
deleteUserById
()
authentication-service/src/test/java/org/mounanga/authenticationservice/service/implementation/UserServiceImplTest.java:161
Method
deleteUserById
(String id)
authentication-service/src/main/java/org/mounanga/authenticationservice/service/implementation/UserServiceImpl.java:74
Method
deleteUserById
(@PathVariable String id)
authentication-service/src/main/java/org/mounanga/authenticationservice/web/UserRestController.java:47
Method
destroy
()
account-service/src/main/java/org/mounanga/accountservice/commands/configuration/AxonConfiguration.java:23
Method
discoveryClientRouteDefinitionLocator
This code configures a bean in Spring Cloud Gateway that uses the discovery service to dynamically retrieve route information from registered service
gateway-service/src/main/java/org/mounanga/gatewayservice/GatewayServiceApplication.java:32
Method
doFilterInternal
(@NotNull HttpServletRequest request, @NotNull HttpServletResponse response, @NotNull FilterChain filterChain)
customer-service/src/main/java/org/mounanga/customerservice/security/JWTAuthorizationFilter.java:41
Method
doFilterInternal
(@NotNull HttpServletRequest request, @NotNull HttpServletResponse response, @NotNull FilterChain filterChain)
account-service/src/main/java/org/mounanga/accountservice/common/security/JWTAuthorizationFilter.java:40
Method
doFilterInternal
(@NotNull HttpServletRequest request, @NotNull HttpServletResponse response, @NotNull FilterChain filterChain)
authentication-service/src/main/java/org/mounanga/authenticationservice/security/JWTAuthorizationFilter.java:40
Method
existsByCustomerId
(String customerId)
account-service/src/main/java/org/mounanga/accountservice/commands/util/validation/AccountEmailCustomerIdRepository.java:11
Method
existsByEmail
(String email)
account-service/src/main/java/org/mounanga/accountservice/commands/util/validation/AccountEmailCustomerIdRepository.java:10
Method
existsById
(@NotNull String id)
customer-service/src/main/java/org/mounanga/customerservice/repository/CustomerRepository.java:21
Method
filterChain
(HttpSecurity http)
customer-service/src/main/java/org/mounanga/customerservice/security/SecurityConfiguration.java:25
Method
filterChain
(HttpSecurity http)
account-service/src/main/java/org/mounanga/accountservice/common/security/SecurityConfiguration.java:25
Method
findByEmail
(String email)
authentication-service/src/main/java/org/mounanga/authenticationservice/repository/VerificationRepository.java:12
Method
findByEmailAndCustomerId
(String email, String customerId)
account-service/src/main/java/org/mounanga/accountservice/commands/util/validation/AccountEmailCustomerIdRepository.java:14
Method
fromAccounts
(@NotNull final List<Account> accounts)
account-service/src/main/java/org/mounanga/accountservice/queries/util/mapper/Mapper.java:32
Method
getAccountByCustomerId
(@PathVariable String customerId)
account-service/src/main/java/org/mounanga/accountservice/queries/web/AccountQueryRestController.java:39
Method
getAccountById
(@PathVariable String id)
account-service/src/main/java/org/mounanga/accountservice/queries/web/AccountQueryRestController.java:28
Method
getAllCustomers
(int page, int size)
customer-service/src/main/java/org/mounanga/customerservice/service/implementation/CustomerServiceImpl.java:52
Method
getAllCustomers
(@RequestParam(defaultValue = "0") int page, @RequestParam(
customer-service/src/main/java/org/mounanga/customerservice/web/CustomerRestController.java:29
Method
getAllRoles
(int page, int size)
authentication-service/src/main/java/org/mounanga/authenticationservice/service/implementation/RoleServiceImpl.java:80
Method
getAllRoles
(@RequestParam(defaultValue = "0") int page, @RequestParam(defaultValue = "9") int size)
authentication-service/src/main/java/org/mounanga/authenticationservice/web/RoleRestController.java:50
Method
getAllRolesShouldReturnPagedRoles
()
authentication-service/src/test/java/org/mounanga/authenticationservice/service/implementation/RoleServiceImplTest.java:189
Method
getAllUsers
(int page, int size)
authentication-service/src/main/java/org/mounanga/authenticationservice/service/implementation/UserServiceImpl.java:136
Method
getAllUsers
(@RequestParam(defaultValue = "0") int page, @RequestParam(defaultValue = "10") int size)
authentication-service/src/main/java/org/mounanga/authenticationservice/web/UserRestController.java:78
Method
getAllUsersShouldReturnPagedUsers
()
authentication-service/src/test/java/org/mounanga/authenticationservice/service/implementation/UserServiceImplTest.java:301
Method
getCurrentAuditor
()
customer-service/src/main/java/org/mounanga/customerservice/security/AuditorAwareImpl.java:16
Method
getCurrentAuditor
()
authentication-service/src/main/java/org/mounanga/authenticationservice/security/AuditAwareImpl.java:15
Method
getCustomerByCin
(String cin)
customer-service/src/main/java/org/mounanga/customerservice/service/implementation/CustomerServiceImpl.java:43
Method
getCustomerByCin
(@PathVariable String cin)
customer-service/src/main/java/org/mounanga/customerservice/web/CustomerRestController.java:24
Method
getCustomerById
(String id)
customer-service/src/main/java/org/mounanga/customerservice/service/implementation/CustomerServiceImpl.java:35
Method
getCustomerById
(@PathVariable String id)
customer-service/src/main/java/org/mounanga/customerservice/web/CustomerRestController.java:19
Method
getOperationById
(@PathVariable String id)
account-service/src/main/java/org/mounanga/accountservice/queries/web/AccountQueryRestController.java:50
Method
getRoleById
(Long id)
authentication-service/src/main/java/org/mounanga/authenticationservice/service/implementation/RoleServiceImpl.java:64
Method
getRoleById
(@PathVariable Long id)
authentication-service/src/main/java/org/mounanga/authenticationservice/web/RoleRestController.java:38
Method
getRoleByIdShouldReturnRoleWhenRoleExists
()
authentication-service/src/test/java/org/mounanga/authenticationservice/service/implementation/RoleServiceImplTest.java:128
Method
getRoleByIdShouldThrowExceptionWhenRoleDoesNotExist
()
authentication-service/src/test/java/org/mounanga/authenticationservice/service/implementation/RoleServiceImplTest.java:147
Method
getRoleByName
(String name)
authentication-service/src/main/java/org/mounanga/authenticationservice/service/implementation/RoleServiceImpl.java:72
Method
getRoleByName
(@PathVariable String name)
authentication-service/src/main/java/org/mounanga/authenticationservice/web/RoleRestController.java:44
Method
getRoleByNameShouldReturnRoleWhenRoleExists
()
authentication-service/src/test/java/org/mounanga/authenticationservice/service/implementation/RoleServiceImplTest.java:159
Method
getRoleByNameShouldThrowExceptionWhenRoleDoesNotExist
()
authentication-service/src/test/java/org/mounanga/authenticationservice/service/implementation/RoleServiceImplTest.java:177
Method
getUserById
(String id)
authentication-service/src/main/java/org/mounanga/authenticationservice/service/implementation/UserServiceImpl.java:120
Method
getUserById
(@PathVariable String id)
authentication-service/src/main/java/org/mounanga/authenticationservice/web/UserRestController.java:65
Method
getUserByIdShouldReturnUserWhenUserExists
()
authentication-service/src/test/java/org/mounanga/authenticationservice/service/implementation/UserServiceImplTest.java:250
Method
getUserByIdShouldThrowExceptionWhenUserDoesNotExist
()
authentication-service/src/test/java/org/mounanga/authenticationservice/service/implementation/UserServiceImplTest.java:266
Method
getUserByUsername
(String username)
authentication-service/src/main/java/org/mounanga/authenticationservice/service/implementation/UserServiceImpl.java:128
Method
getUserByUsername
()
authentication-service/src/main/java/org/mounanga/authenticationservice/web/UserRestController.java:71
Method
getUserByUsernameShouldReturnUserWhenUserExists
()
authentication-service/src/test/java/org/mounanga/authenticationservice/service/implementation/UserServiceImplTest.java:276
Method
getUserByUsernameShouldThrowExceptionWhenUserDoesNotExist
()
authentication-service/src/test/java/org/mounanga/authenticationservice/service/implementation/UserServiceImplTest.java:291
Method
getUsername
()
account-service/src/main/java/org/mounanga/accountservice/common/security/SecurityInformationImpl.java:10
Method
handle
(@NotNull CommandMessage<?> message)
account-service/src/main/java/org/mounanga/accountservice/commands/util/validation/AggregateCommandDispatchInterceptor.java:22
Method
handle
(@NotNull GetAccountByIdQuery query)
account-service/src/main/java/org/mounanga/accountservice/queries/service/AccountQueryHandlerService.java:36
Method
handleException
( MethodArgumentNotValidException exception)
notification-service/src/main/java/org/mounanga/notificationservice/exception/GlobalExceptionHandler.java:17
Method
initialize
(AgeMinimum constraintAnnotation)
customer-service/src/main/java/org/mounanga/customerservice/util/validation/AgeValidator.java:13
← previous
next →
201–300 of 403, ranked by callers