| Package | Description |
|---|---|
| de.flapdoodle.embed.mongo.client |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableUsernamePassword
Immutable implementation of
UsernamePassword. |
| Modifier and Type | Method and Description |
|---|---|
protected UsernamePassword |
ImmutableAuthenticationSetup.admin() |
protected abstract UsernamePassword |
AuthenticationSetup.admin() |
static UsernamePassword |
UsernamePassword.of(String username,
char[] password) |
static UsernamePassword |
UsernamePassword.of(String username,
String password)
Deprecated.
|
UsernamePassword |
ImmutableUser.user() |
UsernamePassword |
AuthenticationSetup.User.user() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableAuthenticationSetup.Builder |
ImmutableAuthenticationSetup.Builder.admin(UsernamePassword admin)
Initializes the value for the
admin attribute. |
static ImmutableUsernamePassword |
ImmutableUsernamePassword.copyOf(UsernamePassword instance)
Creates an immutable copy of a
UsernamePassword value. |
ImmutableUsernamePassword.Builder |
ImmutableUsernamePassword.Builder.from(UsernamePassword instance)
Fill a builder with attribute values from the provided
UsernamePassword instance. |
static ImmutableUser |
ImmutableUser.of(String database,
UsernamePassword user)
Construct a new immutable
User instance. |
static ImmutableAuthenticationSetup |
ImmutableAuthenticationSetup.of(UsernamePassword admin)
Construct a new immutable
AuthenticationSetup instance. |
static ImmutableAuthenticationSetup |
AuthenticationSetup.of(UsernamePassword adminUsernamePassword) |
static ImmutableUser |
AuthenticationSetup.user(String database,
UsernamePassword usernamePassword) |
ImmutableUser.Builder |
ImmutableUser.Builder.user(UsernamePassword user)
Initializes the value for the
user attribute. |
ImmutableAuthenticationSetup |
ImmutableAuthenticationSetup.withAdmin(UsernamePassword value)
Copy the current immutable object by setting a value for the
admin attribute. |
ImmutableUser |
ImmutableUser.withUser(UsernamePassword value)
Copy the current immutable object by setting a value for the
user attribute. |
| Modifier and Type | Method and Description |
|---|---|
static de.flapdoodle.reverse.Listener |
ClientActions.initReplicaSet(ExecuteMongoClientAction<?> executeAction,
IFeatureAwareVersion version,
Storage replication,
Optional<UsernamePassword> adminUser) |
Copyright © 2023. All rights reserved.