| Package | Description |
|---|---|
| io.helidon.security.provider.httpauth |
Basic security provider, supporting "basic" and "digest" authentication schemes with role support.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigUserStore
User store loaded from configuration.
|
| Modifier and Type | Method and Description |
|---|---|
HttpBasicAuthProvider.Builder |
HttpBasicAuthProvider.Builder.userStore(UserStore store)
Set user store to obtain passwords and roles based on logins.
|
HttpDigestAuthProvider.Builder |
HttpDigestAuthProvider.Builder.userStore(UserStore store)
Set user store to obtain passwords and roles based on logins.
|
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.