Hierarchy For Package org.odpi.openmetadata.userinterface.uichassis.springboot.auth.db

Package Hierarchies:

Class Hierarchy

  • java.lang.Object
    • org.odpi.openmetadata.userinterface.uichassis.springboot.auth.db.DemoInMemoryInitializingBean (implements org.springframework.beans.factory.InitializingBean)
    • org.odpi.openmetadata.userinterface.uichassis.springboot.auth.db.UserDetailsServiceImpl (implements org.springframework.security.core.userdetails.UserDetailsService)
    • org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter (implements org.springframework.security.config.annotation.web.WebSecurityConfigurer<T>)
      • org.odpi.openmetadata.userinterface.uichassis.springboot.auth.SecurityConfig
        • org.odpi.openmetadata.userinterface.uichassis.springboot.auth.db.DbSecurityConfig

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.odpi.openmetadata.userinterface.uichassis.springboot.auth.db.UserRepository
  • 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.odpi.openmetadata.userinterface.uichassis.springboot.auth.db.UserRepository