| Package | Description |
|---|---|
| org.cloudfoundry.uaa.clients |
| Modifier and Type | Method and Description |
|---|---|
static ChangeSecretRequest.Builder |
ChangeSecretRequest.builder()
Creates a builder for
ChangeSecretRequest. |
ChangeSecretRequest.Builder |
ChangeSecretRequest.Builder.clientId(String clientId)
Initializes the value for the
clientId attribute. |
ChangeSecretRequest.Builder |
ChangeSecretRequest.Builder.from(org.cloudfoundry.uaa.clients.AbstractChangeSecret instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.uaa.clients.AbstractChangeSecret instance. |
ChangeSecretRequest.Builder |
ChangeSecretRequest.Builder.from(ChangeSecretRequest instance)
Fill a builder with attribute values from the provided
ChangeSecretRequest instance. |
ChangeSecretRequest.Builder |
ChangeSecretRequest.Builder.from(IdentityZoned instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.uaa.IdentityZoned instance. |
ChangeSecretRequest.Builder |
ChangeSecretRequest.Builder.identityZoneId(String identityZoneId)
Initializes the value for the
identityZoneId attribute. |
ChangeSecretRequest.Builder |
ChangeSecretRequest.Builder.oldSecret(String oldSecret)
Initializes the value for the
oldSecret attribute. |
ChangeSecretRequest.Builder |
ChangeSecretRequest.Builder.secret(String secret)
Initializes the value for the
secret attribute. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.