| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidp.model |
| Modifier and Type | Method and Description |
|---|---|
UserPoolClientType |
UserPoolClientType.clone() |
UserPoolClientType |
CreateUserPoolClientResult.getUserPoolClient()
The user pool client that was just created.
|
UserPoolClientType |
UpdateUserPoolClientResult.getUserPoolClient()
The user pool client value from the response from the server when an update user pool client request is made.
|
UserPoolClientType |
DescribeUserPoolClientResult.getUserPoolClient()
The user pool client from a server response to describe the user pool client.
|
UserPoolClientType |
UserPoolClientType.withAllowedOAuthFlows(Collection<String> allowedOAuthFlows)
Set to
code to initiate a code grant flow, which provides an authorization code as the response. |
UserPoolClientType |
UserPoolClientType.withAllowedOAuthFlows(OAuthFlowType... allowedOAuthFlows)
Set to
code to initiate a code grant flow, which provides an authorization code as the response. |
UserPoolClientType |
UserPoolClientType.withAllowedOAuthFlows(String... allowedOAuthFlows)
Set to
code to initiate a code grant flow, which provides an authorization code as the response. |
UserPoolClientType |
UserPoolClientType.withAllowedOAuthFlowsUserPoolClient(Boolean allowedOAuthFlowsUserPoolClient)
Set to TRUE if the client is allowed to follow the OAuth protocol when interacting with Cognito user pools.
|
UserPoolClientType |
UserPoolClientType.withAllowedOAuthScopes(Collection<String> allowedOAuthScopes)
A list of allowed
OAuth scopes. |
UserPoolClientType |
UserPoolClientType.withAllowedOAuthScopes(String... allowedOAuthScopes)
A list of allowed
OAuth scopes. |
UserPoolClientType |
UserPoolClientType.withAnalyticsConfiguration(AnalyticsConfigurationType analyticsConfiguration)
The Amazon Pinpoint analytics configuration for the user pool client.
|
UserPoolClientType |
UserPoolClientType.withCallbackURLs(Collection<String> callbackURLs)
A list of allowed redirect (callback) URLs for the identity providers.
|
UserPoolClientType |
UserPoolClientType.withCallbackURLs(String... callbackURLs)
A list of allowed redirect (callback) URLs for the identity providers.
|
UserPoolClientType |
UserPoolClientType.withClientId(String clientId)
The ID of the client associated with the user pool.
|
UserPoolClientType |
UserPoolClientType.withClientName(String clientName)
The client name from the user pool request of the client type.
|
UserPoolClientType |
UserPoolClientType.withClientSecret(String clientSecret)
The client secret from the user pool request of the client type.
|
UserPoolClientType |
UserPoolClientType.withCreationDate(Date creationDate)
The date the user pool client was created.
|
UserPoolClientType |
UserPoolClientType.withDefaultRedirectURI(String defaultRedirectURI)
The default redirect URI.
|
UserPoolClientType |
UserPoolClientType.withExplicitAuthFlows(Collection<String> explicitAuthFlows)
The explicit authentication flows.
|
UserPoolClientType |
UserPoolClientType.withExplicitAuthFlows(ExplicitAuthFlowsType... explicitAuthFlows)
The explicit authentication flows.
|
UserPoolClientType |
UserPoolClientType.withExplicitAuthFlows(String... explicitAuthFlows)
The explicit authentication flows.
|
UserPoolClientType |
UserPoolClientType.withLastModifiedDate(Date lastModifiedDate)
The date the user pool client was last modified.
|
UserPoolClientType |
UserPoolClientType.withLogoutURLs(Collection<String> logoutURLs)
A list of allowed logout URLs for the identity providers.
|
UserPoolClientType |
UserPoolClientType.withLogoutURLs(String... logoutURLs)
A list of allowed logout URLs for the identity providers.
|
UserPoolClientType |
UserPoolClientType.withReadAttributes(Collection<String> readAttributes)
The Read-only attributes.
|
UserPoolClientType |
UserPoolClientType.withReadAttributes(String... readAttributes)
The Read-only attributes.
|
UserPoolClientType |
UserPoolClientType.withRefreshTokenValidity(Integer refreshTokenValidity)
The time limit, in days, after which the refresh token is no longer valid and cannot be used.
|
UserPoolClientType |
UserPoolClientType.withSupportedIdentityProviders(Collection<String> supportedIdentityProviders)
A list of provider names for the identity providers that are supported on this client.
|
UserPoolClientType |
UserPoolClientType.withSupportedIdentityProviders(String... supportedIdentityProviders)
A list of provider names for the identity providers that are supported on this client.
|
UserPoolClientType |
UserPoolClientType.withUserPoolId(String userPoolId)
The user pool ID for the user pool client.
|
UserPoolClientType |
UserPoolClientType.withWriteAttributes(Collection<String> writeAttributes)
The writeable attributes.
|
UserPoolClientType |
UserPoolClientType.withWriteAttributes(String... writeAttributes)
The writeable attributes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateUserPoolClientResult.setUserPoolClient(UserPoolClientType userPoolClient)
The user pool client that was just created.
|
void |
UpdateUserPoolClientResult.setUserPoolClient(UserPoolClientType userPoolClient)
The user pool client value from the response from the server when an update user pool client request is made.
|
void |
DescribeUserPoolClientResult.setUserPoolClient(UserPoolClientType userPoolClient)
The user pool client from a server response to describe the user pool client.
|
CreateUserPoolClientResult |
CreateUserPoolClientResult.withUserPoolClient(UserPoolClientType userPoolClient)
The user pool client that was just created.
|
UpdateUserPoolClientResult |
UpdateUserPoolClientResult.withUserPoolClient(UserPoolClientType userPoolClient)
The user pool client value from the response from the server when an update user pool client request is made.
|
DescribeUserPoolClientResult |
DescribeUserPoolClientResult.withUserPoolClient(UserPoolClientType userPoolClient)
The user pool client from a server response to describe the user pool client.
|
Copyright © 2018. All rights reserved.