Hierarchy For All Packages
- tech.lastbox.lastshield.basicauth.configuration,
- tech.lastbox.lastshield.basicauth.controller,
- tech.lastbox.lastshield.basicauth.dto,
- tech.lastbox.lastshield.basicauth.entity,
- tech.lastbox.lastshield.basicauth.enviroment,
- tech.lastbox.lastshield.basicauth.exception,
- tech.lastbox.lastshield.basicauth.mapper,
- tech.lastbox.lastshield.basicauth.repository,
- tech.lastbox.lastshield.basicauth.service
Class Hierarchy
- java.lang.Object
- tech.lastbox.lastshield.basicauth.configuration.AdminConfig
- tech.lastbox.lastshield.basicauth.controller.AuthController
- tech.lastbox.lastshield.basicauth.enviroment.BasicAuthProperties
- tech.lastbox.lastshield.basicauth.configuration.SecurityConfigInitializer
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- tech.lastbox.lastshield.basicauth.exception.DuplicatedUserException
- tech.lastbox.lastshield.basicauth.exception.UnregisteredUserException
- tech.lastbox.lastshield.basicauth.exception.UsernameNotFoundException
- java.lang.Exception
- tech.lastbox.lastshield.basicauth.entity.User
- tech.lastbox.lastshield.basicauth.mapper.UserMapper
- tech.lastbox.lastshield.basicauth.service.UserService
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>) - tech.lastbox.lastshield.basicauth.repository.TokenRepository (also extends tech.lastbox.jwt.TokenStore)
- tech.lastbox.lastshield.basicauth.repository.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>) - tech.lastbox.lastshield.basicauth.repository.TokenRepository (also extends tech.lastbox.jwt.TokenStore)
- tech.lastbox.lastshield.basicauth.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>) - tech.lastbox.lastshield.basicauth.repository.TokenRepository (also extends tech.lastbox.jwt.TokenStore)
- tech.lastbox.lastshield.basicauth.repository.UserRepository
- org.springframework.data.jpa.repository.JpaRepository<T,
- org.springframework.data.repository.ListPagingAndSortingRepository<T,
- org.springframework.data.repository.CrudRepository<T,
- tech.lastbox.jwt.TokenStore
- tech.lastbox.lastshield.basicauth.repository.TokenRepository (also extends org.springframework.data.jpa.repository.JpaRepository<T,
ID>)
- tech.lastbox.lastshield.basicauth.repository.TokenRepository (also extends org.springframework.data.jpa.repository.JpaRepository<T,
Record Class Hierarchy
- java.lang.Object
- java.lang.Record
- tech.lastbox.lastshield.basicauth.dto.AuthResponseDTO
- tech.lastbox.lastshield.basicauth.dto.ErrorResponse
- tech.lastbox.lastshield.basicauth.dto.LoginRequest
- tech.lastbox.lastshield.basicauth.dto.RegisterRequest
- tech.lastbox.lastshield.basicauth.dto.UserDTO
- java.lang.Record