See: Description
| Interface | Description |
|---|---|
| DebugLevel.Debuggable |
A component can be debuggable.
|
| FormLimit |
Embed size limits (content size and number of keys)
when handling forms.
|
| PasswordFieldMatcher |
According to the Web application configuration,
determine whether an incoming HTTP request contains
passwords to capture.
|
| Class | Description |
|---|---|
| BasicAuthorizationBuffer |
Extract a password of an HTTP Basic Authorization header,
and replace it with '*'.
|
| CaptureContext<T> |
If the incoming request URI matches the path
configured, this capture context will be set
while handling the request for capturing the
passwords.
|
| DebugLevel |
Indicates the debug level to the server.
|
| FormFieldConfiguration |
Base class for handling form fields.
|
| FormReader |
Extract the passwords of an HTML form,
and replace their characters with '*'.
|
| Utf8Appendable |
Utf8 Appendable abstract base class, copied from Jetty source code.
|
| Utf8StringBuilder |
UTF-8 StringBuilder that allow char extraction and cleaning.
|
| Enum | Description |
|---|---|
| AuthenticationMethod |
Authentication methods.
|
| BasicAuthorizationBuffer.Scope |
The scope of the lookup.
|
| Exception | Description |
|---|---|
| Utf8Appendable.NotUtf8Exception |
Copyright © 2018 Alternet. All rights reserved.