| Package | Description |
|---|---|
| de.flapdoodle.embed.mongo.client |
| Modifier and Type | Method and Description |
|---|---|
ImmutableRole |
ImmutableRole.Builder.build()
Builds a new
ImmutableRole. |
static ImmutableRole |
ImmutableRole.copyOf(AuthenticationSetup.Role instance)
Creates an immutable copy of a
AuthenticationSetup.Role value. |
static ImmutableRole |
ImmutableRole.of(String database,
String collection,
String name)
Construct a new immutable
Role instance. |
static ImmutableRole |
AuthenticationSetup.role(String database,
String collection,
String name) |
ImmutableRole |
ImmutableRole.withActions(Iterable<String> elements)
Copy the current immutable object with elements that replace the content of
actions. |
ImmutableRole |
ImmutableRole.withActions(String... elements)
Copy the current immutable object with elements that replace the content of
actions. |
ImmutableRole |
ImmutableRole.withCollection(String value)
Copy the current immutable object by setting a value for the
collection attribute. |
ImmutableRole |
ImmutableRole.withDatabase(String value)
Copy the current immutable object by setting a value for the
database attribute. |
ImmutableRole |
ImmutableRole.withName(String value)
Copy the current immutable object by setting a value for the
name attribute. |
Copyright © 2023. All rights reserved.