public interface UaaClient
| Modifier and Type | Field and Description |
|---|---|
static String |
SUPPORTED_API_VERSION
The currently supported UAA API version
|
| Modifier and Type | Method and Description |
|---|---|
Authorizations |
authorizations()
Main entry point to the UAA Authorizations Client API
|
Clients |
clients()
Main entry point to the UAA Clients API
|
Mono<String> |
getUsername()
Returns the username of the current user
|
Groups |
groups()
Main entry point to the UAA Group Client API
|
IdentityProviders |
identityProviders()
Main entry point to the UAA Identity Provider Client API
|
IdentityZones |
identityZones()
Main entry point to the UAA Identity Zone Client API
|
Tokens |
tokens()
Main entry point to the UAA Token Client API
|
Users |
users()
Main entry point to the UAA User Client API
|
static final String SUPPORTED_API_VERSION
Authorizations authorizations()
Clients clients()
Groups groups()
IdentityProviders identityProviders()
IdentityZones identityZones()
Tokens tokens()
Users users()
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.