Package org.springframework.security.oauth2.server.resource.web
package org.springframework.security.oauth2.server.resource.web
OAuth 2.0 Resource Server
Filter
's and supporting classes and interfaces.-
ClassDescriptionAn
AuthenticationEntryPoint
implementation used to commence authentication of protected resource requests usingBearerTokenAuthenticationFilter
.Deprecated.A strategy for resolving Bearer Tokens from theHttpServletRequest
.The defaultBearerTokenResolver
implementation based on RFC 6750.Generic resolver extracting pre-authenticated JWT identity from a custom header.
BearerTokenAuthenticationFilter
instead