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

Package Hierarchies:

Class Hierarchy

  • java.lang.Object
    • org.springframework.security.web.authentication.AbstractAuthenticationTargetUrlRequestHandler
      • org.springframework.security.web.authentication.logout.SimpleUrlLogoutSuccessHandler (implements org.springframework.security.web.authentication.logout.LogoutSuccessHandler)
        • org.odpi.openmetadata.userinterface.uichassis.springboot.auth.TokenLogoutSuccessHandler (implements org.springframework.security.web.authentication.logout.LogoutSuccessHandler)
    • 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.odpi.openmetadata.userinterface.uichassis.springboot.auth.LoginFilter
      • org.odpi.openmetadata.userinterface.uichassis.springboot.auth.AuthFilter
    • org.odpi.openmetadata.userinterface.uichassis.springboot.auth.LoggingRequestFilter (implements javax.servlet.Filter)
    • org.odpi.openmetadata.userinterface.uichassis.springboot.auth.LoginFilter.LoginFilterBuilder
    • org.odpi.openmetadata.userinterface.uichassis.springboot.auth.RoleService
      • org.odpi.openmetadata.userinterface.uichassis.springboot.auth.TokenService
        • org.odpi.openmetadata.userinterface.uichassis.springboot.auth.RedisAuthService (implements org.odpi.openmetadata.userinterface.uichassis.springboot.auth.AuthService)
        • org.odpi.openmetadata.userinterface.uichassis.springboot.auth.SessionAuthService (implements org.odpi.openmetadata.userinterface.uichassis.springboot.auth.AuthService)
        • org.odpi.openmetadata.userinterface.uichassis.springboot.auth.TokenAuthService (implements org.odpi.openmetadata.userinterface.uichassis.springboot.auth.AuthService)
    • org.odpi.openmetadata.userinterface.uichassis.springboot.auth.TokenUser (implements java.io.Serializable)
    • org.odpi.openmetadata.userinterface.uichassis.springboot.auth.UserAuthentication (implements org.springframework.security.core.Authentication)
    • 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

Interface Hierarchy