| Package | Description |
|---|---|
| org.cloudfoundry.client.v3.servicebrokers |
| Modifier and Type | Method and Description |
|---|---|
static BasicAuthentication.Builder |
BasicAuthentication.builder()
Creates a builder for
BasicAuthentication. |
BasicAuthentication.Builder |
BasicAuthentication.Builder.from(BasicAuthentication instance)
Fill a builder with attribute values from the provided
BasicAuthentication instance. |
BasicAuthentication.Builder |
BasicAuthentication.Builder.password(String password)
Initializes the value for the
password attribute. |
BasicAuthentication.Builder |
BasicAuthentication.Builder.username(String username)
Initializes the value for the
username attribute. |
Copyright © 2022. All rights reserved.