Package org.springframework.security.oauth2.server.resource
OAuth 2.0 Resource Server core classes and interfaces providing support.
-
Interface Summary Interface Description BearerTokenErrorCodes Standard error codes defined by the OAuth 2.0 Authorization Framework: Bearer Token Usage. -
Class Summary Class Description BearerTokenAuthenticationToken Deprecated. Please useBearerTokenAuthenticationTokenBearerTokenError A representation of a Bearer Token Error.BearerTokenErrors A factory for creatingBearerTokenErrorinstances that correspond to the registered Bearer Token Error Codes. -
Exception Summary Exception Description InvalidBearerTokenException AnOAuth2AuthenticationExceptionthat indicates an invalid bearer token.