| Package | Description |
|---|---|
| io.helidon.security.provider.httpauth |
Basic security provider, supporting "basic" and "digest" authentication schemes with role support.
|
| Class | Description |
|---|---|
| ConfigUserStore |
User store loaded from configuration.
|
| HttpBasicAuthProvider |
Http authentication security provider.
|
| HttpBasicAuthProvider.Builder |
HttpBasicAuthProvider fluent API builder. |
| HttpDigest.Algorithm |
Http digest algorithm.
|
| HttpDigest.Qop |
Http digest QOP (quality of protection).
|
| HttpDigestAuthProvider |
Http authentication security provider.
|
| HttpDigestAuthProvider.Builder |
HttpDigestAuthProvider fluent API builder. |
| UserStore |
Store of users for resolving httpauth and digest authentication.
|
| UserStore.User |
Representation of a single user.
|
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.