public class GetOpenIdTokenForDeveloperIdentityRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Input to the GetOpenIdTokenForDeveloperIdentity
action.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
identityId
A unique identifier in the format REGION:GUID.
|
private java.lang.String |
identityPoolId
An identity pool ID in the format REGION:GUID.
|
private java.util.Map<java.lang.String,java.lang.String> |
logins
A set of optional name-value pairs that map provider names to provider
tokens.
|
private java.lang.Long |
tokenDuration
The expiration time of the token, in seconds.
|
NOOP
Constructor and Description |
---|
GetOpenIdTokenForDeveloperIdentityRequest() |
Modifier and Type | Method and Description |
---|---|
GetOpenIdTokenForDeveloperIdentityRequest |
addLoginsEntry(java.lang.String key,
java.lang.String value) |
GetOpenIdTokenForDeveloperIdentityRequest |
clearLoginsEntries()
Removes all the entries added into Logins.
|
GetOpenIdTokenForDeveloperIdentityRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getIdentityId()
A unique identifier in the format REGION:GUID.
|
java.lang.String |
getIdentityPoolId()
An identity pool ID in the format REGION:GUID.
|
java.util.Map<java.lang.String,java.lang.String> |
getLogins()
A set of optional name-value pairs that map provider names to provider
tokens.
|
java.lang.Long |
getTokenDuration()
The expiration time of the token, in seconds.
|
int |
hashCode() |
void |
setIdentityId(java.lang.String identityId)
A unique identifier in the format REGION:GUID.
|
void |
setIdentityPoolId(java.lang.String identityPoolId)
An identity pool ID in the format REGION:GUID.
|
void |
setLogins(java.util.Map<java.lang.String,java.lang.String> logins)
A set of optional name-value pairs that map provider names to provider
tokens.
|
void |
setTokenDuration(java.lang.Long tokenDuration)
The expiration time of the token, in seconds.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetOpenIdTokenForDeveloperIdentityRequest |
withIdentityId(java.lang.String identityId)
A unique identifier in the format REGION:GUID.
|
GetOpenIdTokenForDeveloperIdentityRequest |
withIdentityPoolId(java.lang.String identityPoolId)
An identity pool ID in the format REGION:GUID.
|
GetOpenIdTokenForDeveloperIdentityRequest |
withLogins(java.util.Map<java.lang.String,java.lang.String> logins)
A set of optional name-value pairs that map provider names to provider
tokens.
|
GetOpenIdTokenForDeveloperIdentityRequest |
withTokenDuration(java.lang.Long tokenDuration)
The expiration time of the token, in seconds.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String identityPoolId
An identity pool ID in the format REGION:GUID.
private java.lang.String identityId
A unique identifier in the format REGION:GUID.
private java.util.Map<java.lang.String,java.lang.String> logins
A set of optional name-value pairs that map provider names to provider
tokens. Each name-value pair represents a user from a public provider or
developer provider. If the user is from a developer provider, the
name-value pair will follow the syntax
"developer_provider_name": "developer_user_identifier"
. The
developer provider is the "domain" by which Cognito will refer to your
users; you provided this domain while creating/updating the identity
pool. The developer user identifier is an identifier from your backend
that uniquely identifies a user. When you create an identity pool, you
can specify the supported logins.
private java.lang.Long tokenDuration
The expiration time of the token, in seconds. You can specify a custom expiration time for the token so that you can cache it. If you don't provide an expiration time, the token is valid for 15 minutes. You can exchange the token with Amazon STS for temporary AWS credentials, which are valid for a maximum of one hour. The maximum token duration you can set is 24 hours. You should take care in setting the expiration time for a token, as there are significant security implications: an attacker could use a leaked token to access your AWS resources for the token's duration.
public GetOpenIdTokenForDeveloperIdentityRequest()
public void setIdentityPoolId(java.lang.String identityPoolId)
An identity pool ID in the format REGION:GUID.
identityPoolId
- An identity pool ID in the format REGION:GUID.public java.lang.String getIdentityPoolId()
An identity pool ID in the format REGION:GUID.
public GetOpenIdTokenForDeveloperIdentityRequest withIdentityPoolId(java.lang.String identityPoolId)
An identity pool ID in the format REGION:GUID.
identityPoolId
- An identity pool ID in the format REGION:GUID.public void setIdentityId(java.lang.String identityId)
A unique identifier in the format REGION:GUID.
identityId
- A unique identifier in the format REGION:GUID.public java.lang.String getIdentityId()
A unique identifier in the format REGION:GUID.
public GetOpenIdTokenForDeveloperIdentityRequest withIdentityId(java.lang.String identityId)
A unique identifier in the format REGION:GUID.
identityId
- A unique identifier in the format REGION:GUID.public java.util.Map<java.lang.String,java.lang.String> getLogins()
A set of optional name-value pairs that map provider names to provider
tokens. Each name-value pair represents a user from a public provider or
developer provider. If the user is from a developer provider, the
name-value pair will follow the syntax
"developer_provider_name": "developer_user_identifier"
. The
developer provider is the "domain" by which Cognito will refer to your
users; you provided this domain while creating/updating the identity
pool. The developer user identifier is an identifier from your backend
that uniquely identifies a user. When you create an identity pool, you
can specify the supported logins.
"developer_provider_name": "developer_user_identifier"
. The developer provider is the "domain" by which Cognito will
refer to your users; you provided this domain while
creating/updating the identity pool. The developer user
identifier is an identifier from your backend that uniquely
identifies a user. When you create an identity pool, you can
specify the supported logins.public void setLogins(java.util.Map<java.lang.String,java.lang.String> logins)
A set of optional name-value pairs that map provider names to provider
tokens. Each name-value pair represents a user from a public provider or
developer provider. If the user is from a developer provider, the
name-value pair will follow the syntax
"developer_provider_name": "developer_user_identifier"
. The
developer provider is the "domain" by which Cognito will refer to your
users; you provided this domain while creating/updating the identity
pool. The developer user identifier is an identifier from your backend
that uniquely identifies a user. When you create an identity pool, you
can specify the supported logins.
logins
- A set of optional name-value pairs that map provider names to
provider tokens. Each name-value pair represents a user from a
public provider or developer provider. If the user is from a
developer provider, the name-value pair will follow the syntax
"developer_provider_name": "developer_user_identifier"
. The developer provider is the "domain" by which Cognito will
refer to your users; you provided this domain while
creating/updating the identity pool. The developer user identifier
is an identifier from your backend that uniquely identifies a
user. When you create an identity pool, you can specify the
supported logins.public GetOpenIdTokenForDeveloperIdentityRequest withLogins(java.util.Map<java.lang.String,java.lang.String> logins)
A set of optional name-value pairs that map provider names to provider
tokens. Each name-value pair represents a user from a public provider or
developer provider. If the user is from a developer provider, the
name-value pair will follow the syntax
"developer_provider_name": "developer_user_identifier"
. The
developer provider is the "domain" by which Cognito will refer to your
users; you provided this domain while creating/updating the identity
pool. The developer user identifier is an identifier from your backend
that uniquely identifies a user. When you create an identity pool, you
can specify the supported logins.
logins
- A set of optional name-value pairs that map provider names to
provider tokens. Each name-value pair represents a user from a
public provider or developer provider. If the user is from a
developer provider, the name-value pair will follow the syntax
"developer_provider_name": "developer_user_identifier"
. The developer provider is the "domain" by which Cognito will
refer to your users; you provided this domain while
creating/updating the identity pool. The developer user identifier
is an identifier from your backend that uniquely identifies a
user. When you create an identity pool, you can specify the
supported logins.public GetOpenIdTokenForDeveloperIdentityRequest addLoginsEntry(java.lang.String key, java.lang.String value)
public GetOpenIdTokenForDeveloperIdentityRequest clearLoginsEntries()
public void setTokenDuration(java.lang.Long tokenDuration)
The expiration time of the token, in seconds. You can specify a custom expiration time for the token so that you can cache it. If you don't provide an expiration time, the token is valid for 15 minutes. You can exchange the token with Amazon STS for temporary AWS credentials, which are valid for a maximum of one hour. The maximum token duration you can set is 24 hours. You should take care in setting the expiration time for a token, as there are significant security implications: an attacker could use a leaked token to access your AWS resources for the token's duration.
tokenDuration
- The expiration time of the token, in seconds. You can specify a
custom expiration time for the token so that you can cache it. If
you don't provide an expiration time, the token is valid for 15
minutes. You can exchange the token with Amazon STS for temporary
AWS credentials, which are valid for a maximum of one hour. The
maximum token duration you can set is 24 hours. You should take
care in setting the expiration time for a token, as there are
significant security implications: an attacker could use a leaked
token to access your AWS resources for the token's duration.public java.lang.Long getTokenDuration()
The expiration time of the token, in seconds. You can specify a custom expiration time for the token so that you can cache it. If you don't provide an expiration time, the token is valid for 15 minutes. You can exchange the token with Amazon STS for temporary AWS credentials, which are valid for a maximum of one hour. The maximum token duration you can set is 24 hours. You should take care in setting the expiration time for a token, as there are significant security implications: an attacker could use a leaked token to access your AWS resources for the token's duration.
public GetOpenIdTokenForDeveloperIdentityRequest withTokenDuration(java.lang.Long tokenDuration)
The expiration time of the token, in seconds. You can specify a custom expiration time for the token so that you can cache it. If you don't provide an expiration time, the token is valid for 15 minutes. You can exchange the token with Amazon STS for temporary AWS credentials, which are valid for a maximum of one hour. The maximum token duration you can set is 24 hours. You should take care in setting the expiration time for a token, as there are significant security implications: an attacker could use a leaked token to access your AWS resources for the token's duration.
tokenDuration
- The expiration time of the token, in seconds. You can specify a
custom expiration time for the token so that you can cache it. If
you don't provide an expiration time, the token is valid for 15
minutes. You can exchange the token with Amazon STS for temporary
AWS credentials, which are valid for a maximum of one hour. The
maximum token duration you can set is 24 hours. You should take
care in setting the expiration time for a token, as there are
significant security implications: an attacker could use a leaked
token to access your AWS resources for the token's duration.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public GetOpenIdTokenForDeveloperIdentityRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()