Package | Description |
---|---|
com.amazonaws.services.cognitoidp |
With the Amazon Cognito user pools API, you can set up user pools and app clients, and authenticate users.
|
com.amazonaws.services.cognitoidp.model |
Modifier and Type | Method and Description |
---|---|
AdminLinkProviderForUserResult |
AWSCognitoIdentityProviderClient.adminLinkProviderForUser(AdminLinkProviderForUserRequest request)
Links an existing user account in a user pool (
DestinationUser ) to an identity from an external IdP
(SourceUser ) based on a specified attribute name and value from the external IdP. |
AdminLinkProviderForUserResult |
AWSCognitoIdentityProvider.adminLinkProviderForUser(AdminLinkProviderForUserRequest adminLinkProviderForUserRequest)
Links an existing user account in a user pool (
DestinationUser ) to an identity from an external IdP
(SourceUser ) based on a specified attribute name and value from the external IdP. |
AdminLinkProviderForUserResult |
AbstractAWSCognitoIdentityProvider.adminLinkProviderForUser(AdminLinkProviderForUserRequest request) |
Future<AdminLinkProviderForUserResult> |
AWSCognitoIdentityProviderAsyncClient.adminLinkProviderForUserAsync(AdminLinkProviderForUserRequest request) |
Future<AdminLinkProviderForUserResult> |
AWSCognitoIdentityProviderAsync.adminLinkProviderForUserAsync(AdminLinkProviderForUserRequest adminLinkProviderForUserRequest)
Links an existing user account in a user pool (
DestinationUser ) to an identity from an external IdP
(SourceUser ) based on a specified attribute name and value from the external IdP. |
Future<AdminLinkProviderForUserResult> |
AbstractAWSCognitoIdentityProviderAsync.adminLinkProviderForUserAsync(AdminLinkProviderForUserRequest request) |
Future<AdminLinkProviderForUserResult> |
AWSCognitoIdentityProviderAsyncClient.adminLinkProviderForUserAsync(AdminLinkProviderForUserRequest request,
AsyncHandler<AdminLinkProviderForUserRequest,AdminLinkProviderForUserResult> asyncHandler) |
Future<AdminLinkProviderForUserResult> |
AWSCognitoIdentityProviderAsync.adminLinkProviderForUserAsync(AdminLinkProviderForUserRequest adminLinkProviderForUserRequest,
AsyncHandler<AdminLinkProviderForUserRequest,AdminLinkProviderForUserResult> asyncHandler)
Links an existing user account in a user pool (
DestinationUser ) to an identity from an external IdP
(SourceUser ) based on a specified attribute name and value from the external IdP. |
Future<AdminLinkProviderForUserResult> |
AbstractAWSCognitoIdentityProviderAsync.adminLinkProviderForUserAsync(AdminLinkProviderForUserRequest request,
AsyncHandler<AdminLinkProviderForUserRequest,AdminLinkProviderForUserResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
AdminLinkProviderForUserRequest |
AdminLinkProviderForUserRequest.clone() |
AdminLinkProviderForUserRequest |
AdminLinkProviderForUserRequest.withDestinationUser(ProviderUserIdentifierType destinationUser)
The existing user in the user pool that you want to assign to the external IdP user account.
|
AdminLinkProviderForUserRequest |
AdminLinkProviderForUserRequest.withSourceUser(ProviderUserIdentifierType sourceUser)
An external IdP account for a user who doesn't exist yet in the user pool.
|
AdminLinkProviderForUserRequest |
AdminLinkProviderForUserRequest.withUserPoolId(String userPoolId)
The user pool ID for the user pool.
|
Copyright © 2023. All rights reserved.