@ElementsAreNonnullByDefault
| Interface | Description |
|---|---|
| BasicAuthHttpServiceFilter.CredentialsVerifier<UserInfo> |
Verifies
user-id and password, parsed from the 'Basic' HTTP Authentication Scheme credentials. |
| Class | Description |
|---|---|
| BasicAuthHttpServiceFilter<UserInfo> |
A
StreamingHttpServiceFilter, which filters HTTP requests using
RFC7617: The 'Basic' HTTP Authentication Scheme. |
| BasicAuthHttpServiceFilter.Builder<UserInfo> |
A builder for an
StreamingHttpServiceFilter, which filters HTTP requests using RFC7617: The 'Basic' HTTP Authentication Scheme. |
| Exception | Description |
|---|---|
| AuthenticationException |
An authentication exception, which indicates that access was denied and usually converts to
401 (Unauthorized) or
407 (Proxy Authentication Required) response. |