| Interface | Description |
|---|---|
| UserStore |
Store of users for resolving httpauth and digest authentication.
|
| UserStore.User |
Representation of a single user.
|
| Class | Description |
|---|---|
| ConfigUserStore |
User store loaded from configuration.
|
| HttpBasicAuthProvider |
Http authentication security provider.
|
| HttpBasicAuthProvider.Builder |
HttpBasicAuthProvider fluent API builder. |
| HttpBasicAuthService |
Basic authentication service.
|
| HttpDigest |
Digest specific enums.
|
| HttpDigestAuthProvider |
Http authentication security provider.
|
| HttpDigestAuthProvider.Builder |
HttpDigestAuthProvider fluent API builder. |
| HttpDigestAuthService |
Digest authentication service.
|
| Enum | Description |
|---|---|
| HttpDigest.Algorithm |
Http digest algorithm.
|
| HttpDigest.Qop |
Http digest QOP (quality of protection).
|
| Exception | Description |
|---|---|
| HttpAuthException |
Exception in Http authentication.
|
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.