类分层结构
- java.lang.Object
- org.springframework.security.access.expression.AbstractSecurityExpressionHandler<T> (implements org.springframework.context.ApplicationContextAware, org.springframework.security.access.expression.SecurityExpressionHandler<T>)
- org.springframework.security.web.access.expression.DefaultWebSecurityExpressionHandler (implements org.springframework.security.access.expression.SecurityExpressionHandler<T>)
- com.loy.security.auth.authentication.EAuthenticationProvider (implements org.springframework.security.authentication.AuthenticationProvider)
- com.loy.security.auth.authorize.EPermissionEvaluator (implements org.springframework.security.access.PermissionEvaluator)
- org.springframework.security.core.userdetails.User (implements org.springframework.security.core.CredentialsContainer, org.springframework.security.core.userdetails.UserDetails)
- com.loy.security.auth.authentication.DefaultEUser (implements com.loy.e.authentication.EUser)
- com.loy.security.auth.authentication.UserDetailsServiceImpl (implements org.springframework.security.core.userdetails.UserDetailsService)
- org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter (implements org.springframework.web.servlet.config.annotation.WebMvcConfigurer)
- com.loy.security.auth.config.annotation.web.configuration.MvcConfig
- org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter (implements org.springframework.security.config.annotation.web.WebSecurityConfigurer<T>)
- com.loy.security.auth.config.annotation.web.configuration.SecurityConfig