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