Hierarchy For All Packages

Package Hierarchies:

Class Hierarchy

  • java.lang.Object
    • com.MedilaboSolutions.gateway.controller.AuthController
    • com.MedilaboSolutions.gateway.filters.AuthFilter (implements org.springframework.web.server.WebFilter)
    • com.MedilaboSolutions.gateway.dto.AuthRequest
    • com.MedilaboSolutions.gateway.dto.AuthResponse
    • com.MedilaboSolutions.gateway.utils.AuthUtil
    • com.MedilaboSolutions.gateway.GatewayApplication
    • com.MedilaboSolutions.gateway.exception.GlobalExceptionHandler
    • com.MedilaboSolutions.gateway.controller.OAuth2Controller
    • com.MedilaboSolutions.gateway.security.OAuth2FailureHandler (implements org.springframework.security.web.server.authentication.ServerAuthenticationFailureHandler)
    • com.MedilaboSolutions.gateway.dto.OAuth2Response
    • com.MedilaboSolutions.gateway.security.OAuth2SuccessHandler (implements org.springframework.security.web.server.authentication.ServerAuthenticationSuccessHandler)
    • com.MedilaboSolutions.gateway.dto.OAuth2UserInfo
    • com.MedilaboSolutions.gateway.filters.RequestTraceFilter (implements org.springframework.cloud.gateway.filter.GlobalFilter)
    • com.MedilaboSolutions.gateway.filters.ResponseTraceFilter
    • com.MedilaboSolutions.gateway.security.SecurityConfig
    • com.MedilaboSolutions.gateway.utils.TraceUtil
    • com.MedilaboSolutions.gateway.security.UnauthorizedEntryPoint (implements org.springframework.security.web.server.ServerAuthenticationEntryPoint)
    • com.MedilaboSolutions.gateway.model.User
    • com.MedilaboSolutions.gateway.security.UserDetailsServiceImpl (implements org.springframework.security.core.userdetails.ReactiveUserDetailsService)
    • com.MedilaboSolutions.gateway.service.UserService

Interface Hierarchy

  • org.springframework.data.repository.Repository<T,ID>
    • org.springframework.data.repository.reactive.ReactiveCrudRepository<T,ID>