Methods Summary |
---|
public void | addAccount(android.accounts.IAccountAuthenticatorResponse response, java.lang.String accountType, java.lang.String authTokenType, java.lang.String[] requiredFeatures, android.os.Bundle options)prompts the user for account information and adds the result to the IAccountManager
|
public void | addAccountFromCredentials(android.accounts.IAccountAuthenticatorResponse response, android.accounts.Account account, android.os.Bundle accountCredentials)Uses the Bundle containing credentials from another instance of the authenticator to create
a copy of the account on this user.
|
public void | confirmCredentials(android.accounts.IAccountAuthenticatorResponse response, android.accounts.Account account, android.os.Bundle options)prompts the user for the credentials of the account
|
public void | editProperties(android.accounts.IAccountAuthenticatorResponse response, java.lang.String accountType)launches an activity that lets the user edit and set the properties for an authenticator
|
public void | getAccountCredentialsForCloning(android.accounts.IAccountAuthenticatorResponse response, android.accounts.Account account)Returns a Bundle containing the required credentials to copy the account across users.
|
public void | getAccountRemovalAllowed(android.accounts.IAccountAuthenticatorResponse response, android.accounts.Account account)Gets whether or not the account is allowed to be removed.
|
public void | getAuthToken(android.accounts.IAccountAuthenticatorResponse response, android.accounts.Account account, java.lang.String authTokenType, android.os.Bundle options)gets the password by either prompting the user or querying the IAccountManager
|
public void | getAuthTokenLabel(android.accounts.IAccountAuthenticatorResponse response, java.lang.String authTokenType)Gets the user-visible label of the given authtoken type.
|
public void | hasFeatures(android.accounts.IAccountAuthenticatorResponse response, android.accounts.Account account, java.lang.String[] features)returns a Bundle where the boolean value BOOLEAN_RESULT_KEY is set if the account has the
specified features
|
public void | updateCredentials(android.accounts.IAccountAuthenticatorResponse response, android.accounts.Account account, java.lang.String authTokenType, android.os.Bundle options)prompts the user for a new password and writes it to the IAccountManager
|