Hierarchy For Package cronapp.framework.authentication.security

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)
    • cronapp.framework.authentication.security.CronappLogoutSuccessHandler (implements org.springframework.security.web.authentication.logout.LogoutSuccessHandler)
    • cronapp.framework.authentication.security.CronappUnauthorizedHandler (implements org.springframework.security.web.AuthenticationEntryPoint)
    • cronapp.framework.authentication.security.CronappUserDetails (implements org.springframework.security.core.userdetails.UserDetails)
    • cronapp.framework.authentication.security.CronappUserDetails.Builder
    • cronapp.framework.authentication.security.CronappWebMvcConfigurer (implements org.springframework.web.servlet.config.annotation.WebMvcConfigurer)
    • cronapp.framework.authentication.security.FilterInvocationVoter (implements org.springframework.security.access.AccessDecisionVoter<S>)
    • 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.AnonymousAuthenticationFilter (implements org.springframework.beans.factory.InitializingBean)

Interface Hierarchy

  • cronapp.framework.authentication.security.Permission