クラス BearerTokenAuthenticationFilter

java.lang.ObjectSE
org.springframework.web.filter.GenericFilterBean
org.springframework.web.filter.OncePerRequestFilter
org.springframework.security.oauth2.server.resource.web.authentication.BearerTokenAuthenticationFilter
org.springframework.security.oauth2.server.resource.web.BearerTokenAuthenticationFilter
実装されたすべてのインターフェース:
jakarta.servlet.Filterorg.springframework.beans.factory.Awareorg.springframework.beans.factory.BeanNameAwareorg.springframework.beans.factory.DisposableBeanorg.springframework.beans.factory.InitializingBeanorg.springframework.context.EnvironmentAwareorg.springframework.core.env.EnvironmentCapableorg.springframework.web.context.ServletContextAware

@DeprecatedSE public final class BearerTokenAuthenticationFilter extends BearerTokenAuthenticationFilter
使用すべきではありません。
代わりに BearerTokenAuthenticationFilter を使用してください
  • コンストラクターの詳細

    • BearerTokenAuthenticationFilter

      public BearerTokenAuthenticationFilter(AuthenticationManagerResolver<jakarta.servlet.http.HttpServletRequest> authenticationManagerResolver)
      使用すべきではありません。
      提供されたパラメーターを使用して BearerTokenAuthenticationFilter を構築します
      パラメーター:
      authenticationManagerResolver -
    • BearerTokenAuthenticationFilter

      public BearerTokenAuthenticationFilter(AuthenticationManager authenticationManager)
      使用すべきではありません。
      提供されたパラメーターを使用して BearerTokenAuthenticationFilter を構築します
      パラメーター:
      authenticationManager -