public class UsernameConfigurationType extends Object implements Serializable
The username configuration type.
| Constructor and Description |
|---|
UsernameConfigurationType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Boolean |
getCaseSensitive()
Specifies whether username case sensitivity will be applied for all users
in the user pool through Cognito APIs.
|
int |
hashCode() |
Boolean |
isCaseSensitive()
Specifies whether username case sensitivity will be applied for all users
in the user pool through Cognito APIs.
|
void |
setCaseSensitive(Boolean caseSensitive)
Specifies whether username case sensitivity will be applied for all users
in the user pool through Cognito APIs.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UsernameConfigurationType |
withCaseSensitive(Boolean caseSensitive)
Specifies whether username case sensitivity will be applied for all users
in the user pool through Cognito APIs.
|
public Boolean isCaseSensitive()
Specifies whether username case sensitivity will be applied for all users in the user pool through Cognito APIs.
Valid values include:
True : 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. For example,
“UserName”. This is the default value.
False : Enables case insensitivity for all username
input. For example, when this option is set to False, users
will be able to sign in using either "username" or "Username". This
option also enables both preferred_username and
email alias to be case insensitive, in addition to the
username attribute.
Specifies whether username case sensitivity will be applied for all users in the user pool through Cognito APIs.
Valid values include:
True : 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. For example, “UserName”. This is the default value.
False : Enables case insensitivity for all
username input. For example, when this option is set to
False, users will be able to sign in using either
"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 username case sensitivity will be applied for all users in the user pool through Cognito APIs.
Valid values include:
True : 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. For example,
“UserName”. This is the default value.
False : Enables case insensitivity for all username
input. For example, when this option is set to False, users
will be able to sign in using either "username" or "Username". This
option also enables both preferred_username and
email alias to be case insensitive, in addition to the
username attribute.
Specifies whether username case sensitivity will be applied for all users in the user pool through Cognito APIs.
Valid values include:
True : 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. For example, “UserName”. This is the default value.
False : Enables case insensitivity for all
username input. For example, when this option is set to
False, users will be able to sign in using either
"username" or "Username". This option also enables both
preferred_username and email alias to
be case insensitive, in addition to the username
attribute.
public void setCaseSensitive(Boolean caseSensitive)
Specifies whether username case sensitivity will be applied for all users in the user pool through Cognito APIs.
Valid values include:
True : 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. For example,
“UserName”. This is the default value.
False : Enables case insensitivity for all username
input. For example, when this option is set to False, users
will be able to sign in using either "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 username case sensitivity will be applied for all users in the user pool through Cognito APIs.
Valid values include:
True : 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. For example, “UserName”. This is the default
value.
False : Enables case insensitivity for
all username input. For example, when this option is set to
False, users will be able to sign in using either
"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 username case sensitivity will be applied for all users in the user pool through Cognito APIs.
Valid values include:
True : 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. For example,
“UserName”. This is the default value.
False : Enables case insensitivity for all username
input. For example, when this option is set to False, users
will be able to sign in using either "username" or "Username". This
option also enables both preferred_username and
email alias to be case insensitive, in addition to the
username attribute.
Returns a reference to this object so that method calls can be chained together.
caseSensitive - Specifies whether username case sensitivity will be applied for all users in the user pool through Cognito APIs.
Valid values include:
True : 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. For example, “UserName”. This is the default
value.
False : Enables case insensitivity for
all username input. For example, when this option is set to
False, users will be able to sign in using either
"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()Copyright © 2020. All rights reserved.