Package org.springframework.security.oauth2.server.resource.web
OAuth 2.0 Resource Server
Filter's and supporting classes and interfaces.-
Interface Summary Interface Description BearerTokenResolver A strategy for resolving Bearer Tokens from theHttpServletRequest. -
Class Summary Class Description BearerTokenAuthenticationEntryPoint AnAuthenticationEntryPointimplementation used to commence authentication of protected resource requests usingBearerTokenAuthenticationFilter.BearerTokenAuthenticationFilter Authenticates requests that contain an OAuth 2.0 Bearer Token.DefaultBearerTokenResolver The defaultBearerTokenResolverimplementation based on RFC 6750.HeaderBearerTokenResolver Generic resolver extracting pre-authenticated JWT identity from a custom header.