类分层结构
- java.lang.Object
- cn.bestwu.simpleframework.security.AccessTokenService
- cn.bestwu.simpleframework.security.AuthenticationHelper
- cn.bestwu.simpleframework.security.CustomUserDetails (implements org.springframework.security.core.userdetails.UserDetails)
- cn.bestwu.simpleframework.security.CustomUserDetailsService (implements org.springframework.security.core.userdetails.UserDetailsService)
- cn.bestwu.simpleframework.security.exception.CustomWebResponseExceptionTranslator (implements org.springframework.security.oauth2.provider.error.WebResponseExceptionTranslator<T>)
- 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.Oauth2SecurityConfiguration
- org.springframework.security.oauth2.config.annotation.web.configuration.ResourceServerConfigurerAdapter (implements org.springframework.security.oauth2.config.annotation.web.configuration.ResourceServerConfigurer)
- cn.bestwu.simpleframework.security.RevokeTokenEndpoint
- cn.bestwu.simpleframework.security.config.SecurityConfiguration
- cn.bestwu.simpleframework.security.exception.SecurityOAuth2ErrorHandler (implements cn.bestwu.simpleframework.web.IErrorHandler)
- cn.bestwu.simpleframework.security.config.SecurityResourceServerConfiguration
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- org.springframework.security.core.AuthenticationException
- org.springframework.security.oauth2.common.exceptions.OAuth2Exception
- 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)
- cn.bestwu.simpleframework.security.Anonymous (implements java.lang.annotation.Annotation)