|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.auth.AWSAbstractCognitoIdentityProvider
com.amazonaws.auth.AWSAbstractCognitoDeveloperIdentityProvider
public abstract class AWSAbstractCognitoDeveloperIdentityProvider
An extension of the AbstractCognitoProvider that provides a class which developers can extend for implementing a developer provider, when using developer authenticated identities
Constructor Summary | |
---|---|
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. |
Method Summary | |
---|---|
abstract java.lang.String |
getProviderName()
Gets a string with the name of the provider being used. |
Methods inherited from class com.amazonaws.auth.AWSAbstractCognitoIdentityProvider |
---|
clearListeners, getAccountId, getIdentityId, getIdentityPoolId, getLogins, getToken, identityChanged, isAuthenticated, refresh, registerIdentityChangedListener, setLogins, unregisterIdentityChangedListener |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
@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 endMethod Detail |
---|
public abstract java.lang.String getProviderName()
AWSAbstractCognitoIdentityProvider
getProviderName
in class AWSAbstractCognitoIdentityProvider
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |