| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentityprovider.model |
| Modifier and Type | Method and Description |
|---|---|
UserPoolClientType.Builder |
UserPoolClientType.Builder.accessTokenValidity(Integer accessTokenValidity)
The time limit, specified by tokenValidityUnits, defaulting to hours, after which the access token is no
longer valid and can't be used.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.allowedOAuthFlows(Collection<OAuthFlowType> allowedOAuthFlows)
The allowed OAuth flows.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.allowedOAuthFlows(OAuthFlowType... allowedOAuthFlows)
The allowed OAuth flows.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.allowedOAuthFlowsUserPoolClient(Boolean allowedOAuthFlowsUserPoolClient)
Set to true if the client is allowed to follow the OAuth protocol when interacting with Amazon Cognito user
pools.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.allowedOAuthFlowsWithStrings(Collection<String> allowedOAuthFlows)
The allowed OAuth flows.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.allowedOAuthFlowsWithStrings(String... allowedOAuthFlows)
The allowed OAuth flows.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.allowedOAuthScopes(Collection<String> allowedOAuthScopes)
The allowed OAuth scopes.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.allowedOAuthScopes(String... allowedOAuthScopes)
The 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.enableTokenRevocation(Boolean enableTokenRevocation)
Indicates whether token revocation is activated for the user pool client.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.explicitAuthFlows(Collection<ExplicitAuthFlowsType> explicitAuthFlows)
The authentication flows that are supported by the user pool clients.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.explicitAuthFlows(ExplicitAuthFlowsType... explicitAuthFlows)
The authentication flows that are supported by the user pool clients.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.explicitAuthFlowsWithStrings(Collection<String> explicitAuthFlows)
The authentication flows that are supported by the user pool clients.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.explicitAuthFlowsWithStrings(String... explicitAuthFlows)
The authentication flows that are supported by the user pool clients.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.idTokenValidity(Integer idTokenValidity)
The time limit specified by tokenValidityUnits, defaulting to hours, after which the refresh token is no
longer valid and can't be used.
|
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.preventUserExistenceErrors(PreventUserExistenceErrorTypes preventUserExistenceErrors)
Errors and responses that you want Amazon Cognito APIs to return during authentication, account confirmation,
and password recovery when the user doesn't exist in the user pool.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.preventUserExistenceErrors(String preventUserExistenceErrors)
Errors and responses that you want Amazon Cognito APIs to return during authentication, account confirmation,
and password recovery when the user doesn't exist in the user pool.
|
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 can't 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() |
default UserPoolClientType.Builder |
UserPoolClientType.Builder.tokenValidityUnits(Consumer<TokenValidityUnitsType.Builder> tokenValidityUnits)
The time units used to specify the token validity times of their respective token.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.tokenValidityUnits(TokenValidityUnitsType tokenValidityUnits)
The time units used to specify the token validity times of their respective token.
|
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 CreateUserPoolClientResponse.Builder |
CreateUserPoolClientResponse.Builder.userPoolClient(Consumer<UserPoolClientType.Builder> userPoolClient)
The user pool client that was just created.
|
default UpdateUserPoolClientResponse.Builder |
UpdateUserPoolClientResponse.Builder.userPoolClient(Consumer<UserPoolClientType.Builder> userPoolClient)
The user pool client value from the response from the server when you request to update the user pool client.
|
Copyright © 2022. All rights reserved.