Class Hierarchy
- java.lang.Object
- no.idata1002.group19.domain.entity.AccountCredentials
- no.idata1002.group19.AuthEntryPoint (implements org.springframework.security.web.AuthenticationEntryPoint)
- no.idata1002.group19.domain.entity.Budget
- no.idata1002.group19.web.api.BudgetController
- no.idata1002.group19.domain.entity.BudgetCredentials
- no.idata1002.group19.BudgetingApp (implements org.springframework.boot.CommandLineRunner)
- 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
- no.idata1002.group19.service.JwtService
- no.idata1002.group19.web.api.LoginController
- no.idata1002.group19.SecurityConfig
- no.idata1002.group19.domain.entity.Transaction
- no.idata1002.group19.web.api.TransactionController
- no.idata1002.group19.domain.entity.TransactionCredentials
- no.idata1002.group19.domain.entity.User
- no.idata1002.group19.web.api.UserController
- no.idata1002.group19.domain.entity.UserCredentials
- no.idata1002.group19.service.UserDetailsServiceImpl (implements org.springframework.security.core.userdetails.UserDetailsService)
Interface Hierarchy
- org.springframework.data.repository.Repository<T,ID>
- org.springframework.data.repository.CrudRepository<T,ID>