public class ExoAccount extends Object implements android.os.Parcelable
Modifier and Type | Field and Description |
---|---|
String |
accountName
Describe the server; if nothing specified, use authority of url
|
String |
avatarUrl |
static android.os.Parcelable.Creator<ExoAccount> |
CREATOR |
boolean |
isAutoLoginEnabled
Whether autologin is enabled
|
boolean |
isRememberEnabled
Whether remember me is enabled on this credential by default remember me
is set to true
|
long |
lastLoginDate |
String |
password
unencrypted password
|
String |
serverUrl
url of server, contains the protocol (http:// )
|
String |
userFullName |
String |
username
username
|
Constructor and Description |
---|
ExoAccount() |
Modifier and Type | Method and Description |
---|---|
ExoAccount |
clone()
clones this instance
|
int |
describeContents() |
boolean |
equals(Object obj)
Compares this ServerObjInfo with the one given.
Returns true if server name and server URL and username are identical. |
int |
hashCode() |
String |
toString() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public String accountName
public String serverUrl
public String username
public String password
public String avatarUrl
public String userFullName
public long lastLoginDate
public boolean isRememberEnabled
public boolean isAutoLoginEnabled
public static final android.os.Parcelable.Creator<ExoAccount> CREATOR
public int describeContents()
describeContents
in interface android.os.Parcelable
public void writeToParcel(android.os.Parcel dest, int flags)
writeToParcel
in interface android.os.Parcelable
public boolean equals(Object obj)
public ExoAccount clone()
Copyright © 2003–2016 eXo Platform SAS. All rights reserved.