类分层结构
- java.lang.Object
- cn.bestwu.simpleframework.security.exception.AbstractOAuth2SecurityExceptionHandler
- cn.bestwu.simpleframework.security.exception.OAuth2AccessDeniedHandler (implements org.springframework.security.web.access.AccessDeniedHandler)
- cn.bestwu.simpleframework.security.exception.OAuth2AuthenticationEntryPoint (implements org.springframework.security.web.AuthenticationEntryPoint)
- cn.bestwu.simpleframework.security.AuthenticationHelper
- org.springframework.web.cors.CorsConfiguration
- cn.bestwu.simpleframework.security.CustomUserDetails (implements org.springframework.security.core.userdetails.UserDetails)
- cn.bestwu.simpleframework.security.CustomUserDetailsService (implements org.springframework.security.core.userdetails.UserDetailsService)
- com.fasterxml.jackson.databind.JsonSerializer<T> (implements com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable)
- com.fasterxml.jackson.databind.ser.std.StdSerializer<T> (implements com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable, com.fasterxml.jackson.databind.jsonschema.SchemaAware, java.io.Serializable)
- cn.bestwu.simpleframework.security.config.SecurityConfiguration
- cn.bestwu.simpleframework.security.URLFilterInvocationSecurityMetadataSource (implements org.springframework.security.web.access.intercept.FilterInvocationSecurityMetadataSource)
- org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter (implements org.springframework.security.config.annotation.web.WebSecurityConfigurer<T>)
- org.springframework.security.oauth2.config.annotation.web.configuration.AuthorizationServerSecurityConfiguration
接口分层结构
注释类型分层结构
- cn.bestwu.simpleframework.security.ClientAuthorize (implements java.lang.annotation.Annotation)