| Package | Description |
|---|---|
| de.flapdoodle.embed.mongo.client |
| Modifier and Type | Method and Description |
|---|---|
ImmutableAuthenticationSetup |
ImmutableAuthenticationSetup.Builder.build()
Builds a new
ImmutableAuthenticationSetup. |
static ImmutableAuthenticationSetup |
ImmutableAuthenticationSetup.copyOf(AuthenticationSetup instance)
Creates an immutable copy of a
AuthenticationSetup value. |
static ImmutableAuthenticationSetup |
ImmutableAuthenticationSetup.of(UsernamePassword admin)
Construct a new immutable
AuthenticationSetup instance. |
static ImmutableAuthenticationSetup |
AuthenticationSetup.of(UsernamePassword adminUsernamePassword) |
ImmutableAuthenticationSetup |
ImmutableAuthenticationSetup.withAdmin(UsernamePassword value)
Copy the current immutable object by setting a value for the
admin attribute. |
ImmutableAuthenticationSetup |
ImmutableAuthenticationSetup.withEntries(AuthenticationSetup.Entry... elements)
Copy the current immutable object with elements that replace the content of
entries. |
ImmutableAuthenticationSetup |
ImmutableAuthenticationSetup.withEntries(Iterable<? extends AuthenticationSetup.Entry> elements)
Copy the current immutable object with elements that replace the content of
entries. |
Copyright © 2023. All rights reserved.