@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UsernameConfigurationType extends Object implements Serializable, Cloneable, StructuredPojo
The username configuration type.
| Constructor and Description |
|---|
UsernameConfigurationType() |
| Modifier and Type | Method and Description |
|---|---|
UsernameConfigurationType |
clone() |
boolean |
equals(Object obj) |
Boolean |
getCaseSensitive()
Specifies whether user name case sensitivity will be applied for all users in the user pool through Amazon
Cognito APIs.
|
int |
hashCode() |
Boolean |
isCaseSensitive()
Specifies whether user name case sensitivity will be applied for all users in the user pool through Amazon
Cognito APIs.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCaseSensitive(Boolean caseSensitive)
Specifies whether user name case sensitivity will be applied for all users in the user pool through Amazon
Cognito APIs.
|
String |
toString()
Returns a string representation of this object.
|
UsernameConfigurationType |
withCaseSensitive(Boolean caseSensitive)
Specifies whether user name case sensitivity will be applied for all users in the user pool through Amazon
Cognito APIs.
|
public void setCaseSensitive(Boolean caseSensitive)
Specifies whether user name case sensitivity will be applied for all users in the user pool through Amazon
Cognito APIs. For most use cases, set case sensitivity to False (case insensitive) as a best
practice. When usernames and email addresses are case insensitive, users can sign in as the same user when they
enter a different capitalization of their user name.
Valid values include:
Enables case sensitivity for all username input. When this option is set to True, users must sign in
using the exact capitalization of their given username, such as “UserName”. This is the default value.
Enables case insensitivity for all username input. For example, when this option is set to False,
users can sign in using username, USERNAME, or UserName. This option also
enables both preferred_username and email alias to be case insensitive, in addition to
the username attribute.
caseSensitive - Specifies whether user name case sensitivity will be applied for all users in the user pool through Amazon
Cognito APIs. For most use cases, set case sensitivity to False (case insensitive) as a best
practice. When usernames and email addresses are case insensitive, users can sign in as the same user when
they enter a different capitalization of their user name.
Valid values include:
Enables case sensitivity for all username input. When this option is set to True, users must
sign in using the exact capitalization of their given username, such as “UserName”. This is the default
value.
Enables case insensitivity for all username input. For example, when this option is set to
False, users can sign in using username, USERNAME, or
UserName. This option also enables both preferred_username and
email alias to be case insensitive, in addition to the username attribute.
public Boolean getCaseSensitive()
Specifies whether user name case sensitivity will be applied for all users in the user pool through Amazon
Cognito APIs. For most use cases, set case sensitivity to False (case insensitive) as a best
practice. When usernames and email addresses are case insensitive, users can sign in as the same user when they
enter a different capitalization of their user name.
Valid values include:
Enables case sensitivity for all username input. When this option is set to True, users must sign in
using the exact capitalization of their given username, such as “UserName”. This is the default value.
Enables case insensitivity for all username input. For example, when this option is set to False,
users can sign in using username, USERNAME, or UserName. This option also
enables both preferred_username and email alias to be case insensitive, in addition to
the username attribute.
False (case insensitive) as
a best practice. When usernames and email addresses are case insensitive, users can sign in as the same
user when they enter a different capitalization of their user name.
Valid values include:
Enables case sensitivity for all username input. When this option is set to True, users must
sign in using the exact capitalization of their given username, such as “UserName”. This is the default
value.
Enables case insensitivity for all username input. For example, when this option is set to
False, users can sign in using username, USERNAME, or
UserName. This option also enables both preferred_username and
email alias to be case insensitive, in addition to the username attribute.
public UsernameConfigurationType withCaseSensitive(Boolean caseSensitive)
Specifies whether user name case sensitivity will be applied for all users in the user pool through Amazon
Cognito APIs. For most use cases, set case sensitivity to False (case insensitive) as a best
practice. When usernames and email addresses are case insensitive, users can sign in as the same user when they
enter a different capitalization of their user name.
Valid values include:
Enables case sensitivity for all username input. When this option is set to True, users must sign in
using the exact capitalization of their given username, such as “UserName”. This is the default value.
Enables case insensitivity for all username input. For example, when this option is set to False,
users can sign in using username, USERNAME, or UserName. This option also
enables both preferred_username and email alias to be case insensitive, in addition to
the username attribute.
caseSensitive - Specifies whether user name case sensitivity will be applied for all users in the user pool through Amazon
Cognito APIs. For most use cases, set case sensitivity to False (case insensitive) as a best
practice. When usernames and email addresses are case insensitive, users can sign in as the same user when
they enter a different capitalization of their user name.
Valid values include:
Enables case sensitivity for all username input. When this option is set to True, users must
sign in using the exact capitalization of their given username, such as “UserName”. This is the default
value.
Enables case insensitivity for all username input. For example, when this option is set to
False, users can sign in using username, USERNAME, or
UserName. This option also enables both preferred_username and
email alias to be case insensitive, in addition to the username attribute.
public Boolean isCaseSensitive()
Specifies whether user name case sensitivity will be applied for all users in the user pool through Amazon
Cognito APIs. For most use cases, set case sensitivity to False (case insensitive) as a best
practice. When usernames and email addresses are case insensitive, users can sign in as the same user when they
enter a different capitalization of their user name.
Valid values include:
Enables case sensitivity for all username input. When this option is set to True, users must sign in
using the exact capitalization of their given username, such as “UserName”. This is the default value.
Enables case insensitivity for all username input. For example, when this option is set to False,
users can sign in using username, USERNAME, or UserName. This option also
enables both preferred_username and email alias to be case insensitive, in addition to
the username attribute.
False (case insensitive) as
a best practice. When usernames and email addresses are case insensitive, users can sign in as the same
user when they enter a different capitalization of their user name.
Valid values include:
Enables case sensitivity for all username input. When this option is set to True, users must
sign in using the exact capitalization of their given username, such as “UserName”. This is the default
value.
Enables case insensitivity for all username input. For example, when this option is set to
False, users can sign in using username, USERNAME, or
UserName. This option also enables both preferred_username and
email alias to be case insensitive, in addition to the username attribute.
public String toString()
toString in class ObjectObject.toString()public UsernameConfigurationType clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.