public abstract class AWSAbstractCognitoDeveloperIdentityProvider extends AWSAbstractCognitoIdentityProvider
Constructor and Description |
---|
AWSAbstractCognitoDeveloperIdentityProvider(java.lang.String accountId,
java.lang.String identityPoolId)
Deprecated.
please use AWSAbstractCognitoDeveloperIdentityProvider(String
accountId, String identityPoolId, Regions region) instead
|
AWSAbstractCognitoDeveloperIdentityProvider(java.lang.String accountId,
java.lang.String identityPoolId,
com.amazonaws.services.cognitoidentity.AmazonCognitoIdentity cibClient)
Wraps around the AbstractIdentityProvider to cover some back end code
that is consistent across all providers, utilizing the CIB client to
handle the identity management.
|
AWSAbstractCognitoDeveloperIdentityProvider(java.lang.String accountId,
java.lang.String identityPoolId,
ClientConfiguration clientConfiguration)
Deprecated.
please use AWSAbstractCognitoDeveloperIdentityProvider(String
accountId, String identityPoolId, ClientConfiguration
clientConfiguration, Regions region) instead
|
AWSAbstractCognitoDeveloperIdentityProvider(java.lang.String accountId,
java.lang.String identityPoolId,
ClientConfiguration clientConfiguration,
Regions region)
Wraps around the AbstractIdentityProvider to cover some back end code
that is consistent across all providers, utilizing the CIB client to
handle the identity management.
|
AWSAbstractCognitoDeveloperIdentityProvider(java.lang.String accountId,
java.lang.String identityPoolId,
Regions region)
Wraps around the AbstractIdentityProvider to cover some back end code
that is consistent across all providers, utilizing the CIB client to
handle the identity management.
|
Modifier and Type | Method and Description |
---|---|
abstract java.lang.String |
getProviderName()
Gets a string with the name of the provider being used.
|
clearListeners, getAccountId, getIdentityId, getIdentityPoolId, getLogins, getToken, identityChanged, isAuthenticated, refresh, registerIdentityChangedListener, setLogins, unregisterIdentityChangedListener
@Deprecated public AWSAbstractCognitoDeveloperIdentityProvider(java.lang.String accountId, java.lang.String identityPoolId)
accountId
- the account id of the developeridentityPoolId
- the identity pool id of the app/user in questionpublic AWSAbstractCognitoDeveloperIdentityProvider(java.lang.String accountId, java.lang.String identityPoolId, Regions region)
accountId
- the account id of the developeridentityPoolId
- the identity pool id of the app/user in questionregion
- the region the cib client will use@Deprecated public AWSAbstractCognitoDeveloperIdentityProvider(java.lang.String accountId, java.lang.String identityPoolId, ClientConfiguration clientConfiguration)
accountId
- the account id of the developeridentityPoolId
- the identity pool id of the app/user in questionclientConfiguration
- the configuration to apply to service clients
createdpublic AWSAbstractCognitoDeveloperIdentityProvider(java.lang.String accountId, java.lang.String identityPoolId, ClientConfiguration clientConfiguration, Regions region)
accountId
- the account id of the developeridentityPoolId
- the identity pool id of the app/user in questionclientConfiguration
- the configuration to apply to service clients
createdregion
- the region the cib client will usepublic AWSAbstractCognitoDeveloperIdentityProvider(java.lang.String accountId, java.lang.String identityPoolId, com.amazonaws.services.cognitoidentity.AmazonCognitoIdentity cibClient)
accountId
- the account id of the developeridentityPoolId
- the identity pool id of the app/user in questioncibClient
- the cib client which will be used to contact the cib
back endpublic abstract java.lang.String getProviderName()
AWSAbstractCognitoIdentityProvider
getProviderName
in class AWSAbstractCognitoIdentityProvider
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.