| Package | Description |
|---|---|
| io.helidon.security.providers.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–2019 Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.