Class BearerTokenServerAuthenticationEntryPoint

java.lang.Object
org.springframework.security.oauth2.server.resource.web.server.BearerTokenServerAuthenticationEntryPoint
All Implemented Interfaces:
ServerAuthenticationEntryPoint

public final class BearerTokenServerAuthenticationEntryPoint extends Object implements ServerAuthenticationEntryPoint
An AuthenticationEntryPoint implementation used to commence authentication of protected resource requests using BearerTokenAuthenticationFilter.

Uses information provided by BearerTokenError to set HTTP response status code and populate WWW-Authenticate HTTP header.

Since:
5.1
See Also:
  • Constructor Details

    • BearerTokenServerAuthenticationEntryPoint

      public BearerTokenServerAuthenticationEntryPoint()
  • Method Details