MCPcopy Create free account

hub / github.com/BrodyGaudel/bank / functions

Functions403 in github.com/BrodyGaudel/bank

↓ 1 callersMethodfromListOfUsers
(final List<User> users)
authentication-service/src/main/java/org/mounanga/authenticationservice/util/mapper/Mappers.java:42
↓ 1 callersMethodfromOperation
(@NotNull final Operation operation)
account-service/src/main/java/org/mounanga/accountservice/queries/util/mapper/Mapper.java:36
↓ 1 callersMethodfromOperations
(@NotNull final List<Operation> operations)
account-service/src/main/java/org/mounanga/accountservice/queries/util/mapper/Mapper.java:49
↓ 1 callersMethodfromRoleRequestDTO
(final @NotNull RoleRequestDTO dto)
authentication-service/src/main/java/org/mounanga/authenticationservice/util/mapper/Mappers.java:82
↓ 1 callersMethodfromUserRequestDTO
(final @NotNull UserRequestDTO dto)
authentication-service/src/main/java/org/mounanga/authenticationservice/util/mapper/Mappers.java:65
↓ 1 callersMethodgenerate
(int size)
authentication-service/src/main/java/org/mounanga/authenticationservice/util/generator/CodeGenerator.java:13
↓ 1 callersMethodgenerateToken
(@NotNull User user)
authentication-service/src/main/java/org/mounanga/authenticationservice/service/implementation/AuthenticationServiceImpl.java:78
↓ 1 callersMethodgetFullName
()
authentication-service/src/main/java/org/mounanga/authenticationservice/entity/User.java:83
↓ 1 callersMethodgetListOfNamesOfRoles
(List<Role> roles)
authentication-service/src/main/java/org/mounanga/authenticationservice/service/implementation/AuthenticationServiceImpl.java:90
↓ 1 callersMethodgetNewCounterId
()
account-service/src/main/java/org/mounanga/accountservice/commands/util/generator/implementation/IdGeneratorImpl.java:23
↓ 1 callersMethodgetUserByUsername
(String username)
authentication-service/src/main/java/org/mounanga/authenticationservice/service/implementation/AuthenticationServiceImpl.java:83
↓ 1 callersMethodhandleAccountActivatedEvent
(@NotNull AccountActivatedEvent event)
account-service/src/main/java/org/mounanga/accountservice/queries/service/AccountEventHandlerService.java:46
↓ 1 callersMethodhandleAccountCreatedEvent
(@NotNull AccountCreatedEvent event)
account-service/src/main/java/org/mounanga/accountservice/queries/service/AccountEventHandlerService.java:36
↓ 1 callersMethodhandleAccountCreditedEvent
(@NotNull AccountCreditedEvent event)
account-service/src/main/java/org/mounanga/accountservice/queries/service/AccountEventHandlerService.java:79
↓ 1 callersMethodhandleAccountDebitedEvent
(@NotNull AccountDebitedEvent event)
account-service/src/main/java/org/mounanga/accountservice/queries/service/AccountEventHandlerService.java:93
↓ 1 callersMethodhandleAccountDeletedEvent
(@NotNull AccountDeletedEvent event)
account-service/src/main/java/org/mounanga/accountservice/queries/service/AccountEventHandlerService.java:68
↓ 1 callersMethodhandleAccountSuspendedEvent
(@NotNull AccountSuspendedEvent event)
account-service/src/main/java/org/mounanga/accountservice/queries/service/AccountEventHandlerService.java:57
↓ 1 callersMethodisExpired
()
authentication-service/src/main/java/org/mounanga/authenticationservice/entity/Verification.java:29
↓ 1 callersMethodisTokenExpired
(@NotNull DecodedJWT jwt)
customer-service/src/main/java/org/mounanga/customerservice/security/JWTAuthorizationFilter.java:81
↓ 1 callersMethodisTokenExpired
(@NotNull DecodedJWT jwt)
account-service/src/main/java/org/mounanga/accountservice/common/security/JWTAuthorizationFilter.java:79
↓ 1 callersMethodpasswordEncoder
()
authentication-service/src/main/java/org/mounanga/authenticationservice/security/SecurityBeansConfiguration.java:32
↓ 1 callersMethodrolesToList
(final List<Role> roles)
authentication-service/src/main/java/org/mounanga/authenticationservice/util/mapper/Mappers.java:121
↓ 1 callersMethodsendByMail
(@NotNull Verification savedVerification)
authentication-service/src/main/java/org/mounanga/authenticationservice/service/implementation/PasswordServiceImpl.java:90
↓ 1 callersMethodsendMail
(String to, String subject, MimeMessage mimeMessage, MimeMessageHelper helper, Map<String, Object> properties)
notification-service/src/main/java/org/mounanga/notificationservice/service/implementation/NotificationServiceImpl.java:60
↓ 1 callersMethodsendNotificationToUser
(@NotNull User updatedUser)
authentication-service/src/main/java/org/mounanga/authenticationservice/service/implementation/AuthenticationServiceImpl.java:72
↓ 1 callersMethodsetUpSpringAuthentication
(@NotNull DecodedJWT jwt, HttpServletRequest request)
customer-service/src/main/java/org/mounanga/customerservice/security/JWTAuthorizationFilter.java:86
↓ 1 callersMethodsetUpSpringAuthentication
(@NotNull DecodedJWT jwt, HttpServletRequest request)
account-service/src/main/java/org/mounanga/accountservice/common/security/JWTAuthorizationFilter.java:84
↓ 1 callersMethodtransfer
(final TransferRequestDTO dto, @NotNull CommandGateway commandGateway, @NotNull SecurityInformation securityIn
account-service/src/main/java/org/mounanga/accountservice/commands/util/proxy/TransferProxy.java:23
↓ 1 callersMethodupdateCustomerItems
Updates the properties of an existing {@link Customer} entity using the values from a {@link CustomerRequestDTO}. This method modifies the provided {@
customer-service/src/main/java/org/mounanga/customerservice/util/mappers/Mapper.java:128
↓ 1 callersMethodupdatePassword
(String username, UpdatePasswordRequestDTO dto)
authentication-service/src/main/java/org/mounanga/authenticationservice/service/UserService.java:9
↓ 1 callersMethodupdateUserFields
(@NotNull User user, @NotNull UserRequestDTO dto)
authentication-service/src/main/java/org/mounanga/authenticationservice/service/implementation/UserServiceImpl.java:201
↓ 1 callersMethodupdateUserLastLoginDate
(@NotNull User user)
authentication-service/src/main/java/org/mounanga/authenticationservice/service/implementation/AuthenticationServiceImpl.java:66
↓ 1 callersMethodupdateUserStatus
(String id)
authentication-service/src/main/java/org/mounanga/authenticationservice/service/UserService.java:13
↓ 1 callersMethodvalidateCreateAccountCommand
(@NotNull CommandMessage<?> m)
account-service/src/main/java/org/mounanga/accountservice/commands/util/validation/AggregateCommandDispatchInterceptor.java:42
↓ 1 callersMethodvalidateDeleteAccountCommand
(@NotNull CommandMessage<?> m)
account-service/src/main/java/org/mounanga/accountservice/commands/util/validation/AggregateCommandDispatchInterceptor.java:52
↓ 1 callersMethodvalidateToken
(String token)
customer-service/src/main/java/org/mounanga/customerservice/security/JWTAuthorizationFilter.java:75
↓ 1 callersMethodvalidateToken
(String token)
account-service/src/main/java/org/mounanga/accountservice/common/security/JWTAuthorizationFilter.java:73
↓ 1 callersMethodvalidationBeforeCreate
(String cin, String email, String username)
authentication-service/src/main/java/org/mounanga/authenticationservice/service/implementation/UserServiceImpl.java:169
↓ 1 callersMethodvalidationBeforeCreateCustomer
(String email, String cin)
customer-service/src/main/java/org/mounanga/customerservice/service/implementation/CustomerServiceImpl.java:107
↓ 1 callersMethodvalidationBeforeUpdate
(@NotNull User user, @NotNull UserRequestDTO dto)
authentication-service/src/main/java/org/mounanga/authenticationservice/service/implementation/UserServiceImpl.java:185
↓ 1 callersMethodvalidationBeforeUpdateUser
(@NotNull String oldEmail, String oldCin, String newEmail, String newCin)
customer-service/src/main/java/org/mounanga/customerservice/service/implementation/CustomerServiceImpl.java:120
MethodAccountActivatedEvent
(String id, LocalDateTime eventDate, String eventBy, AccountStatus status)
account-service/src/main/java/org/mounanga/accountservice/common/event/AccountActivatedEvent.java:12
MethodAccountAggregate
()
account-service/src/main/java/org/mounanga/accountservice/commands/aggregate/AccountAggregate.java:41
MethodAccountCommandRestController
(CommandGateway commandGateway, CustomerRestClient customerRestClient, IdGenerator idGenerator, SecurityInform
account-service/src/main/java/org/mounanga/accountservice/commands/web/AccountCommandRestController.java:35
MethodAccountCreatedEvent
(String id, LocalDateTime eventDate, String eventBy, AccountStatus status, BigDecimal balance, Currency curren
account-service/src/main/java/org/mounanga/accountservice/common/event/AccountCreatedEvent.java:19
MethodAccountCreditedEvent
(String id, LocalDateTime eventDate, String eventBy, BigDecimal amount, OperationType type, String description
account-service/src/main/java/org/mounanga/accountservice/common/event/AccountCreditedEvent.java:15
MethodAccountDebitedEvent
(String id, LocalDateTime eventDate, String eventBy, BigDecimal amount, OperationType type, String description
account-service/src/main/java/org/mounanga/accountservice/common/event/AccountDebitedEvent.java:15
MethodAccountDeletedEvent
(String id, LocalDateTime eventDate, String eventBy)
account-service/src/main/java/org/mounanga/accountservice/common/event/AccountDeletedEvent.java:7
MethodAccountEventHandlerService
(AccountRepository accountRepository, OperationRepository operationRepository, NotificationService notificatio
account-service/src/main/java/org/mounanga/accountservice/queries/service/AccountEventHandlerService.java:30
MethodAccountNotActivatedException
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/AccountNotActivatedException.java:12
MethodAccountNotFoundException
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/queries/exception/AccountNotFoundException.java:12
MethodAccountQueryHandlerService
(AccountRepository accountRepository, OperationRepository operationRepository)
account-service/src/main/java/org/mounanga/accountservice/queries/service/AccountQueryHandlerService.java:31
MethodAccountQueryRestController
(QueryGateway queryGateway)
account-service/src/main/java/org/mounanga/accountservice/queries/web/AccountQueryRestController.java:24
MethodAccountSuspendedEvent
(String id, LocalDateTime eventDate, String eventBy, AccountStatus status)
account-service/src/main/java/org/mounanga/accountservice/common/event/AccountSuspendedEvent.java:13
MethodActivateAccountCommand
(String id, LocalDateTime commandDate, String commandBy, AccountStatus status)
account-service/src/main/java/org/mounanga/accountservice/commands/command/ActivateAccountCommand.java:13
MethodAggregateCommandDispatchInterceptor
(AccountEmailCustomerIdRepository repository)
account-service/src/main/java/org/mounanga/accountservice/commands/util/validation/AggregateCommandDispatchInterceptor.java:18
MethodAmountNotSufficientException
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/AmountNotSufficientException.java:12
MethodAuthenticationRestController
(AuthenticationService authenticationService)
authentication-service/src/main/java/org/mounanga/authenticationservice/web/AuthenticationRestController.java:17
MethodAuthenticationServiceImpl
(AuthenticationManager authenticationManager, UserRepository userRepository, ApplicationProperties properties,
authentication-service/src/main/java/org/mounanga/authenticationservice/service/implementation/AuthenticationServiceImpl.java:38
MethodBalanceNotSufficientException
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/BalanceNotSufficientException.java:12
MethodBaseCommand
(final T id, final LocalDateTime commandDate, final String commandBy)
account-service/src/main/java/org/mounanga/accountservice/commands/command/BaseCommand.java:15
MethodBaseEvent
(T id, LocalDateTime eventDate, String eventBy)
account-service/src/main/java/org/mounanga/accountservice/common/event/BaseEvent.java:13
MethodCodeGenerator
()
authentication-service/src/main/java/org/mounanga/authenticationservice/util/generator/CodeGenerator.java:9
MethodCommandFactory
()
account-service/src/main/java/org/mounanga/accountservice/commands/util/factory/CommandFactory.java:16
MethodCreateAccountCommand
(String id, LocalDateTime commandDate, String commandBy, AccountStatus status, BigDecimal balance, Currency cu
account-service/src/main/java/org/mounanga/accountservice/commands/command/CreateAccountCommand.java:19
MethodCreditAccountCommand
(String id, LocalDateTime commandDate, String commandBy, BigDecimal amount, OperationType type, String descrip
account-service/src/main/java/org/mounanga/accountservice/commands/command/CreditAccountCommand.java:15
MethodCustomerNotFoundException
(String message)
customer-service/src/main/java/org/mounanga/customerservice/excetion/CustomerNotFoundException.java:5
MethodCustomerNotFoundException
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/CustomerNotFoundException.java:12
MethodCustomerRestController
(CustomerService customerService)
customer-service/src/main/java/org/mounanga/customerservice/web/CustomerRestController.java:15
MethodCustomerServiceImpl
(CustomerRepository customerRepository)
customer-service/src/main/java/org/mounanga/customerservice/service/implementation/CustomerServiceImpl.java:30
MethodDebitAccountCommand
(String id, LocalDateTime commandDate, String commandBy, BigDecimal amount, OperationType type, String descrip
account-service/src/main/java/org/mounanga/accountservice/commands/command/DebitAccountCommand.java:15
MethodDeleteAccountCommand
(String id, LocalDateTime commandDate, String commandBy)
account-service/src/main/java/org/mounanga/accountservice/commands/command/DeleteAccountCommand.java:7
MethodEventFactory
()
account-service/src/main/java/org/mounanga/accountservice/commands/util/factory/EventFactory.java:13
MethodFieldValidationException
(String message, List<String> errors)
customer-service/src/main/java/org/mounanga/customerservice/excetion/FieldValidationException.java:12
MethodFieldValidationException
(String message, List<String> errors)
authentication-service/src/main/java/org/mounanga/authenticationservice/exception/FieldValidationException.java:12
MethodIdGeneratorImpl
(CounterRepository counterRepository)
account-service/src/main/java/org/mounanga/accountservice/commands/util/generator/implementation/IdGeneratorImpl.java:12
MethodJWTAuthorizationFilter
(ApplicationProperties properties)
customer-service/src/main/java/org/mounanga/customerservice/security/JWTAuthorizationFilter.java:37
MethodJWTAuthorizationFilter
(ApplicationProperties properties)
account-service/src/main/java/org/mounanga/accountservice/common/security/JWTAuthorizationFilter.java:36
MethodJWTAuthorizationFilter
(ApplicationProperties properties)
authentication-service/src/main/java/org/mounanga/authenticationservice/security/JWTAuthorizationFilter.java:36
MethodMapper
Private constructor to prevent instantiation. This is a utility class and should only be used statically.
customer-service/src/main/java/org/mounanga/customerservice/util/mappers/Mapper.java:29
MethodMapper
()
account-service/src/main/java/org/mounanga/accountservice/queries/util/mapper/Mapper.java:13
MethodMappers
()
authentication-service/src/main/java/org/mounanga/authenticationservice/util/mapper/Mappers.java:15
MethodNotAuthorizedException
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/NotAuthorizedException.java:12
MethodNotAuthorizedException
(String message)
authentication-service/src/main/java/org/mounanga/authenticationservice/exception/NotAuthorizedException.java:4
MethodNotificationRestController
(NotificationService notificationService)
notification-service/src/main/java/org/mounanga/notificationservice/web/NotificationRestController.java:17
MethodNotificationService
(NotificationRestClient notificationRestClient)
authentication-service/src/main/java/org/mounanga/authenticationservice/service/implementation/NotificationService.java:15
MethodNotificationServiceImpl
(JavaMailSender mailSender, SpringTemplateEngine templateEngine, ApplicationProperties applicationProperties)
notification-service/src/main/java/org/mounanga/notificationservice/service/implementation/NotificationServiceImpl.java:33
MethodNotificationServiceImpl
(NotificationRestClient notificationRestClient)
account-service/src/main/java/org/mounanga/accountservice/queries/util/notification/NotificationServiceImpl.java:26
MethodOperationNotFoundException
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/queries/exception/OperationNotFoundException.java:12
MethodPasswordRestController
(PasswordService passwordService)
authentication-service/src/main/java/org/mounanga/authenticationservice/web/PasswordRestController.java:13
MethodPasswordServiceImpl
(VerificationRepository verificationRepository, UserRepository userRepository, PasswordEncoder passwordEncoder
authentication-service/src/main/java/org/mounanga/authenticationservice/service/implementation/PasswordServiceImpl.java:27
MethodRoleNotFoundException
(String message)
authentication-service/src/main/java/org/mounanga/authenticationservice/exception/RoleNotFoundException.java:4
MethodRoleRestController
(RoleService roleService)
authentication-service/src/main/java/org/mounanga/authenticationservice/web/RoleRestController.java:16
MethodRoleServiceImpl
(RoleRepository roleRepository)
authentication-service/src/main/java/org/mounanga/authenticationservice/service/implementation/RoleServiceImpl.java:27
MethodSecurityBeansConfiguration
(UserDetailsService userDetailsService)
authentication-service/src/main/java/org/mounanga/authenticationservice/security/SecurityBeansConfiguration.java:20
MethodSecurityConfiguration
(final JWTAuthorizationFilter jwtAuthorizationFilter)
customer-service/src/main/java/org/mounanga/customerservice/security/SecurityConfiguration.java:21
MethodSecurityConfiguration
(final JWTAuthorizationFilter jwtAuthorizationFilter)
account-service/src/main/java/org/mounanga/accountservice/common/security/SecurityConfiguration.java:21
MethodSecurityConfiguration
(JWTAuthorizationFilter jwtAuthorizationFilter, AuthenticationProvider authenticationProvider)
authentication-service/src/main/java/org/mounanga/authenticationservice/security/SecurityConfiguration.java:23
MethodSuspendAccountCommand
(String id, LocalDateTime commandDate, String commandBy, AccountStatus status)
account-service/src/main/java/org/mounanga/accountservice/commands/command/SuspendAccountCommand.java:13
MethodTooManyRequestsException
(String message)
authentication-service/src/main/java/org/mounanga/authenticationservice/exception/TooManyRequestsException.java:4
← previousnext →101–200 of 403, ranked by callers