| Package | Description |
|---|---|
| org.cloudfoundry.uaa.clients |
| Modifier and Type | Method and Description |
|---|---|
UpdateClient.Builder |
UpdateClient.Builder.addAllAllowedProviders(Iterable<String> elements)
Adds elements to
allowedProviders list. |
UpdateClient.Builder |
UpdateClient.Builder.addAllAuthorities(Iterable<String> elements)
Adds elements to
authorities list. |
UpdateClient.Builder |
UpdateClient.Builder.addAllAuthorizedGrantTypes(Iterable<? extends GrantType> elements)
Adds elements to
authorizedGrantTypes list. |
UpdateClient.Builder |
UpdateClient.Builder.addAllAutoApproves(Iterable<String> elements)
Adds elements to
autoApproves list. |
UpdateClient.Builder |
UpdateClient.Builder.addAllRedirectUriPatterns(Iterable<String> elements)
Adds elements to
redirectUriPatterns list. |
UpdateClient.Builder |
UpdateClient.Builder.addAllResourceIds(Iterable<String> elements)
Adds elements to
resourceIds list. |
UpdateClient.Builder |
UpdateClient.Builder.addAllScopes(Iterable<String> elements)
Adds elements to
scopes list. |
UpdateClient.Builder |
UpdateClient.Builder.allowedProvider(String... elements)
Adds elements to
allowedProviders list. |
UpdateClient.Builder |
UpdateClient.Builder.allowedProvider(String element)
Adds one element to
allowedProviders list. |
UpdateClient.Builder |
UpdateClient.Builder.allowedProviders(Iterable<String> elements)
Sets or replaces all elements for
allowedProviders list. |
UpdateClient.Builder |
UpdateClient.Builder.approvalsDeleted(Boolean approvalsDeleted)
Initializes the value for the
approvalsDeleted attribute. |
UpdateClient.Builder |
UpdateClient.Builder.authorities(Iterable<String> elements)
Sets or replaces all elements for
authorities list. |
UpdateClient.Builder |
UpdateClient.Builder.authority(String... elements)
Adds elements to
authorities list. |
UpdateClient.Builder |
UpdateClient.Builder.authority(String element)
Adds one element to
authorities list. |
UpdateClient.Builder |
UpdateClient.Builder.authorizedGrantType(GrantType... elements)
Adds elements to
authorizedGrantTypes list. |
UpdateClient.Builder |
UpdateClient.Builder.authorizedGrantType(GrantType element)
Adds one element to
authorizedGrantTypes list. |
UpdateClient.Builder |
UpdateClient.Builder.authorizedGrantTypes(Iterable<? extends GrantType> elements)
Sets or replaces all elements for
authorizedGrantTypes list. |
UpdateClient.Builder |
UpdateClient.Builder.autoApprove(String... elements)
Adds elements to
autoApproves list. |
UpdateClient.Builder |
UpdateClient.Builder.autoApprove(String element)
Adds one element to
autoApproves list. |
UpdateClient.Builder |
UpdateClient.Builder.autoApproves(Iterable<String> elements)
Sets or replaces all elements for
autoApproves list. |
static UpdateClient.Builder |
UpdateClient.builder()
Creates a builder for
UpdateClient. |
UpdateClient.Builder |
UpdateClient.Builder.clientId(String clientId)
Initializes the value for the
clientId attribute. |
UpdateClient.Builder |
UpdateClient.Builder.createdWith(String createdWith)
Initializes the value for the
createdWith attribute. |
UpdateClient.Builder |
UpdateClient.Builder.from(org.cloudfoundry.uaa.clients.AbstractUpdateClient instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.uaa.clients.AbstractUpdateClient instance. |
UpdateClient.Builder |
UpdateClient.Builder.from(UpdateClient instance)
Fill a builder with attribute values from the provided
UpdateClient instance. |
UpdateClient.Builder |
UpdateClient.Builder.name(String name)
Initializes the value for the
name attribute. |
UpdateClient.Builder |
UpdateClient.Builder.redirectUriPattern(String... elements)
Adds elements to
redirectUriPatterns list. |
UpdateClient.Builder |
UpdateClient.Builder.redirectUriPattern(String element)
Adds one element to
redirectUriPatterns list. |
UpdateClient.Builder |
UpdateClient.Builder.redirectUriPatterns(Iterable<String> elements)
Sets or replaces all elements for
redirectUriPatterns list. |
UpdateClient.Builder |
UpdateClient.Builder.resourceId(String... elements)
Adds elements to
resourceIds list. |
UpdateClient.Builder |
UpdateClient.Builder.resourceId(String element)
Adds one element to
resourceIds list. |
UpdateClient.Builder |
UpdateClient.Builder.resourceIds(Iterable<String> elements)
Sets or replaces all elements for
resourceIds list. |
UpdateClient.Builder |
UpdateClient.Builder.scope(String... elements)
Adds elements to
scopes list. |
UpdateClient.Builder |
UpdateClient.Builder.scope(String element)
Adds one element to
scopes list. |
UpdateClient.Builder |
UpdateClient.Builder.scopes(Iterable<String> elements)
Sets or replaces all elements for
scopes list. |
UpdateClient.Builder |
UpdateClient.Builder.tokenSalt(String tokenSalt)
Initializes the value for the
tokenSalt attribute. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.