所有程序包的分层结构
程序包分层结构:类分层结构
- java.lang.Object
- 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)
- com.xumumi.filter.AbstractJsonAuthenticationFilter
- com.xumumi.filter.impl.JwtLoginFilterImpl (implements com.xumumi.filter.JwtLoginFilter)
- com.xumumi.filter.AbstractJsonAuthenticationFilter
- org.springframework.web.filter.OncePerRequestFilter
- com.xumumi.filter.impl.JwtAuthenticationFilterImpl (implements com.xumumi.filter.JwtAuthenticationFilter)
- org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter (implements org.springframework.context.ApplicationEventPublisherAware, org.springframework.context.MessageSourceAware)
- org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter (implements org.springframework.security.config.annotation.web.WebSecurityConfigurer<T>)
- com.xumumi.configure.BaseJwtSecurityConfigurerAdapter
- 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.xumumi.configure.config.AuthorizeConfig
- com.xumumi.configure.config.BasicConfig
- com.xumumi.function.CookiesCallback
- javax.servlet.Filter
- com.xumumi.filter.JwtAuthenticationFilter
- com.xumumi.filter.JwtLoginFilter
- com.xumumi.function.GuardCallback
- com.xumumi.function.ResultCallback<Input>
- com.xumumi.configure.config.TokenConfig
枚举分层结构
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)