Hierarchy For All Packages
- fr.tiogars.domaintemplate,
- fr.tiogars.domaintemplate.config,
- fr.tiogars.domaintemplate.domains.auth.controllers,
- fr.tiogars.domaintemplate.domains.auth.models,
- fr.tiogars.domaintemplate.domains.auth.role.controllers,
- fr.tiogars.domaintemplate.domains.auth.role.entities,
- fr.tiogars.domaintemplate.domains.auth.role.models,
- fr.tiogars.domaintemplate.domains.auth.role.repositories,
- fr.tiogars.domaintemplate.domains.auth.role.services,
- fr.tiogars.domaintemplate.domains.auth.services,
- fr.tiogars.domaintemplate.domains.auth.user.controllers,
- fr.tiogars.domaintemplate.domains.auth.user.entities,
- fr.tiogars.domaintemplate.domains.auth.user.models,
- fr.tiogars.domaintemplate.domains.auth.user.repositories,
- fr.tiogars.domaintemplate.domains.auth.user.services,
- fr.tiogars.domaintemplate.domains.domaintemplate.controllers,
- fr.tiogars.domaintemplate.domains.domaintemplate.entities,
- fr.tiogars.domaintemplate.domains.domaintemplate.models,
- fr.tiogars.domaintemplate.domains.domaintemplate.repositories,
- fr.tiogars.domaintemplate.domains.domaintemplate.services,
- fr.tiogars.template.client
Class Hierarchy
- java.lang.Object
- fr.tiogars.domaintemplate.config.ApiCorsConfiguration (implements org.springframework.web.servlet.config.annotation.WebMvcConfigurer)
- fr.tiogars.domaintemplate.domains.auth.controllers.AuthLoginController
- fr.tiogars.domaintemplate.domains.auth.controllers.AuthMeController
- fr.tiogars.domaintemplate.domains.auth.services.AuthService
- fr.tiogars.domaintemplate.DomainTemplateApplication
- fr.tiogars.template.client.DomainTemplateClient
- fr.tiogars.domaintemplate.domains.domaintemplate.controllers.DomainTemplateCreateController
- fr.tiogars.domaintemplate.domains.domaintemplate.services.DomainTemplateCsvCodec
- fr.tiogars.domaintemplate.domains.domaintemplate.controllers.DomainTemplateDeleteController
- fr.tiogars.domaintemplate.domains.domaintemplate.entities.DomainTemplateEntity
- fr.tiogars.domaintemplate.domains.domaintemplate.controllers.DomainTemplateImportExportController
- fr.tiogars.domaintemplate.domains.domaintemplate.controllers.DomainTemplateReadController
- fr.tiogars.domaintemplate.domains.domaintemplate.controllers.DomainTemplateSeedController
- fr.tiogars.domaintemplate.domains.domaintemplate.services.DomainTemplateService
- fr.tiogars.domaintemplate.domains.domaintemplate.controllers.DomainTemplatesListController
- fr.tiogars.domaintemplate.domains.domaintemplate.controllers.DomainTemplateUpdateController
- 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
- fr.tiogars.domaintemplate.domains.auth.services.JwtAuthenticationFilter
- org.springframework.web.filter.OncePerRequestFilter
- fr.tiogars.domaintemplate.domains.auth.services.JwtTokenService
- fr.tiogars.domaintemplate.domains.auth.role.controllers.RoleCreateController
- fr.tiogars.domaintemplate.domains.auth.role.controllers.RoleDeleteController
- fr.tiogars.domaintemplate.domains.auth.role.entities.RoleEntity
- fr.tiogars.domaintemplate.domains.auth.role.controllers.RoleReadController
- fr.tiogars.domaintemplate.domains.auth.role.services.RoleService
- fr.tiogars.domaintemplate.domains.auth.role.controllers.RolesListController
- fr.tiogars.domaintemplate.domains.auth.role.controllers.RoleUpdateController
- fr.tiogars.domaintemplate.domains.auth.services.TemplateUserDetailsService (implements org.springframework.security.core.userdetails.UserDetailsService)
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- fr.tiogars.template.client.DomainTemplateException
- java.lang.RuntimeException
- java.lang.Exception
- fr.tiogars.domaintemplate.domains.auth.user.controllers.UserCreateController
- fr.tiogars.domaintemplate.domains.auth.user.controllers.UserDeleteController
- fr.tiogars.domaintemplate.domains.auth.user.entities.UserEntity
- fr.tiogars.domaintemplate.domains.auth.user.controllers.UserReadController
- fr.tiogars.domaintemplate.domains.auth.user.services.UserService
- fr.tiogars.domaintemplate.domains.auth.user.controllers.UsersListController
- fr.tiogars.domaintemplate.domains.auth.user.controllers.UserUpdateController
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>) - fr.tiogars.domaintemplate.domains.domaintemplate.repositories.DomainTemplateRepository
- fr.tiogars.domaintemplate.domains.auth.role.repositories.RoleRepository
- fr.tiogars.domaintemplate.domains.auth.user.repositories.UserRepository
- 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>) - fr.tiogars.domaintemplate.domains.domaintemplate.repositories.DomainTemplateRepository
- fr.tiogars.domaintemplate.domains.auth.role.repositories.RoleRepository
- fr.tiogars.domaintemplate.domains.auth.user.repositories.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>) - fr.tiogars.domaintemplate.domains.domaintemplate.repositories.DomainTemplateRepository
- fr.tiogars.domaintemplate.domains.auth.role.repositories.RoleRepository
- fr.tiogars.domaintemplate.domains.auth.user.repositories.UserRepository
- org.springframework.data.jpa.repository.JpaRepository<T,
- org.springframework.data.repository.ListPagingAndSortingRepository<T,
- org.springframework.data.repository.CrudRepository<T,
Record Class Hierarchy
- java.lang.Object
- java.lang.Record
- fr.tiogars.domaintemplate.config.AdminAccountProperties
- fr.tiogars.domaintemplate.domains.domaintemplate.models.CreateDomainTemplateRequest
- fr.tiogars.template.client.CreateDomainTemplateRequest
- fr.tiogars.domaintemplate.domains.auth.role.models.CreateRoleRequest
- fr.tiogars.domaintemplate.domains.auth.user.models.CreateUserRequest
- fr.tiogars.domaintemplate.domains.domaintemplate.entities.DomainTemplate
- fr.tiogars.template.client.DomainTemplate
- fr.tiogars.domaintemplate.config.JwtProperties
- fr.tiogars.domaintemplate.domains.auth.models.LoginRequest
- fr.tiogars.domaintemplate.domains.auth.models.LoginResponse
- fr.tiogars.domaintemplate.domains.auth.role.entities.Role
- fr.tiogars.domaintemplate.domains.domaintemplate.models.UpdateDomainTemplateRequest
- fr.tiogars.template.client.UpdateDomainTemplateRequest
- fr.tiogars.domaintemplate.domains.auth.role.models.UpdateRoleRequest
- fr.tiogars.domaintemplate.domains.auth.user.models.UpdateUserRequest
- fr.tiogars.domaintemplate.domains.auth.user.entities.User
- java.lang.Record