程序包com.codedreamplus.auth.config的分层结构

程序包分层结构:

类分层结构

  • 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.config.AuthUser
    • org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter (implements org.springframework.security.config.annotation.web.WebSecurityConfigurer<T>)