Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Hierarchy For All Packages
Package Hierarchies:
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
Class Hierarchy
java.lang.
Object
org.springframework.security.authentication.AbstractAuthenticationToken (implements org.springframework.security.core.Authentication, org.springframework.security.core.CredentialsContainer)
org.springframework.security.oauth2.provider.
OAuth2Authentication
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser (implements org.springframework.beans.factory.xml.BeanDefinitionParser)
org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
org.springframework.security.oauth2.config.
ClientDetailsServiceBeanDefinitionParser
org.springframework.security.oauth2.config.
ExpressionHandlerBeanDefinitionParser
org.springframework.security.oauth2.config.
ResourceBeanDefinitionParser
org.springframework.security.oauth2.config.
RestTemplateBeanDefinitionParser
org.springframework.security.oauth2.config.
WebExpressionHandlerBeanDefinitionParser
org.springframework.security.oauth2.config.
ClientBeanDefinitionParser
org.springframework.security.oauth2.config.
ProviderBeanDefinitionParser
org.springframework.security.oauth2.config.
AuthorizationServerBeanDefinitionParser
org.springframework.security.oauth2.config.
ResourceServerBeanDefinitionParser
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.http.converter.xml.AbstractXmlHttpMessageConverter<T>
org.springframework.security.oauth2.http.converter.jaxb.
JaxbOAuth2AccessTokenMessageConverter
org.springframework.security.oauth2.http.converter.jaxb.
JaxbOAuth2ExceptionMessageConverter
org.springframework.security.oauth2.http.converter.
FormOAuth2AccessTokenMessageConverter
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.oauth2.provider.expression.
OAuth2MethodSecurityExpressionHandler
org.springframework.security.web.access.expression.DefaultWebSecurityExpressionHandler (implements org.springframework.security.web.access.expression.WebSecurityExpressionHandler)
org.springframework.security.oauth2.provider.expression.
OAuth2WebSecurityExpressionHandler
org.springframework.security.oauth2.provider.token.
AbstractTokenGranter
(implements org.springframework.security.oauth2.provider.
TokenGranter
)
org.springframework.security.oauth2.provider.code.
AuthorizationCodeTokenGranter
org.springframework.security.oauth2.provider.client.
ClientCredentialsTokenGranter
org.springframework.security.oauth2.provider.implicit.
ImplicitTokenGranter
org.springframework.security.oauth2.provider.refresh.
RefreshTokenGranter
org.springframework.security.oauth2.provider.password.
ResourceOwnerPasswordTokenGranter
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.endpoint.
FrameworkEndpointHandlerMapping
org.springframework.security.oauth2.provider.code.
AuthorizationRequestHolder
(implements java.io.
Serializable
)
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.client.token.grant.redirect.
AbstractRedirectResourceDetails
org.springframework.security.oauth2.client.token.grant.code.
AuthorizationCodeResourceDetails
org.springframework.security.oauth2.client.token.grant.implicit.
ImplicitResourceDetails
org.springframework.security.oauth2.client.test.
OAuth2ContextConfiguration.Implicit
org.springframework.security.oauth2.client.token.grant.client.
ClientCredentialsResourceDetails
org.springframework.security.oauth2.client.test.
OAuth2ContextConfiguration.ClientCredentials
org.springframework.security.oauth2.client.token.grant.password.
ResourceOwnerPasswordResourceDetails
org.springframework.security.oauth2.client.test.
OAuth2ContextConfiguration.Password
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.provider.
DefaultAuthorizationRequest
(implements org.springframework.security.oauth2.provider.
AuthorizationRequest
, java.io.
Serializable
)
org.springframework.security.oauth2.provider.
DefaultAuthorizationRequestManager
(implements org.springframework.security.oauth2.provider.
AuthorizationRequestManager
)
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.common.
DefaultExpiringOAuth2RefreshToken
(implements org.springframework.security.oauth2.common.
ExpiringOAuth2RefreshToken
)
org.springframework.security.oauth2.provider.endpoint.
DefaultRedirectResolver
(implements org.springframework.security.oauth2.provider.endpoint.
RedirectResolver
)
org.springframework.security.oauth2.provider.endpoint.
ExactMatchRedirectResolver
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.security.oauth2.provider.client.
ClientCredentialsTokenEndpointFilter
org.springframework.security.oauth2.client.filter.
OAuth2ClientAuthenticationProcessingFilter
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.client.
OAuth2RestTemplate
(implements org.springframework.security.oauth2.client.
OAuth2RestOperations
)
org.springframework.security.oauth2.provider.
InMemoryClientDetailsService
(implements org.springframework.security.oauth2.provider.
ClientDetailsService
)
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
)
org.codehaus.jackson.map.JsonDeserializer<T>
org.springframework.security.oauth2.common.exceptions.
OAuth2ExceptionJackson1Deserializer
org.codehaus.jackson.map.deser.std.StdDeserializer<T>
org.springframework.security.oauth2.provider.
BaseClientDetails.ArrayOrStringDeserializer
org.codehaus.jackson.map.deser.StdDeserializer<T>
org.springframework.security.oauth2.common.
OAuth2AccessTokenJackson1Deserializer
com.fasterxml.jackson.databind.JsonDeserializer<T>
com.fasterxml.jackson.databind.deser.std.StdDeserializer<T> (implements java.io.
Serializable
)
org.springframework.security.oauth2.common.
OAuth2AccessTokenJackson2Deserializer
org.springframework.security.oauth2.common.exceptions.
OAuth2ExceptionJackson2Deserializer
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.security.oauth2.common.
OAuth2AccessTokenJackson1Serializer
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.springframework.security.oauth2.common.
OAuth2AccessTokenJackson2Serializer
org.springframework.security.oauth2.common.exceptions.
OAuth2ExceptionJackson2Serializer
org.springframework.beans.factory.xml.NamespaceHandlerSupport (implements org.springframework.beans.factory.xml.NamespaceHandler)
org.springframework.security.oauth2.config.
OAuth2SecurityNamespaceHandler
org.springframework.security.oauth2.client.token.
OAuth2AccessTokenSupport
org.springframework.security.oauth2.client.token.
AccessTokenProviderChain
(implements org.springframework.security.oauth2.client.token.
AccessTokenProvider
)
org.springframework.security.oauth2.client.token.grant.code.
AuthorizationCodeAccessTokenProvider
(implements org.springframework.security.oauth2.client.token.
AccessTokenProvider
)
org.springframework.security.oauth2.client.token.grant.client.
ClientCredentialsAccessTokenProvider
(implements org.springframework.security.oauth2.client.token.
AccessTokenProvider
)
org.springframework.security.oauth2.client.token.grant.implicit.
ImplicitAccessTokenProvider
(implements org.springframework.security.oauth2.client.token.
AccessTokenProvider
)
org.springframework.security.oauth2.client.token.grant.password.
ResourceOwnerPasswordAccessTokenProvider
(implements org.springframework.security.oauth2.client.token.
AccessTokenProvider
)
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.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.provider.code.
InMemoryAuthorizationCodeServices
org.springframework.security.oauth2.provider.code.
JdbcAuthorizationCodeServices
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)
org.springframework.security.oauth2.client.test.
OAuth2ContextSetup
java.lang.
Throwable
(implements java.io.
Serializable
)
java.lang.
Exception
java.lang.
RuntimeException
org.springframework.security.core.AuthenticationException
org.springframework.security.authentication.InsufficientAuthenticationException
org.springframework.security.oauth2.client.http.
AccessTokenRequiredException
org.springframework.security.oauth2.common.exceptions.
UnapprovedClientAuthenticationException
org.springframework.security.oauth2.provider.
ClientRegistrationException
org.springframework.security.oauth2.provider.
ClientAlreadyExistsException
org.springframework.security.oauth2.provider.
NoSuchClientException
org.springframework.security.oauth2.common.exceptions.
OAuth2Exception
org.springframework.security.oauth2.common.exceptions.
ClientAuthenticationException
org.springframework.security.oauth2.common.exceptions.
BadClientCredentialsException
org.springframework.security.oauth2.common.exceptions.
InvalidClientException
org.springframework.security.oauth2.common.exceptions.
InvalidGrantException
org.springframework.security.oauth2.common.exceptions.
InvalidRequestException
org.springframework.security.oauth2.common.exceptions.
InvalidTokenException
org.springframework.security.oauth2.common.exceptions.
RedirectMismatchException
org.springframework.security.oauth2.common.exceptions.
UnauthorizedClientException
org.springframework.security.oauth2.common.exceptions.
InsufficientScopeException
org.springframework.security.oauth2.common.exceptions.
InvalidScopeException
org.springframework.security.oauth2.client.resource.
OAuth2AccessDeniedException
org.springframework.security.oauth2.common.exceptions.
UnsupportedGrantTypeException
org.springframework.security.oauth2.common.exceptions.
UnsupportedResponseTypeException
org.springframework.security.oauth2.common.exceptions.
UserDeniedAuthorizationException
org.springframework.security.oauth2.common.exceptions.
SerializationException
org.springframework.security.oauth2.client.resource.
UserApprovalRequiredException
org.springframework.security.oauth2.client.resource.
UserRedirectRequiredException
org.springframework.security.web.util.ThrowableAnalyzer
org.springframework.security.oauth2.common.
DefaultThrowableAnalyzer
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.approval.
TokenServicesUserApprovalHandler
(implements org.springframework.beans.factory.InitializingBean, org.springframework.security.oauth2.provider.approval.
UserApprovalHandler
)
org.springframework.security.oauth2.provider.endpoint.
WhitelabelApprovalEndpoint
Interface Hierarchy
org.springframework.security.oauth2.client.token.
AccessTokenProvider
org.springframework.security.oauth2.provider.token.
AuthenticationKeyGenerator
org.springframework.security.oauth2.provider.code.
AuthorizationCodeServices
org.springframework.security.oauth2.provider.
AuthorizationRequest
org.springframework.security.oauth2.provider.
AuthorizationRequestManager
org.springframework.security.oauth2.provider.token.
AuthorizationServerTokenServices
org.springframework.security.oauth2.client.token.auth.
ClientAuthenticationHandler
org.springframework.security.oauth2.provider.
ClientDetailsService
org.springframework.security.oauth2.client.token.
ClientKeyGenerator
org.springframework.security.oauth2.provider.
ClientRegistrationService
org.springframework.security.oauth2.client.token.
ClientTokenServices
org.springframework.security.oauth2.provider.token.
ConsumerTokenServices
org.springframework.security.oauth2.common.util.
JdbcListFactory
java.util.
Map
<K,V>
org.springframework.security.oauth2.client.token.
AccessTokenRequest
org.springframework.util.MultiValueMap<K,V>
org.springframework.security.oauth2.client.token.
AccessTokenRequest
org.springframework.security.oauth2.common.
OAuth2AccessToken
org.springframework.security.oauth2.client.
OAuth2ClientContext
org.springframework.security.oauth2.provider.error.
OAuth2ExceptionRenderer
org.springframework.security.oauth2.client.resource.
OAuth2ProtectedResourceDetails
org.springframework.security.oauth2.common.
OAuth2RefreshToken
org.springframework.security.oauth2.common.
ExpiringOAuth2RefreshToken
org.springframework.security.oauth2.provider.endpoint.
RedirectResolver
org.springframework.security.oauth2.provider.token.
ResourceServerTokenServices
org.springframework.web.client.RestOperations
org.springframework.security.oauth2.client.
OAuth2RestOperations
org.springframework.security.oauth2.client.test.
RestTemplateHolder
org.springframework.security.oauth2.provider.
SaltedClientSecret
java.io.
Serializable
org.springframework.security.oauth2.provider.
ClientDetails
org.springframework.security.oauth2.client.filter.state.
StateKeyGenerator
org.springframework.security.oauth2.client.test.
TestAccounts
org.springframework.security.oauth2.provider.token.
TokenEnhancer
org.springframework.security.oauth2.provider.
TokenGranter
org.springframework.security.oauth2.provider.token.
TokenStore
org.springframework.security.oauth2.provider.approval.
UserApprovalHandler
org.springframework.security.oauth2.provider.error.
WebResponseExceptionTranslator
Annotation Type Hierarchy
org.springframework.security.oauth2.client.test.
OAuth2ContextConfiguration
(implements java.lang.annotation.
Annotation
)
org.springframework.security.oauth2.client.test.
BeforeOAuth2Context
(implements java.lang.annotation.
Annotation
)
org.springframework.security.oauth2.provider.endpoint.
FrameworkEndpoint
(implements java.lang.annotation.
Annotation
)
Enum Hierarchy
java.lang.
Object
java.lang.
Enum
<E> (implements java.lang.
Comparable
<T>, java.io.
Serializable
)
org.springframework.security.oauth2.common.
AuthenticationScheme
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2013. All Rights Reserved.