Class Hierarchy

  • java.lang.Object
    • org.eco.mubisoft.good_and_cheap.application.control.ApplicationController
    • org.eco.mubisoft.good_and_cheap.user.domain.model.AppUser
    • 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, javax.servlet.Filter, org.springframework.beans.factory.InitializingBean, org.springframework.web.context.ServletContextAware)
      • org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter (implements org.springframework.context.ApplicationEventPublisherAware, org.springframework.context.MessageSourceAware)
        • org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter
      • org.springframework.web.filter.OncePerRequestFilter
    • org.eco.mubisoft.good_and_cheap.GoodAndCheapApplication
    • org.eco.mubisoft.good_and_cheap.GoodAndCheapApplicationTests
    • org.eco.mubisoft.good_and_cheap.user.domain.model.Location
    • org.eco.mubisoft.good_and_cheap.application.control.LoginController
    • org.eco.mubisoft.good_and_cheap.user.domain.model.Role
    • org.eco.mubisoft.good_and_cheap.user.control.controller.RoleController
    • org.eco.mubisoft.good_and_cheap.user.domain.service.RoleServiceFacade (implements org.eco.mubisoft.good_and_cheap.user.domain.service.RoleService)
    • org.springframework.boot.web.servlet.support.SpringBootServletInitializer (implements org.springframework.web.WebApplicationInitializer)
    • org.eco.mubisoft.good_and_cheap.application.security.TokenChecker
    • org.eco.mubisoft.good_and_cheap.user.control.controller.UserController
    • org.eco.mubisoft.good_and_cheap.user.domain.service.UserServiceFacade (implements org.springframework.security.core.userdetails.UserDetailsService, org.eco.mubisoft.good_and_cheap.user.domain.service.UserService)
    • org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter (implements org.springframework.security.config.annotation.web.WebSecurityConfigurer<T>)

Interface Hierarchy

  • org.springframework.data.repository.query.QueryByExampleExecutor<T>
    • org.springframework.data.jpa.repository.JpaRepository<T,​ID> (also extends org.springframework.data.repository.PagingAndSortingRepository<T,​ID>)
  • org.springframework.data.repository.Repository<T,​ID>
    • org.springframework.data.repository.CrudRepository<T,​ID>
      • org.springframework.data.repository.PagingAndSortingRepository<T,​ID>
        • org.springframework.data.jpa.repository.JpaRepository<T,​ID> (also extends org.springframework.data.repository.query.QueryByExampleExecutor<T>)
  • org.eco.mubisoft.good_and_cheap.user.domain.service.RoleService
  • org.eco.mubisoft.good_and_cheap.user.domain.service.UserService

Enum Hierarchy

  • java.lang.Object
    • java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
      • org.eco.mubisoft.good_and_cheap.application.data.MilliTime