Hierarchy For All Packages
- com.greenloop.auth_service,
- com.greenloop.auth_service.config,
- com.greenloop.auth_service.controller,
- com.greenloop.auth_service.dto,
- com.greenloop.auth_service.exception,
- com.greenloop.auth_service.model,
- com.greenloop.auth_service.repository,
- com.greenloop.auth_service.security,
- com.greenloop.auth_service.service,
- com.greenloop.auth_service.util
Class Hierarchy
- java.lang.Object
- com.greenloop.auth_service.dto.ApiResponse
- com.greenloop.auth_service.config.ApplicationConfig
- com.greenloop.auth_service.controller.AuthController
- com.greenloop.auth_service.dto.AuthResponse
- com.greenloop.auth_service.service.AuthService
- com.greenloop.auth_service.AuthServiceApplication
- com.greenloop.auth_service.util.CookieUtil
- com.greenloop.auth_service.service.EmailService
- com.greenloop.auth_service.util.EmailTemplateUtil
- org.springframework.web.filter.GenericFilterBean (implements org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.DisposableBean, org.springframework.context.EnvironmentAware, org.springframework.core.env.EnvironmentCapable, jakarta.servlet.Filter, org.springframework.beans.factory.InitializingBean, org.springframework.web.context.ServletContextAware)
- org.springframework.web.filter.OncePerRequestFilter
- com.greenloop.auth_service.security.JwtAuthFilter
- org.springframework.web.filter.OncePerRequestFilter
- com.greenloop.auth_service.exception.GlobalExceptionHandler
- com.greenloop.auth_service.security.JwtAuthenticationEntryPoint (implements org.springframework.security.web.AuthenticationEntryPoint)
- com.greenloop.auth_service.security.JwtService
- com.greenloop.auth_service.dto.LoginRequest
- com.greenloop.auth_service.dto.PasswordChangeRequest
- com.greenloop.auth_service.security.SecurityConfiguration
- com.greenloop.auth_service.dto.SignUpRequest
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- com.greenloop.auth_service.exception.EmailAlreadyExistsException
- com.greenloop.auth_service.exception.InvalidCredentialsException
- com.greenloop.auth_service.exception.OtpValidationException
- com.greenloop.auth_service.exception.ResourceNotFoundException
- com.greenloop.auth_service.exception.UserAlreadyVerifiedException
- com.greenloop.auth_service.exception.VerificationNotCompleteException
- java.lang.RuntimeException
- java.lang.Exception
- com.greenloop.auth_service.model.User (implements org.springframework.security.core.userdetails.UserDetails)
- com.greenloop.auth_service.controller.VerificationController
- com.greenloop.auth_service.service.VerificationService
- com.greenloop.auth_service.model.VerificationToken
Interface Hierarchy
- 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.greenloop.auth_service.repository.UserRepository
- com.greenloop.auth_service.repository.VerificationTokenRepository
- org.springframework.data.jpa.repository.JpaRepository<T,
- 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.greenloop.auth_service.repository.UserRepository
- com.greenloop.auth_service.repository.VerificationTokenRepository
- 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.greenloop.auth_service.repository.UserRepository
- com.greenloop.auth_service.repository.VerificationTokenRepository
- org.springframework.data.jpa.repository.JpaRepository<T,
- org.springframework.data.repository.ListPagingAndSortingRepository<T,
- org.springframework.data.repository.CrudRepository<T,
Enum Class Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- com.greenloop.auth_service.model.UserRole
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)