| Package | Description |
|---|---|
| com.amazonaws.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
IdentityProviderDetails |
IdentityProviderDetails.clone() |
IdentityProviderDetails |
DescribedServer.getIdentityProviderDetails()
Specifies information to call a customer-supplied authentication API.
|
IdentityProviderDetails |
CreateServerRequest.getIdentityProviderDetails()
Required when
IdentityProviderType is set to AWS_DIRECTORY_SERVICE,
Amazon Web Services_LAMBDA or API_GATEWAY. |
IdentityProviderDetails |
UpdateServerRequest.getIdentityProviderDetails()
An array containing all of the information required to call a customer's authentication API method.
|
IdentityProviderDetails |
IdentityProviderDetails.withDirectoryId(String directoryId)
The identifier of the Directory Service directory that you want to use as your identity provider.
|
IdentityProviderDetails |
IdentityProviderDetails.withFunction(String function)
The ARN for a Lambda function to use for the Identity provider.
|
IdentityProviderDetails |
IdentityProviderDetails.withInvocationRole(String invocationRole)
This parameter is only applicable if your
IdentityProviderType is API_GATEWAY. |
IdentityProviderDetails |
IdentityProviderDetails.withSftpAuthenticationMethods(SftpAuthenticationMethods sftpAuthenticationMethods)
For SFTP-enabled servers, and for custom identity providers only, you can specify whether to authenticate
using a password, SSH key pair, or both.
|
IdentityProviderDetails |
IdentityProviderDetails.withSftpAuthenticationMethods(String sftpAuthenticationMethods)
For SFTP-enabled servers, and for custom identity providers only, you can specify whether to authenticate
using a password, SSH key pair, or both.
|
IdentityProviderDetails |
IdentityProviderDetails.withUrl(String url)
Provides the location of the service endpoint used to authenticate users.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribedServer.setIdentityProviderDetails(IdentityProviderDetails identityProviderDetails)
Specifies information to call a customer-supplied authentication API.
|
void |
CreateServerRequest.setIdentityProviderDetails(IdentityProviderDetails identityProviderDetails)
Required when
IdentityProviderType is set to AWS_DIRECTORY_SERVICE,
Amazon Web Services_LAMBDA or API_GATEWAY. |
void |
UpdateServerRequest.setIdentityProviderDetails(IdentityProviderDetails identityProviderDetails)
An array containing all of the information required to call a customer's authentication API method.
|
DescribedServer |
DescribedServer.withIdentityProviderDetails(IdentityProviderDetails identityProviderDetails)
Specifies information to call a customer-supplied authentication API.
|
CreateServerRequest |
CreateServerRequest.withIdentityProviderDetails(IdentityProviderDetails identityProviderDetails)
Required when
IdentityProviderType is set to AWS_DIRECTORY_SERVICE,
Amazon Web Services_LAMBDA or API_GATEWAY. |
UpdateServerRequest |
UpdateServerRequest.withIdentityProviderDetails(IdentityProviderDetails identityProviderDetails)
An array containing all of the information required to call a customer's authentication API method.
|
Copyright © 2025. All rights reserved.