Package | Description |
---|---|
org.exoplatform.accountswitcher | |
org.exoplatform.model | |
org.exoplatform.shareextension | |
org.exoplatform.singleton | |
org.exoplatform.ui.setting | |
org.exoplatform.utils |
Modifier and Type | Method and Description |
---|---|
void |
SignInFragment.onAccountInvalid(ExoAccount account) |
void |
AccountSwitcherFragment.onAccountInvalid(ExoAccount account) |
void |
AccountSwitcherProxy.AccountSwitcherListener.onAccountInvalid(ExoAccount account)
Called when the account doesn't contain a URL.
|
void |
SignInFragment.onMissingPassword(ExoAccount account) |
void |
AccountSwitcherFragment.onMissingPassword(ExoAccount account) |
void |
AccountSwitcherProxy.AccountSwitcherListener.onMissingPassword(ExoAccount account)
Called when the switcher proxy detected that the password was missing
for the account
|
void |
AccountSwitcherProxy.switchToAccount(ExoAccount account)
Sign out the current account and sign in with the given account.
If the password is unknown, a dialog will open to let the user type it. |
Constructor and Description |
---|
SignInFragment(ExoAccount account) |
Modifier and Type | Field and Description |
---|---|
ExoAccount |
SocialPostInfo.ownerAccount |
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<ExoAccount> |
ExoAccount.CREATOR |
Modifier and Type | Method and Description |
---|---|
ExoAccount |
ExoAccount.clone()
clones this instance
|
Modifier and Type | Method and Description |
---|---|
void |
ShareActivity.onAccountSelected(ExoAccount account) |
Modifier and Type | Method and Description |
---|---|
void |
AccountsFragment.setAccountList(List<ExoAccount> list) |
Modifier and Type | Method and Description |
---|---|
ExoAccount |
AccountSetting.getCurrentAccount() |
Modifier and Type | Method and Description |
---|---|
ArrayList<ExoAccount> |
ServerSettingHelper.getServerInfoList(android.content.Context context)
Returns the list of server objects configured in the app.
If the property has not yet been set, the list is retrieved from storage lazily. |
Modifier and Type | Method and Description |
---|---|
void |
AccountSetting.setCurrentAccount(ExoAccount acc) |
Modifier and Type | Method and Description |
---|---|
void |
ServerSettingHelper.setServerInfoList(ArrayList<ExoAccount> list) |
Modifier and Type | Method and Description |
---|---|
void |
SettingActivity.updateAccountInList(ExoAccount account) |
Modifier and Type | Method and Description |
---|---|
static ArrayList<ExoAccount> |
ServerConfigurationUtils.getServerListFromFile(android.content.Context context,
String fileName)
Retrieve server list from XML config file
|
static ArrayList<ExoAccount> |
ServerConfigurationUtils.getServerListFromOldConfigFile(String fileName)
Retrieve server list from XML config file
|
Modifier and Type | Method and Description |
---|---|
static boolean |
ServerConfigurationUtils.generateXmlFileWithServerList(android.content.Context context,
ArrayList<ExoAccount> objList,
String fileName,
String appVersion)
Create XML config file from server list
|
Copyright © 2003–2016 eXo Platform SAS. All rights reserved.