| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentityprovider.model |
| Modifier and Type | Method and Description |
|---|---|
UserPoolClientType.Builder |
UserPoolClientType.Builder.allowedOAuthFlows(Collection<OAuthFlowType> allowedOAuthFlows)
Set to
code to initiate a code grant flow, which provides an authorization code as the response. |
UserPoolClientType.Builder |
UserPoolClientType.Builder.allowedOAuthFlows(OAuthFlowType... allowedOAuthFlows)
Set to
code to initiate a code grant flow, which provides an authorization code as the response. |
UserPoolClientType.Builder |
UserPoolClientType.Builder.allowedOAuthFlowsUserPoolClient(Boolean allowedOAuthFlowsUserPoolClient)
Set to TRUE if the client is allowed to follow the OAuth protocol when interacting with Cognito user pools.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.allowedOAuthFlowsWithStrings(Collection<String> allowedOAuthFlows)
Set to
code to initiate a code grant flow, which provides an authorization code as the response. |
UserPoolClientType.Builder |
UserPoolClientType.Builder.allowedOAuthFlowsWithStrings(String... allowedOAuthFlows)
Set to
code to initiate a code grant flow, which provides an authorization code as the response. |
UserPoolClientType.Builder |
UserPoolClientType.Builder.allowedOAuthScopes(Collection<String> allowedOAuthScopes)
A list of allowed
OAuth scopes. |
UserPoolClientType.Builder |
UserPoolClientType.Builder.allowedOAuthScopes(String... allowedOAuthScopes)
A list of allowed
OAuth scopes. |
UserPoolClientType.Builder |
UserPoolClientType.Builder.analyticsConfiguration(AnalyticsConfigurationType analyticsConfiguration)
The Amazon Pinpoint analytics configuration for the user pool client.
|
default UserPoolClientType.Builder |
UserPoolClientType.Builder.analyticsConfiguration(Consumer<AnalyticsConfigurationType.Builder> analyticsConfiguration)
The Amazon Pinpoint analytics configuration for the user pool client.
|
static UserPoolClientType.Builder |
UserPoolClientType.builder() |
UserPoolClientType.Builder |
UserPoolClientType.Builder.callbackURLs(Collection<String> callbackURLs)
A list of allowed redirect (callback) URLs for the identity providers.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.callbackURLs(String... callbackURLs)
A list of allowed redirect (callback) URLs for the identity providers.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.clientId(String clientId)
The ID of the client associated with the user pool.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.clientName(String clientName)
The client name from the user pool request of the client type.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.clientSecret(String clientSecret)
The client secret from the user pool request of the client type.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.creationDate(Instant creationDate)
The date the user pool client was created.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.defaultRedirectURI(String defaultRedirectURI)
The default redirect URI.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.explicitAuthFlows(Collection<ExplicitAuthFlowsType> explicitAuthFlows)
The explicit authentication flows.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.explicitAuthFlows(ExplicitAuthFlowsType... explicitAuthFlows)
The explicit authentication flows.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.explicitAuthFlowsWithStrings(Collection<String> explicitAuthFlows)
The explicit authentication flows.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.explicitAuthFlowsWithStrings(String... explicitAuthFlows)
The explicit authentication flows.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.lastModifiedDate(Instant lastModifiedDate)
The date the user pool client was last modified.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.logoutURLs(Collection<String> logoutURLs)
A list of allowed logout URLs for the identity providers.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.logoutURLs(String... logoutURLs)
A list of allowed logout URLs for the identity providers.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.readAttributes(Collection<String> readAttributes)
The Read-only attributes.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.readAttributes(String... readAttributes)
The Read-only attributes.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.refreshTokenValidity(Integer refreshTokenValidity)
The time limit, in days, after which the refresh token is no longer valid and cannot be used.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.supportedIdentityProviders(Collection<String> supportedIdentityProviders)
A list of provider names for the identity providers that are supported on this client.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.supportedIdentityProviders(String... supportedIdentityProviders)
A list of provider names for the identity providers that are supported on this client.
|
UserPoolClientType.Builder |
UserPoolClientType.toBuilder() |
UserPoolClientType.Builder |
UserPoolClientType.Builder.userPoolId(String userPoolId)
The user pool ID for the user pool client.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.writeAttributes(Collection<String> writeAttributes)
The writeable attributes.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.writeAttributes(String... writeAttributes)
The writeable attributes.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UserPoolClientType.Builder> |
UserPoolClientType.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeUserPoolClientResponse.Builder |
DescribeUserPoolClientResponse.Builder.userPoolClient(Consumer<UserPoolClientType.Builder> userPoolClient)
The user pool client from a server response to describe the user pool client.
|
default UpdateUserPoolClientResponse.Builder |
UpdateUserPoolClientResponse.Builder.userPoolClient(Consumer<UserPoolClientType.Builder> userPoolClient)
The user pool client value from the response from the server when an update user pool client request is made.
|
default CreateUserPoolClientResponse.Builder |
CreateUserPoolClientResponse.Builder.userPoolClient(Consumer<UserPoolClientType.Builder> userPoolClient)
The user pool client that was just created.
|
Copyright © 2019. All rights reserved.