Hierarchy For All Packages
- com.bank.auth_service,
- com.bank.auth_service.config,
- com.bank.auth_service.consumer,
- com.bank.auth_service.controller,
- com.bank.auth_service.dto,
- com.bank.auth_service.enums,
- com.bank.auth_service.exception,
- com.bank.auth_service.model,
- com.bank.auth_service.publish,
- com.bank.auth_service.repository,
- com.bank.auth_service.service,
- com.bank.auth_service.service.impl
Class Hierarchy
- java.lang.Object
- com.bank.auth_service.controller.AuthenticationController
- com.bank.auth_service.service.impl.AuthenticationServiceImpl (implements com.bank.auth_service.service.AuthenticationService)
- com.bank.auth_service.AuthServiceApplication
- com.bank.auth_service.consumer.AuthUserConsumer
- com.bank.auth_service.model.Code
- com.bank.auth_service.publish.CodePublisher
- com.bank.auth_service.service.impl.JwtServiceImpl (implements com.bank.auth_service.service.JwtService)
- com.bank.auth_service.config.KeyConfig
- com.bank.auth_service.config.RabbitmqConfig
- com.bank.auth_service.model.RefreshToken
- com.bank.auth_service.service.impl.RefreshTokenServiceImpl (implements com.bank.auth_service.service.RefreshTokenService)
- org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler (implements org.springframework.context.MessageSourceAware)
- com.bank.auth_service.exception.MessageHandler
- com.bank.auth_service.exception.RestExceptionHandler
- com.bank.auth_service.config.SecurityConfig
- com.bank.auth_service.dto.SendEmailDto
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- com.bank.auth_service.exception.CodeNotFoundOrExpiredException
- com.bank.auth_service.exception.InvalidCodeException
- com.bank.auth_service.exception.InvalidUserCredentialsException
- com.bank.auth_service.exception.RefreshTokenExpiredException
- com.bank.auth_service.exception.RefreshTokenNotFoundException
- com.bank.auth_service.exception.UserNotFoundException
- java.lang.RuntimeException
- java.lang.Exception
- com.bank.auth_service.model.User
- com.bank.auth_service.model.UserAuthenticated (implements org.springframework.security.core.CredentialsContainer, org.springframework.security.core.userdetails.UserDetails)
- com.bank.auth_service.controller.VerificationCodeController
- com.bank.auth_service.service.impl.VerificationCodeServiceImpl (implements com.bank.auth_service.service.VerificationCodeService)
Interface Hierarchy
- com.bank.auth_service.service.AuthenticationService
- com.bank.auth_service.service.JwtService
- org.springframework.data.repository.query.QueryByExampleExecutor<T>
- org.springframework.data.jpa.repository.JpaRepository<T,
ID> (also extends org.springframework.data.repository.ListCrudRepository<T, ID>, org.springframework.data.repository.ListPagingAndSortingRepository<T, ID>) - com.bank.auth_service.repository.CodeRepository
- com.bank.auth_service.repository.RefreshTokenRepository
- com.bank.auth_service.repository.UserRepository
- org.springframework.data.jpa.repository.JpaRepository<T,
- com.bank.auth_service.service.RefreshTokenService
- org.springframework.data.repository.Repository<T,
ID> - org.springframework.data.repository.CrudRepository<T,
ID> - org.springframework.data.repository.ListCrudRepository<T,
ID> - org.springframework.data.jpa.repository.JpaRepository<T,
ID> (also extends org.springframework.data.repository.ListPagingAndSortingRepository<T, ID>, org.springframework.data.repository.query.QueryByExampleExecutor<T>) - com.bank.auth_service.repository.CodeRepository
- com.bank.auth_service.repository.RefreshTokenRepository
- com.bank.auth_service.repository.UserRepository
- org.springframework.data.jpa.repository.JpaRepository<T,
- org.springframework.data.repository.ListCrudRepository<T,
- org.springframework.data.repository.PagingAndSortingRepository<T,
ID> - org.springframework.data.repository.ListPagingAndSortingRepository<T,
ID> - org.springframework.data.jpa.repository.JpaRepository<T,
ID> (also extends org.springframework.data.repository.ListCrudRepository<T, ID>, org.springframework.data.repository.query.QueryByExampleExecutor<T>) - com.bank.auth_service.repository.CodeRepository
- com.bank.auth_service.repository.RefreshTokenRepository
- com.bank.auth_service.repository.UserRepository
- org.springframework.data.jpa.repository.JpaRepository<T,
- org.springframework.data.repository.ListPagingAndSortingRepository<T,
- org.springframework.data.repository.CrudRepository<T,
- com.bank.auth_service.service.VerificationCodeService
Enum Class Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- com.bank.auth_service.enums.UserRole
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
Record Class Hierarchy
- java.lang.Object
- java.lang.Record
- com.bank.auth_service.dto.AuthenticationTokenDto
- com.bank.auth_service.dto.AuthUserDto
- com.bank.auth_service.dto.ConclusionPaymentDto
- com.bank.auth_service.dto.ConfirmCodeDto
- com.bank.auth_service.dto.LoginUserDto
- java.lang.Record