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