| Package | Description |
|---|---|
| org.cloudfoundry.uaa.users |
| Modifier and Type | Method and Description |
|---|---|
static ChangeUserPasswordRequest.Builder |
ChangeUserPasswordRequest.builder()
Creates a builder for
ChangeUserPasswordRequest. |
ChangeUserPasswordRequest.Builder |
ChangeUserPasswordRequest.Builder.from(ChangeUserPasswordRequest instance)
Fill a builder with attribute values from the provided
ChangeUserPasswordRequest instance. |
ChangeUserPasswordRequest.Builder |
ChangeUserPasswordRequest.Builder.from(IdentityZoned instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.uaa.IdentityZoned instance. |
ChangeUserPasswordRequest.Builder |
ChangeUserPasswordRequest.Builder.identityZoneId(String identityZoneId)
Initializes the value for the
identityZoneId attribute. |
ChangeUserPasswordRequest.Builder |
ChangeUserPasswordRequest.Builder.identityZoneSubdomain(String identityZoneSubdomain)
Initializes the value for the
identityZoneSubdomain attribute. |
ChangeUserPasswordRequest.Builder |
ChangeUserPasswordRequest.Builder.oldPassword(String oldPassword)
Initializes the value for the
oldPassword attribute. |
ChangeUserPasswordRequest.Builder |
ChangeUserPasswordRequest.Builder.password(String password)
Initializes the value for the
password attribute. |
ChangeUserPasswordRequest.Builder |
ChangeUserPasswordRequest.Builder.userId(String userId)
Initializes the value for the
userId attribute. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.