Hierarchy For Package at.letto.basespringboot.security

Package Hierarchies:

Class Hierarchy

  • java.lang.Object
    • at.letto.basespringboot.service.BaseJwtTokenService
    • at.letto.basespringboot.security.BaseLettoUserDetailsService (implements org.springframework.security.core.userdetails.UserDetailsService)
    • 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, jakarta.servlet.Filter, org.springframework.beans.factory.InitializingBean, org.springframework.web.context.ServletContextAware)
    • at.letto.basespringboot.security.JwtAuthenticatedProfile (implements org.springframework.security.core.Authentication)
    • at.letto.basespringboot.security.JwtAuthentication (implements org.springframework.security.core.Authentication)
    • at.letto.basespringboot.security.JwtAuthenticationEntryPoint (implements org.springframework.security.web.AuthenticationEntryPoint, java.io.Serializable)
    • at.letto.basespringboot.security.JwtAuthenticationProvider (implements org.springframework.security.authentication.AuthenticationProvider)
    • at.letto.basespringboot.security.JwtTokenServiceBase
    • java.lang.Throwable (implements java.io.Serializable)
    • at.letto.basespringboot.security.WebSecurityConfig