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