| Package | Description |
|---|---|
| io.helidon.security.provider.httpauth |
Basic security provider, supporting "basic" and "digest" authentication schemes with role support.
|
| Modifier and Type | Method and Description |
|---|---|
static HttpDigest.Qop |
HttpDigest.Qop.fromConfig(Config config)
Parse configuration into this enum.
|
static HttpDigest.Qop |
HttpDigest.Qop.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HttpDigest.Qop[] |
HttpDigest.Qop.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
HttpDigestAuthProvider.Builder |
HttpDigestAuthProvider.Builder.addDigestQop(HttpDigest.Qop qop)
Digest QOP to support.
|
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.