| Package | Description |
|---|---|
| org.cloudfoundry.uaa.authorizations |
| Modifier and Type | Method and Description |
|---|---|
AuthorizeByOpenIdWithIdTokenRequest.Builder |
AuthorizeByOpenIdWithIdTokenRequest.Builder.addAllScopes(Iterable<String> elements)
Adds elements to
scopes list. |
static AuthorizeByOpenIdWithIdTokenRequest.Builder |
AuthorizeByOpenIdWithIdTokenRequest.builder()
Creates a builder for
AuthorizeByOpenIdWithIdTokenRequest. |
AuthorizeByOpenIdWithIdTokenRequest.Builder |
AuthorizeByOpenIdWithIdTokenRequest.Builder.clientId(String clientId)
Initializes the value for the
clientId attribute. |
AuthorizeByOpenIdWithIdTokenRequest.Builder |
AuthorizeByOpenIdWithIdTokenRequest.Builder.from(org.cloudfoundry.uaa.authorizations._AuthorizeByOpenIdWithIdTokenRequest instance)
Copy abstract value type
_AuthorizeByOpenIdWithIdTokenRequest instance into builder. |
AuthorizeByOpenIdWithIdTokenRequest.Builder |
AuthorizeByOpenIdWithIdTokenRequest.Builder.from(org.cloudfoundry.uaa.authorizations.AbstractAuthorizationRequest instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.uaa.authorizations.AbstractAuthorizationRequest instance. |
AuthorizeByOpenIdWithIdTokenRequest.Builder |
AuthorizeByOpenIdWithIdTokenRequest.Builder.from(AuthorizeByOpenIdWithIdTokenRequest instance)
Fill a builder with attribute values from the provided
AuthorizeByOpenIdWithIdTokenRequest instance. |
AuthorizeByOpenIdWithIdTokenRequest.Builder |
AuthorizeByOpenIdWithIdTokenRequest.Builder.redirectUri(String redirectUri)
Initializes the value for the
redirectUri attribute. |
AuthorizeByOpenIdWithIdTokenRequest.Builder |
AuthorizeByOpenIdWithIdTokenRequest.Builder.scope(String element)
Adds one element to
scopes list. |
AuthorizeByOpenIdWithIdTokenRequest.Builder |
AuthorizeByOpenIdWithIdTokenRequest.Builder.scopes(Iterable<String> elements)
Sets or replaces all elements for
scopes list. |
AuthorizeByOpenIdWithIdTokenRequest.Builder |
AuthorizeByOpenIdWithIdTokenRequest.Builder.scopes(String... elements)
Adds elements to
scopes list. |
Copyright © 2020. All rights reserved.