@Generated(value="software.amazon.awssdk:codegen") public final class IdentityProviderDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IdentityProviderDetails.Builder,IdentityProviderDetails>
Returns information related to the type of user authentication that is in use for a file transfer protocol-enabled server's users. A server can have only one method of authentication.
| Modifier and Type | Class and Description |
|---|---|
static interface |
IdentityProviderDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
static IdentityProviderDetails.Builder |
builder() |
String |
directoryId()
The identifier of the Directory Service directory that you want to stop sharing.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
function()
The ARN for a Lambda function to use for the Identity provider.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
invocationRole()
This parameter is only applicable if your
IdentityProviderType is API_GATEWAY. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends IdentityProviderDetails.Builder> |
serializableBuilderClass() |
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.
|
String |
sftpAuthenticationMethodsAsString()
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.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
url()
Provides the location of the service endpoint used to authenticate users.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String url()
Provides the location of the service endpoint used to authenticate users.
public final String invocationRole()
This parameter is only applicable if your IdentityProviderType is API_GATEWAY. Provides
the type of InvocationRole used to authenticate the user account.
IdentityProviderType is API_GATEWAY.
Provides the type of InvocationRole used to authenticate the user account.public final String directoryId()
The identifier of the Directory Service directory that you want to stop sharing.
public final String function()
The ARN for a Lambda function to use for the Identity provider.
public final 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.
PASSWORD - users must provide their password to connect.
PUBLIC_KEY - users must provide their private key to connect.
PUBLIC_KEY_OR_PASSWORD - users can authenticate with either their password or their key. This is the
default value.
PUBLIC_KEY_AND_PASSWORD - users must provide both their private key and their password to connect.
The server checks the key first, and then if the key is valid, the system prompts for a password. If the private
key provided does not match the public key that is stored, authentication fails.
If the service returns an enum value that is not available in the current SDK version,
sftpAuthenticationMethods will return SftpAuthenticationMethods.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from sftpAuthenticationMethodsAsString().
PASSWORD - users must provide their password to connect.
PUBLIC_KEY - users must provide their private key to connect.
PUBLIC_KEY_OR_PASSWORD - users can authenticate with either their password or their key.
This is the default value.
PUBLIC_KEY_AND_PASSWORD - users must provide both their private key and their password to
connect. The server checks the key first, and then if the key is valid, the system prompts for a
password. If the private key provided does not match the public key that is stored, authentication fails.
SftpAuthenticationMethodspublic final String sftpAuthenticationMethodsAsString()
For SFTP-enabled servers, and for custom identity providers only, you can specify whether to authenticate using a password, SSH key pair, or both.
PASSWORD - users must provide their password to connect.
PUBLIC_KEY - users must provide their private key to connect.
PUBLIC_KEY_OR_PASSWORD - users can authenticate with either their password or their key. This is the
default value.
PUBLIC_KEY_AND_PASSWORD - users must provide both their private key and their password to connect.
The server checks the key first, and then if the key is valid, the system prompts for a password. If the private
key provided does not match the public key that is stored, authentication fails.
If the service returns an enum value that is not available in the current SDK version,
sftpAuthenticationMethods will return SftpAuthenticationMethods.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from sftpAuthenticationMethodsAsString().
PASSWORD - users must provide their password to connect.
PUBLIC_KEY - users must provide their private key to connect.
PUBLIC_KEY_OR_PASSWORD - users can authenticate with either their password or their key.
This is the default value.
PUBLIC_KEY_AND_PASSWORD - users must provide both their private key and their password to
connect. The server checks the key first, and then if the key is valid, the system prompts for a
password. If the private key provided does not match the public key that is stored, authentication fails.
SftpAuthenticationMethodspublic IdentityProviderDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<IdentityProviderDetails.Builder,IdentityProviderDetails>public static IdentityProviderDetails.Builder builder()
public static Class<? extends IdentityProviderDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.