@Generated(value="software.amazon.awssdk:codegen") public final class GetOpenIdTokenForDeveloperIdentityRequest extends CognitoIdentityRequest implements ToCopyableBuilder<GetOpenIdTokenForDeveloperIdentityRequest.Builder,GetOpenIdTokenForDeveloperIdentityRequest>
Input to the GetOpenIdTokenForDeveloperIdentity action.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetOpenIdTokenForDeveloperIdentityRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetOpenIdTokenForDeveloperIdentityRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasLogins()
For responses, this returns true if the service returned a value for the Logins property.
|
boolean |
hasPrincipalTags()
For responses, this returns true if the service returned a value for the PrincipalTags property.
|
String |
identityId()
A unique identifier in the format REGION:GUID.
|
String |
identityPoolId()
An identity pool ID in the format REGION:GUID.
|
Map<String,String> |
logins()
A set of optional name-value pairs that map provider names to provider tokens.
|
Map<String,String> |
principalTags()
Use this operation to configure attribute mappings for custom providers.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetOpenIdTokenForDeveloperIdentityRequest.Builder> |
serializableBuilderClass() |
GetOpenIdTokenForDeveloperIdentityRequest.Builder |
toBuilder() |
Long |
tokenDuration()
The expiration time of the token, in seconds.
|
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String identityPoolId()
An identity pool ID in the format REGION:GUID.
public final String identityId()
A unique identifier in the format REGION:GUID.
public final boolean hasLogins()
isEmpty() method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.public final Map<String,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.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasLogins() method.
"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 final boolean hasPrincipalTags()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final Map<String,String> principalTags()
Use this operation to configure attribute mappings for custom providers.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasPrincipalTags() method.
public final 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.
Please provide for a small grace period, usually no more than 5 minutes, to account for clock skew.
Please provide for a small grace period, usually no more than 5 minutes, to account for clock skew.
public GetOpenIdTokenForDeveloperIdentityRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetOpenIdTokenForDeveloperIdentityRequest.Builder,GetOpenIdTokenForDeveloperIdentityRequest>toBuilder in class CognitoIdentityRequestpublic static GetOpenIdTokenForDeveloperIdentityRequest.Builder builder()
public static Class<? extends GetOpenIdTokenForDeveloperIdentityRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.