| Package | Description |
|---|---|
| de.flapdoodle.embed.mongo.client |
| Modifier and Type | Method and Description |
|---|---|
ImmutableAuthenticationSetup.Builder |
ImmutableAuthenticationSetup.Builder.addAllEntries(Iterable<? extends AuthenticationSetup.Entry> elements)
Adds elements to
entries list. |
ImmutableAuthenticationSetup.Builder |
ImmutableAuthenticationSetup.Builder.addEntries(AuthenticationSetup.Entry... elements)
Adds elements to
entries list. |
ImmutableAuthenticationSetup.Builder |
ImmutableAuthenticationSetup.Builder.addEntries(AuthenticationSetup.Entry element)
Adds one element to
entries list. |
ImmutableAuthenticationSetup.Builder |
ImmutableAuthenticationSetup.Builder.admin(UsernamePassword admin)
Initializes the value for the
admin attribute. |
static ImmutableAuthenticationSetup.Builder |
ImmutableAuthenticationSetup.builder()
Creates a builder for
ImmutableAuthenticationSetup. |
ImmutableAuthenticationSetup.Builder |
ImmutableAuthenticationSetup.Builder.entries(Iterable<? extends AuthenticationSetup.Entry> elements)
Sets or replaces all elements for
entries list. |
ImmutableAuthenticationSetup.Builder |
ImmutableAuthenticationSetup.Builder.from(AuthenticationSetup instance)
Fill a builder with attribute values from the provided
AuthenticationSetup instance. |
Copyright © 2023. All rights reserved.