Package org.springframework.security.oauth2.server.resource
package org.springframework.security.oauth2.server.resource
OAuth 2.0 Resource Server core classes and interfaces providing support.
-
ClassDescriptionA representation of a Bearer Token Error.Standard error codes defined by the OAuth 2.0 Authorization Framework: Bearer Token Usage.A factory for creating
BearerTokenError
instances that correspond to the registered Bearer Token Error Codes.AnOAuth2AuthenticationException
that indicates an invalid bearer token.A representation of an OAuth 2.0 Protected Resource Metadata response, which is returned from an OAuth 2.0 Resource Server's Metadata Endpoint, and contains a set of claims about the Resource Server's configuration.Helps configure anOAuth2ProtectedResourceMetadata
.AClaimAccessor
for the claims a Resource Server describes about its configuration, used in OAuth 2.0 Protected Resource Metadata.The names of the claims a Resource Server describes about its configuration, used in OAuth 2.0 Protected Resource Metadata.