Filter's and supporting classes and interfaces.See: Description
| Interface | Description |
|---|---|
| BearerTokenResolver |
A strategy for resolving Bearer Tokens
from the
HttpServletRequest. |
| Class | Description |
|---|---|
| BearerTokenAuthenticationEntryPoint |
An
AuthenticationEntryPoint implementation used to commence authentication of protected resource requests
using BearerTokenAuthenticationFilter. |
| BearerTokenAuthenticationFilter |
Authenticates requests that contain an OAuth 2.0
Bearer Token.
|
| DefaultBearerTokenResolver |
The default
BearerTokenResolver implementation based on RFC 6750. |
Filter's and supporting classes and interfaces.