| Package | Description |
|---|---|
| de.flapdoodle.embed.mongo.client |
| Modifier and Type | Method and Description |
|---|---|
ImmutableUsernamePassword |
ImmutableUsernamePassword.Builder.build()
Builds a new
ImmutableUsernamePassword. |
static ImmutableUsernamePassword |
ImmutableUsernamePassword.copyOf(UsernamePassword instance)
Creates an immutable copy of a
UsernamePassword value. |
static ImmutableUsernamePassword |
ImmutableUsernamePassword.of(String name,
char[] password)
Construct a new immutable
UsernamePassword instance. |
ImmutableUsernamePassword |
ImmutableUsernamePassword.withName(String value)
Copy the current immutable object by setting a value for the
name attribute. |
ImmutableUsernamePassword |
ImmutableUsernamePassword.withPassword(char... elements)
Copy the current immutable object with elements that replace the content of
password. |
Copyright © 2024. All rights reserved.