| Package | Description |
|---|---|
| org.cloudfoundry.uaa.groups | |
| org.cloudfoundry.uaa.users |
| Modifier and Type | Class and Description |
|---|---|
class |
UserEntity
|
| Modifier and Type | Method and Description |
|---|---|
UserEntity.Builder |
UserEntity.Builder.from(AbstractUser instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.uaa.users.AbstractUser instance. |
| Modifier and Type | Class and Description |
|---|---|
class |
CreateUserResponse
The response from the create user request
|
class |
DeleteUserResponse
The response from the delete user request
|
class |
UpdateUserResponse
The response from the update user request
|
class |
User
Immutable implementation of
_User. |
| Modifier and Type | Method and Description |
|---|---|
CreateUserResponse.Builder |
CreateUserResponse.Builder.from(AbstractUser instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.uaa.users.AbstractUser instance. |
DeleteUserResponse.Builder |
DeleteUserResponse.Builder.from(AbstractUser instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.uaa.users.AbstractUser instance. |
UpdateUserResponse.Builder |
UpdateUserResponse.Builder.from(AbstractUser instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.uaa.users.AbstractUser instance. |
User.Builder |
User.Builder.from(AbstractUser instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.uaa.users.AbstractUser instance. |
Copyright © 2020. All rights reserved.