| BasicAuthenticator |
Implementation of Basic Http Authentication method (RFC 2617).
|
| DigestAuthenticator |
Implementation of Digest Http Authentication method (RFC 2617).
|
| DigestAuthenticator.Algorithm |
|
| DigestAuthenticator.DigestScheme |
Digest scheme POJO
|
| DigestAuthenticator.QOP |
|
| HttpAuthenticationFeature |
Features that provides Http Basic and Digest client authentication (based on RFC 2617).
|
| HttpAuthenticationFeature.BasicBuilder |
|
| HttpAuthenticationFeature.Builder |
|
| HttpAuthenticationFeature.Mode |
Feature authentication mode.
|
| HttpAuthenticationFeature.UniversalBuilder |
Extension of HttpAuthenticationFeature.Builder
that builds the http authentication feature configured in universal mode that supports
basic and digest authentication.
|
| HttpAuthenticationFilter.Credentials |
Credentials (username + password).
|
| HttpAuthenticationFilter.Type |
Authentication type.
|
| RequestAuthenticationException |
Exception thrown by security request authentication.
|