public abstract class AbstractAccountAuthenticator extends Object
| Constructor and Description |
|---|
AbstractAccountAuthenticator(Context context) |
| Modifier and Type | Method and Description |
|---|---|
abstract Bundle |
addAccount(AccountAuthenticatorResponse response,
String accountType,
String authTokenType,
String[] requiredFeatures,
Bundle options) |
abstract Bundle |
confirmCredentials(AccountAuthenticatorResponse response,
Account account,
Bundle options) |
abstract Bundle |
editProperties(AccountAuthenticatorResponse response,
String accountType) |
Bundle |
getAccountRemovalAllowed(AccountAuthenticatorResponse response,
Account account) |
abstract Bundle |
getAuthToken(AccountAuthenticatorResponse response,
Account account,
String authTokenType,
Bundle options) |
abstract String |
getAuthTokenLabel(String authTokenType) |
IBinder |
getIBinder() |
abstract Bundle |
hasFeatures(AccountAuthenticatorResponse response,
Account account,
String[] features) |
abstract Bundle |
updateCredentials(AccountAuthenticatorResponse response,
Account account,
String authTokenType,
Bundle options) |
public AbstractAccountAuthenticator(Context context)
public final IBinder getIBinder()
public abstract Bundle editProperties(AccountAuthenticatorResponse response, String accountType)
public abstract Bundle addAccount(AccountAuthenticatorResponse response, String accountType, String authTokenType, String[] requiredFeatures, Bundle options) throws NetworkErrorException
NetworkErrorExceptionpublic abstract Bundle confirmCredentials(AccountAuthenticatorResponse response, Account account, Bundle options) throws NetworkErrorException
NetworkErrorExceptionpublic abstract Bundle getAuthToken(AccountAuthenticatorResponse response, Account account, String authTokenType, Bundle options) throws NetworkErrorException
NetworkErrorExceptionpublic abstract Bundle updateCredentials(AccountAuthenticatorResponse response, Account account, String authTokenType, Bundle options) throws NetworkErrorException
NetworkErrorExceptionpublic abstract Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, String[] features) throws NetworkErrorException
NetworkErrorExceptionpublic Bundle getAccountRemovalAllowed(AccountAuthenticatorResponse response, Account account) throws NetworkErrorException
NetworkErrorExceptionCopyright © 2008-2013. All Rights Reserved.