类分层结构
- java.lang.Object
- com.codedreamplus.auth.config.AuthConfiguration
- org.springframework.security.oauth2.config.annotation.web.configuration.AuthorizationServerConfigurerAdapter (implements org.springframework.security.oauth2.config.annotation.web.configuration.AuthorizationServerConfigurer)
- com.codedreamplus.auth.config.AuthProperties
- com.codedreamplus.auth.config.LogoutSuccessHandlerImpl (implements org.springframework.security.web.authentication.logout.LogoutSuccessHandler)
- com.codedreamplus.auth.config.Permission (implements org.springframework.security.core.GrantedAuthority)
- org.springframework.security.oauth2.config.annotation.web.configuration.ResourceServerConfigurerAdapter (implements org.springframework.security.oauth2.config.annotation.web.configuration.ResourceServerConfigurer)
- org.springframework.security.core.userdetails.User (implements org.springframework.security.core.CredentialsContainer, org.springframework.security.core.userdetails.UserDetails)
- com.codedreamplus.auth.service.UserDetailsService (implements org.springframework.security.core.userdetails.UserDetailsService)
- com.codedreamplus.auth.entity.UserEntity
- org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter (implements org.springframework.security.config.annotation.web.WebSecurityConfigurer<T>)