| 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 HttpBasicAuthProvider.Builder |
HttpBasicAuthProvider.builder()
Get a builder instance to construct a new security provider.
|
HttpBasicAuthProvider.Builder |
HttpBasicAuthProvider.Builder.realm(java.lang.String realm)
Set the realm to use when challenging users.
|
HttpBasicAuthProvider.Builder |
HttpBasicAuthProvider.Builder.subjectType(SubjectType subjectType)
Principal type this provider extracts (and also propagates).
|
HttpBasicAuthProvider.Builder |
HttpBasicAuthProvider.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.