| Package | Description |
|---|---|
| de.flapdoodle.embed.mongo.client |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
AuthenticationSetup.Role |
static interface |
AuthenticationSetup.User |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableRole
Immutable implementation of
AuthenticationSetup.Role. |
class |
ImmutableUser
Immutable implementation of
AuthenticationSetup.User. |
| Modifier and Type | Method and Description |
|---|---|
protected List<AuthenticationSetup.Entry> |
ImmutableAuthenticationSetup.entries() |
protected List<AuthenticationSetup.Entry> |
AuthenticationSetup.entries() |
| Modifier and Type | Method and Description |
|---|---|
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 |
ImmutableAuthenticationSetup.withEntries(AuthenticationSetup.Entry... elements)
Copy the current immutable object with elements that replace the content of
entries. |
| 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.entries(Iterable<? extends AuthenticationSetup.Entry> elements)
Sets or replaces all elements for
entries list. |
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.