| Package | Description |
|---|---|
| org.trustedanalytics.cloud.uaa | |
| org.trustedanalytics.org.cloudfoundry.identity.uaa.scim |
| Modifier and Type | Method and Description |
|---|---|
ScimUser |
UaaOperations.createUser(String username,
String password) |
ScimUser |
UaaClient.createUser(String username,
String password) |
| Modifier and Type | Method and Description |
|---|---|
SearchResults<ScimUser> |
UaaOperations.getUsers() |
SearchResults<ScimUser> |
UaaClient.getUsers() |
| Modifier and Type | Method and Description |
|---|---|
ScimUser |
ScimUserJsonDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
static ScimUser |
ScimUserFactory.newUser(String username,
String password) |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.