Hierarchy For All Packages

Package Hierarchies:

Class Hierarchy

  • java.lang.Object
    • org.springframework.security.web.authentication.AbstractAuthenticationTargetUrlRequestHandler
      • org.springframework.security.web.authentication.SimpleUrlAuthenticationSuccessHandler (implements org.springframework.security.web.authentication.AuthenticationSuccessHandler)
    • org.springframework.security.authentication.AbstractAuthenticationToken (implements org.springframework.security.core.Authentication, org.springframework.security.core.CredentialsContainer)
    • com.argosnotary.argos.service.security.oauth2.ArgosOAuth2User (implements org.springframework.security.oauth2.core.user.OAuth2User)
    • com.argosnotary.argos.service.ArgosServiceApplication
    • com.argosnotary.argos.service.security.CookieHelper
    • com.argosnotary.argos.service.security.oauth2.CustomOAuth2UserService (implements org.springframework.security.oauth2.client.userinfo.OAuth2UserService<R,​U>)
    • com.argosnotary.argos.service.swagger.CustomWebMvcConfigurer (implements org.springframework.web.servlet.config.annotation.WebMvcConfigurer)
    • 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)
    • com.argosnotary.argos.service.security.oauth2.GithubEmailInfo
    • com.argosnotary.argos.service.security.oauth2.GithubEmailProvider (implements com.argosnotary.argos.service.domain.security.oauth.EmailAddressHandler)
    • com.argosnotary.argos.service.security.oauth2.HttpCookieOAuth2AuthorizationRequestRepository (implements org.springframework.security.oauth2.client.web.AuthorizationRequestRepository<T>)
    • com.argosnotary.argos.service.security.LogContextHelper
    • com.argosnotary.argos.service.security.oauth2.user.OAuth2UserInfo
    • com.argosnotary.argos.service.security.PersonalAccountAuthenticationProvider (implements org.springframework.security.authentication.AuthenticationProvider)
    • com.argosnotary.argos.service.security.PersonalAccountUserDetailsService
    • com.argosnotary.argos.service.security.ServiceAccountAuthenticationProvider (implements org.springframework.security.authentication.AuthenticationProvider)
    • com.argosnotary.argos.service.security.ServiceAccountUserDetailsService
    • org.springframework.security.web.authentication.SimpleUrlAuthenticationFailureHandler (implements org.springframework.security.web.authentication.AuthenticationFailureHandler)
    • com.argosnotary.argos.service.security.TokenProviderImpl (implements com.argosnotary.argos.service.domain.security.TokenProvider)
    • com.argosnotary.argos.service.security.TraceIdFilter (implements javax.servlet.Filter)
    • com.argosnotary.argos.service.security.WebMvcConfig (implements org.springframework.web.servlet.config.annotation.WebMvcConfigurer)
    • org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter (implements org.springframework.security.config.annotation.web.WebSecurityConfigurer<T>)