- getBackgroundColor() - Method in class com.amazonaws.mobile.auth.core.signin.ui.buttons.SignInButtonAttributes
-
- getBackgroundColorPressed() - Method in class com.amazonaws.mobile.auth.core.signin.ui.buttons.SignInButtonAttributes
-
- getBottomShadowColor() - Method in class com.amazonaws.mobile.auth.core.signin.ui.buttons.SignInButtonAttributes
-
- getBottomShadowThickness() - Method in class com.amazonaws.mobile.auth.core.signin.ui.buttons.SignInButtonAttributes
-
- getCachedUserID() - Method in class com.amazonaws.mobile.auth.core.IdentityManager
-
Gets the cached unique identifier for the user.
- getCognitoLoginKey() - Method in interface com.amazonaws.mobile.auth.core.IdentityProvider
-
- getConfiguration() - Method in class com.amazonaws.mobile.auth.core.IdentityManager
-
Retrieve the AWSConfiguration object that represents the `awsconfiguration.json`.
- getCornerRadius() - Method in class com.amazonaws.mobile.auth.core.signin.ui.buttons.SignInButtonAttributes
-
- getCredentialsProvider() - Method in class com.amazonaws.mobile.auth.core.IdentityManager
-
Retrieve the reference to AWSCredentialsProvider object.
- getCurrentIdentityProvider() - Method in class com.amazonaws.mobile.auth.core.IdentityManager
-
Gets the current provider.
- getDefaultIdentityManager() - Static method in class com.amazonaws.mobile.auth.core.IdentityManager
-
Return the default instance of the IdentityManager
- getDefaultTextResourceId() - Method in class com.amazonaws.mobile.auth.core.signin.ui.buttons.SignInButtonAttributes
-
- getDisplayName() - Method in interface com.amazonaws.mobile.auth.core.IdentityProvider
-
- getErrorDetails() - Method in class com.amazonaws.mobile.auth.core.StartupAuthResult
-
- getIdentityManager() - Method in class com.amazonaws.mobile.auth.core.StartupAuthResult
-
- getImageIconResourceId() - Method in class com.amazonaws.mobile.auth.core.signin.ui.buttons.SignInButtonAttributes
-
- getInstance() - Static method in class com.amazonaws.mobile.auth.core.signin.SignInManager
-
Gets the singleton instance of this class.
- getInstance(Context) - Static method in class com.amazonaws.mobile.auth.core.signin.SignInManager
-
Gets the singleton instance of this class.
- getOpacity() - Method in class com.amazonaws.mobile.auth.core.signin.ui.BackgroundDrawable
-
- getOpacity() - Method in class com.amazonaws.mobile.auth.core.signin.ui.SplitBackgroundDrawable
-
- getPermissionRequestCode() - Method in interface com.amazonaws.mobile.auth.core.signin.SignInPermissionsHandler
-
- getPreviouslySignedInProvider() - Method in class com.amazonaws.mobile.auth.core.signin.SignInManager
-
Call getPreviouslySignedInProvider to determine if the user was left signed-in when the app
was last running.
- getProvider() - Method in exception com.amazonaws.mobile.auth.core.signin.AuthException
-
- getProviderRefreshException() - Method in class com.amazonaws.mobile.auth.core.StartupAuthErrorDetails
-
- getResultHandler() - Method in class com.amazonaws.mobile.auth.core.signin.SignInManager
-
Retrieve the reference to SignInResultHandler
- getResultsAdapter() - Method in class com.amazonaws.mobile.auth.core.IdentityManager
-
- getRoundedRectangleBackground(int, int) - Static method in class com.amazonaws.mobile.auth.core.signin.ui.DisplayUtils
-
- getRoundedRectangleShape(int) - Static method in class com.amazonaws.mobile.auth.core.signin.ui.DisplayUtils
-
Create a rounded rectangle with a specified corner radius.
- getSignInProviderClasses() - Method in class com.amazonaws.mobile.auth.core.IdentityManager
-
Gets the list of SignInProvider classes
- getTextColor() - Method in class com.amazonaws.mobile.auth.core.signin.ui.buttons.SignInButtonAttributes
-
- getToken() - Method in interface com.amazonaws.mobile.auth.core.IdentityProvider
-
Call getToken to retrieve the access token from successful sign-in with this provider.
- getTopShadowColor() - Method in class com.amazonaws.mobile.auth.core.signin.ui.buttons.SignInButtonAttributes
-
- getTopShadowThickness() - Method in class com.amazonaws.mobile.auth.core.signin.ui.buttons.SignInButtonAttributes
-
- getUnauthenticatedErrorException() - Method in class com.amazonaws.mobile.auth.core.StartupAuthErrorDetails
-
- getUnderlyingProvider() - Method in class com.amazonaws.mobile.auth.core.IdentityManager
-
Retrieve the reference to CognitoCachingCredentialsProvider object.
- getUserID(IdentityHandler) - Method in class com.amazonaws.mobile.auth.core.IdentityManager
-
Gets the user's unique identifier.
- setAlpha(int) - Method in class com.amazonaws.mobile.auth.core.signin.ui.BackgroundDrawable
-
- setAlpha(int) - Method in class com.amazonaws.mobile.auth.core.signin.ui.SplitBackgroundDrawable
-
- setButtonText(String) - Method in class com.amazonaws.mobile.auth.core.signin.ui.buttons.SignInButton
-
Set the button text.
- setButtonText(int) - Method in class com.amazonaws.mobile.auth.core.signin.ui.buttons.SignInButton
-
Set the button text from a resource.
- setColorFilter(ColorFilter) - Method in class com.amazonaws.mobile.auth.core.signin.ui.BackgroundDrawable
-
- setColorFilter(ColorFilter) - Method in class com.amazonaws.mobile.auth.core.signin.ui.SplitBackgroundDrawable
-
- setConfiguration(AWSConfiguration) - Method in class com.amazonaws.mobile.auth.core.IdentityManager
-
Set the AWSConfiguration.
- setDefaultIdentityManager(IdentityManager) - Static method in class com.amazonaws.mobile.auth.core.IdentityManager
-
Set the IdentityManager object passed in as the default instance
- setPersistenceEnabled(boolean) - Method in class com.amazonaws.mobile.auth.core.IdentityManager
-
Set the flag that indicates if persistence is enabled or not.
- setProviderResultsHandler(SignInProviderResultHandler) - Method in class com.amazonaws.mobile.auth.core.IdentityManager
-
Set the results handler that will be used for results when calling federateWithProvider.
- setProviderResultsHandler(Activity, SignInProviderResultHandler) - Method in class com.amazonaws.mobile.auth.core.signin.SignInManager
-
Sets the results handler results from sign-in with a provider.
- setResultHandler(SignInResultHandler) - Method in class com.amazonaws.mobile.auth.core.signin.SignInManager
-
Set the passed in SignInResultHandler
- setSmallStyle(boolean) - Method in class com.amazonaws.mobile.auth.core.signin.ui.buttons.SignInButton
-
Sets the button style to small, where only the icon will be shown.
- setSplitPointDistanceFromTop(int) - Method in class com.amazonaws.mobile.auth.core.signin.ui.SplitBackgroundDrawable
-
- setUpToAuthenticate(Context, SignInResultHandler) - Method in class com.amazonaws.mobile.auth.core.IdentityManager
-
- sign_in_failure_message_format - Static variable in class com.amazonaws.mobile.auth.core.R.string
-
- SignInButton - Static variable in class com.amazonaws.mobile.auth.core.R.styleable
-
Attributes that can be used with a SignInButton.
- SignInButton - Class in com.amazonaws.mobile.auth.core.signin.ui.buttons
-
Base class for Sign in Buttons
- SignInButton(Context, AttributeSet, int, SignInButtonAttributes) - Constructor for class com.amazonaws.mobile.auth.core.signin.ui.buttons.SignInButton
-
- SignInButton_button_style - Static variable in class com.amazonaws.mobile.auth.core.R.styleable
-
- SignInButton_text - Static variable in class com.amazonaws.mobile.auth.core.R.styleable
-
- SignInButtonAttributes - Class in com.amazonaws.mobile.auth.core.signin.ui.buttons
-
Sign-in Button Attributes
- SignInButtonAttributes() - Constructor for class com.amazonaws.mobile.auth.core.signin.ui.buttons.SignInButtonAttributes
-
- SignInManager - Class in com.amazonaws.mobile.auth.core.signin
-
The SignInManager is a singleton component, which orchestrates sign-in and sign-up flows.
- SignInPermissionsHandler - Interface in com.amazonaws.mobile.auth.core.signin
-
Interface for handling permissions
- SignInProvider - Interface in com.amazonaws.mobile.auth.core.signin
-
Each sign-in provider implements this interface, in order to do sign-in button
initialization and to handle activity results that have been passed back to the
app, after a sign-in provider window has been dismissed.
- SignInProviderResultHandler - Interface in com.amazonaws.mobile.auth.core.signin
-
Implement this interface to get callbacks for the results to a sign-in operation.
- SignInResultHandler - Interface in com.amazonaws.mobile.auth.core
-
Interface for handling results from calling IdentityManager's signInOrSignUp().
- SignInStateChangeListener - Interface in com.amazonaws.mobile.auth.core
-
Implement this interface to receive callbacks when the user's sign-in state changes
from signed-in to not signed-in or vice versa.
- signOut() - Method in class com.amazonaws.mobile.auth.core.IdentityManager
-
Sign out of the current identity provider, and clear Cognito credentials.
- signOut() - Method in interface com.amazonaws.mobile.auth.core.IdentityProvider
-
Call signOut to sign out of this provider.
- small - Static variable in class com.amazonaws.mobile.auth.core.R.id
-
- SplitBackgroundDrawable - Class in com.amazonaws.mobile.auth.core.signin.ui
-
Provides drawable for a vertically split background.
- SplitBackgroundDrawable(int) - Constructor for class com.amazonaws.mobile.auth.core.signin.ui.SplitBackgroundDrawable
-
- SplitBackgroundDrawable(int, int) - Constructor for class com.amazonaws.mobile.auth.core.signin.ui.SplitBackgroundDrawable
-
- StartupAuthErrorDetails - Class in com.amazonaws.mobile.auth.core
-
Encapsulates errors that may have happened during doStartupAuth().
- StartupAuthErrorDetails(AuthException, Exception) - Constructor for class com.amazonaws.mobile.auth.core.StartupAuthErrorDetails
-
- StartupAuthResult - Class in com.amazonaws.mobile.auth.core
-
- StartupAuthResult(IdentityManager, StartupAuthErrorDetails) - Constructor for class com.amazonaws.mobile.auth.core.StartupAuthResult
-
- StartupAuthResultHandler - Interface in com.amazonaws.mobile.auth.core
-
- string() - Constructor for class com.amazonaws.mobile.auth.core.R.string
-
- styleable() - Constructor for class com.amazonaws.mobile.auth.core.R.styleable
-