com.amazonaws.auth
Interface AWSIdentityProvider

All Known Subinterfaces:
AWSCognitoIdentityProvider
All Known Implementing Classes:
AWSAbstractCognitoIdentityProvider, AWSBasicCognitoIdentityProvider

public interface AWSIdentityProvider

A container of data pertinent to a single provider, and will handle most of the interactions with said provider and the client. Note, this will only implement token and identityId interactions. It should not be used for implementing a custom IdentityProvider. Instead, extend AbstractCognitoIdentityProvider.


Method Summary
 java.lang.String getIdentityId()
          Gets the identityId of the user
 java.lang.String getToken()
          Get the token from the relevant provider
 

Method Detail

getToken

java.lang.String getToken()
Get the token from the relevant provider

Returns:
the token which was retrieved from the provider

getIdentityId

java.lang.String getIdentityId()
Gets the identityId of the user

Returns:
the identityId of the user


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.