Class Hierarchy
- java.lang.Object
- org.springframework.security.oauth2.core.AbstractOAuth2Token (implements org.springframework.security.oauth2.core.OAuth2Token, java.io.Serializable)
- org.springframework.security.oauth2.core.OAuth2AccessToken
- org.springframework.security.oauth2.core.OAuth2DeviceCode
- org.springframework.security.oauth2.core.OAuth2RefreshToken
- org.springframework.security.oauth2.core.OAuth2UserCode
- org.springframework.security.oauth2.core.AuthenticationMethod (implements java.io.Serializable)
- org.springframework.security.oauth2.core.AuthorizationGrantType (implements java.io.Serializable)
- org.springframework.security.oauth2.core.ClientAuthenticationMethod (implements java.io.Serializable)
- org.springframework.security.oauth2.core.DefaultOAuth2AuthenticatedPrincipal (implements org.springframework.security.oauth2.core.OAuth2AuthenticatedPrincipal, java.io.Serializable)
- org.springframework.security.oauth2.core.DelegatingOAuth2TokenValidator<T> (implements org.springframework.security.oauth2.core.OAuth2TokenValidator<T>)
- org.springframework.security.oauth2.core.OAuth2AccessToken.TokenType (implements java.io.Serializable)
- org.springframework.security.oauth2.core.OAuth2Error (implements java.io.Serializable)
- org.springframework.security.oauth2.core.OAuth2ErrorCodes
- org.springframework.security.oauth2.core.OAuth2TokenIntrospectionClaimNames
- org.springframework.security.oauth2.core.OAuth2TokenValidatorResult
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- org.springframework.security.core.AuthenticationException
- org.springframework.security.oauth2.core.OAuth2AuthenticationException
- org.springframework.security.oauth2.core.OAuth2AuthorizationException
- org.springframework.security.core.AuthenticationException
- java.lang.RuntimeException
- java.lang.Exception
- org.springframework.security.oauth2.core.AbstractOAuth2Token (implements org.springframework.security.oauth2.core.OAuth2Token, java.io.Serializable)
Interface Hierarchy
- org.springframework.security.core.AuthenticatedPrincipal
- org.springframework.security.oauth2.core.OAuth2AuthenticatedPrincipal
- org.springframework.security.oauth2.core.ClaimAccessor
- org.springframework.security.oauth2.core.OAuth2TokenIntrospectionClaimAccessor
- org.springframework.security.oauth2.core.OAuth2Token
- org.springframework.security.oauth2.core.OAuth2TokenValidator<T>