所有软件包的分层结构
- 软件包分层结构:
- org.springframework.security.oauth2.client, org.springframework.security.oauth2.client.filter, org.springframework.security.oauth2.client.filter.state, org.springframework.security.oauth2.client.http, org.springframework.security.oauth2.client.resource, org.springframework.security.oauth2.client.test, org.springframework.security.oauth2.client.token, org.springframework.security.oauth2.client.token.auth, org.springframework.security.oauth2.client.token.grant.client, org.springframework.security.oauth2.client.token.grant.code, org.springframework.security.oauth2.client.token.grant.implicit, org.springframework.security.oauth2.client.token.grant.password, org.springframework.security.oauth2.client.token.grant.redirect, org.springframework.security.oauth2.common, org.springframework.security.oauth2.common.exceptions, org.springframework.security.oauth2.common.util, org.springframework.security.oauth2.config, org.springframework.security.oauth2.http.converter, org.springframework.security.oauth2.http.converter.jaxb, org.springframework.security.oauth2.provider, org.springframework.security.oauth2.provider.approval, org.springframework.security.oauth2.provider.authentication, org.springframework.security.oauth2.provider.client, org.springframework.security.oauth2.provider.code, org.springframework.security.oauth2.provider.endpoint, org.springframework.security.oauth2.provider.error, org.springframework.security.oauth2.provider.expression, org.springframework.security.oauth2.provider.implicit, org.springframework.security.oauth2.provider.password, org.springframework.security.oauth2.provider.refresh, org.springframework.security.oauth2.provider.token, org.springframework.security.oauth2.provider.vote
类分层结构
- java.lang.Object
- org.springframework.security.authentication.AbstractAuthenticationToken (implements org.springframework.security.core.Authentication, org.springframework.security.core.CredentialsContainer)
- org.springframework.beans.factory.xml.AbstractBeanDefinitionParser (implements org.springframework.beans.factory.xml.BeanDefinitionParser)
- org.springframework.security.oauth2.provider.endpoint.AbstractEndpoint (implements org.springframework.beans.factory.InitializingBean)
- org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint (implements org.springframework.beans.factory.InitializingBean)
- org.springframework.security.oauth2.provider.endpoint.TokenEndpoint
- org.springframework.http.converter.AbstractHttpMessageConverter<T> (implements org.springframework.http.converter.HttpMessageConverter<T>)
- org.springframework.security.oauth2.provider.error.AbstractOAuth2SecurityExceptionHandler
- org.springframework.security.oauth2.provider.error.OAuth2AccessDeniedHandler (implements org.springframework.security.web.access.AccessDeniedHandler)
- org.springframework.security.oauth2.provider.error.OAuth2AuthenticationEntryPoint (implements org.springframework.security.web.AuthenticationEntryPoint)
- org.springframework.security.access.expression.AbstractSecurityExpressionHandler<T> (implements org.springframework.context.ApplicationContextAware, org.springframework.security.access.expression.SecurityExpressionHandler<T>)
- org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler (implements org.springframework.security.access.expression.method.MethodSecurityExpressionHandler)
- org.springframework.security.web.access.expression.DefaultWebSecurityExpressionHandler (implements org.springframework.security.web.access.expression.WebSecurityExpressionHandler)
- org.springframework.security.oauth2.provider.token.AbstractTokenGranter (implements org.springframework.security.oauth2.provider.TokenGranter)
- org.springframework.context.support.ApplicationObjectSupport (implements org.springframework.context.ApplicationContextAware)
- org.springframework.web.context.support.WebApplicationObjectSupport (implements org.springframework.web.context.ServletContextAware)
- org.springframework.web.servlet.handler.AbstractHandlerMapping (implements org.springframework.web.servlet.HandlerMapping, org.springframework.core.Ordered)
- org.springframework.web.servlet.handler.AbstractHandlerMethodMapping<T> (implements org.springframework.beans.factory.InitializingBean)
- org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMapping
- org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
- org.springframework.security.oauth2.provider.AuthorizationRequest
- org.springframework.security.oauth2.provider.BaseClientDetails (implements org.springframework.security.oauth2.provider.ClientDetails)
- org.springframework.security.oauth2.client.resource.BaseOAuth2ProtectedResourceDetails (implements org.springframework.security.oauth2.client.resource.OAuth2ProtectedResourceDetails)
- org.springframework.security.oauth2.provider.client.ClientDetailsUserDetailsService (implements org.springframework.security.core.userdetails.UserDetailsService)
- org.springframework.security.oauth2.provider.CompositeTokenGranter (implements org.springframework.security.oauth2.provider.TokenGranter)
- org.springframework.security.oauth2.config.ConfigUtils
- org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest (implements org.springframework.security.oauth2.client.token.AccessTokenRequest, java.io.Serializable)
- org.springframework.security.oauth2.provider.token.DefaultAuthenticationKeyGenerator (implements org.springframework.security.oauth2.provider.token.AuthenticationKeyGenerator)
- org.springframework.security.oauth2.client.token.auth.DefaultClientAuthenticationHandler (implements org.springframework.security.oauth2.client.token.auth.ClientAuthenticationHandler)
- org.springframework.security.oauth2.client.token.DefaultClientKeyGenerator (implements org.springframework.security.oauth2.client.token.ClientKeyGenerator)
- org.springframework.security.oauth2.common.util.DefaultJdbcListFactory (implements org.springframework.security.oauth2.common.util.JdbcListFactory)
- org.springframework.security.oauth2.common.DefaultOAuth2AccessToken (implements org.springframework.security.oauth2.common.OAuth2AccessToken, java.io.Serializable)
- org.springframework.security.oauth2.client.DefaultOAuth2ClientContext (implements org.springframework.security.oauth2.client.OAuth2ClientContext, java.io.Serializable)
- org.springframework.security.oauth2.provider.error.DefaultOAuth2ExceptionRenderer (implements org.springframework.security.oauth2.provider.error.OAuth2ExceptionRenderer)
- org.springframework.security.oauth2.common.DefaultOAuth2RefreshToken (implements org.springframework.security.oauth2.common.OAuth2RefreshToken, java.io.Serializable)
- org.springframework.security.oauth2.provider.DefaultOAuth2RequestFactory (implements org.springframework.security.oauth2.provider.OAuth2RequestFactory)
- org.springframework.security.oauth2.provider.DefaultOAuth2RequestValidator (implements org.springframework.security.oauth2.provider.OAuth2RequestValidator)
- org.springframework.security.oauth2.provider.endpoint.DefaultRedirectResolver (implements org.springframework.security.oauth2.provider.endpoint.RedirectResolver)
- org.springframework.security.oauth2.client.filter.state.DefaultStateKeyGenerator (implements org.springframework.security.oauth2.client.filter.state.StateKeyGenerator)
- org.springframework.security.oauth2.provider.token.DefaultTokenServices (implements org.springframework.security.oauth2.provider.token.AuthorizationServerTokenServices, org.springframework.security.oauth2.provider.token.ConsumerTokenServices, org.springframework.beans.factory.InitializingBean, org.springframework.security.oauth2.provider.token.ResourceServerTokenServices)
- org.springframework.security.oauth2.provider.approval.DefaultUserApprovalHandler (implements org.springframework.security.oauth2.provider.approval.UserApprovalHandler)
- org.springframework.security.oauth2.provider.error.DefaultWebResponseExceptionTranslator (implements org.springframework.security.oauth2.provider.error.WebResponseExceptionTranslator)
- org.springframework.security.oauth2.http.converter.FormOAuth2ExceptionHttpMessageConverter (implements org.springframework.http.converter.HttpMessageConverter<T>)
- org.springframework.web.filter.GenericFilterBean (implements org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.DisposableBean, org.springframework.context.EnvironmentAware, javax.servlet.Filter, org.springframework.beans.factory.InitializingBean, org.springframework.web.context.ServletContextAware)
- org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter (implements org.springframework.context.ApplicationEventPublisherAware, org.springframework.context.MessageSourceAware)
- org.springframework.http.client.support.HttpAccessor
- org.springframework.http.client.support.InterceptingHttpAccessor
- org.springframework.web.client.RestTemplate (implements org.springframework.web.client.RestOperations)
- org.springframework.security.oauth2.provider.InMemoryClientDetailsService (implements org.springframework.security.oauth2.provider.ClientDetailsService)
- org.springframework.security.oauth2.provider.implicit.InMemoryImplicitGrantService (implements org.springframework.security.oauth2.provider.implicit.ImplicitGrantService)
- org.springframework.security.oauth2.provider.token.InMemoryTokenStore (implements org.springframework.security.oauth2.provider.token.TokenStore)
- org.springframework.security.oauth2.provider.JdbcClientDetailsService (implements org.springframework.security.oauth2.provider.ClientDetailsService, org.springframework.security.oauth2.provider.ClientRegistrationService)
- org.springframework.security.oauth2.client.token.JdbcClientTokenServices (implements org.springframework.security.oauth2.client.token.ClientTokenServices)
- org.springframework.security.oauth2.provider.token.JdbcTokenStore (implements org.springframework.security.oauth2.provider.token.TokenStore)
- com.fasterxml.jackson.databind.JsonDeserializer<T>
- com.fasterxml.jackson.databind.deser.std.StdDeserializer<T> (implements java.io.Serializable)
- org.codehaus.jackson.map.JsonDeserializer<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)
- org.codehaus.jackson.map.JsonSerializer<T>
- org.springframework.security.oauth2.common.exceptions.OAuth2ExceptionJackson1Serializer
- org.codehaus.jackson.map.ser.std.SerializerBase<T> (implements org.codehaus.jackson.schema.SchemaAware)
- org.codehaus.jackson.map.ser.SerializerBase<T>
- org.springframework.beans.factory.xml.NamespaceHandlerSupport (implements org.springframework.beans.factory.xml.NamespaceHandler)
- org.springframework.security.oauth2.client.token.OAuth2AccessTokenSupport
- org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationDetails (implements java.io.Serializable)
- org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationDetailsSource (implements org.springframework.security.authentication.AuthenticationDetailsSource<C,T>)
- org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationManager (implements org.springframework.security.authentication.AuthenticationManager, org.springframework.beans.factory.InitializingBean)
- org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter (implements javax.servlet.Filter, org.springframework.beans.factory.InitializingBean)
- org.springframework.security.oauth2.config.OAuth2ClientContextFactoryBean (implements org.springframework.beans.factory.FactoryBean<T>)
- org.springframework.security.oauth2.client.filter.OAuth2ClientContextFilter (implements javax.servlet.Filter, org.springframework.beans.factory.InitializingBean)
- org.springframework.security.oauth2.client.test.OAuth2ContextConfiguration.ResourceHelper
- org.springframework.security.oauth2.client.http.OAuth2ErrorHandler (implements org.springframework.web.client.ResponseErrorHandler)
- org.springframework.security.oauth2.provider.expression.OAuth2ExpressionUtils
- org.springframework.security.oauth2.provider.OAuth2Request (implements java.io.Serializable)
- org.springframework.security.oauth2.provider.expression.OAuth2SecurityExpressionMethods
- org.springframework.security.oauth2.common.util.OAuth2Utils
- org.springframework.security.oauth2.provider.code.RandomValueAuthorizationCodeServices (implements org.springframework.security.oauth2.provider.code.AuthorizationCodeServices)
- org.springframework.security.oauth2.common.util.RandomValueStringGenerator
- org.springframework.security.oauth2.config.ResourceBeanDefinitionParser.StringListFactoryBean (implements org.springframework.beans.factory.FactoryBean<T>)
- org.springframework.security.oauth2.provider.vote.ScopeVoter (implements org.springframework.security.access.AccessDecisionVoter<S>)
- org.springframework.security.oauth2.common.util.SerializationUtils
- org.springframework.security.oauth2.client.http.StringSplitUtils
- org.junit.rules.TestWatchman (implements org.junit.rules.MethodRule)
- java.lang.Throwable (implements java.io.Serializable)
- org.springframework.security.web.util.ThrowableAnalyzer
- org.springframework.security.oauth2.provider.endpoint.TokenEndpointAuthenticationFilter (implements javax.servlet.Filter)
- org.springframework.security.oauth2.provider.token.TokenEnhancerChain (implements org.springframework.security.oauth2.provider.token.TokenEnhancer)
- org.springframework.security.oauth2.provider.TokenRequest
- org.springframework.security.oauth2.provider.approval.TokenServicesUserApprovalHandler (implements org.springframework.beans.factory.InitializingBean, org.springframework.security.oauth2.provider.approval.UserApprovalHandler)
- org.springframework.security.oauth2.provider.endpoint.WhitelabelApprovalEndpoint
接口分层结构
注释类型分层结构
枚举分层结构
Copyright © 2013. All rights reserved.