Class Overview
HostAuth class provides credential and server information about the
associated email account.
Note: The abbreviations "eas" or "EAS" refer to Microsoft Exchange ActiveSync.
Summary
[Expand]
Inherited Constants |
From interface
android.os.Parcelable
int |
CONTENTS_FILE_DESCRIPTOR |
|
int |
PARCELABLE_WRITE_RETURN_VALUE |
|
|
Fields |
public
boolean |
acceptAllCertificates |
Flag to notify all certificates are accepted in case of SSL use |
public
String |
address |
The host address |
public
String |
domain |
A domain or path, if required (used in IMAP and Microsoft Exchange ActiveSync) |
public
int |
id |
The Id in the Authentication database |
public
String |
login |
The login (user name) |
public
String |
password |
The password for logging in |
public
int |
port |
The port to use for the connection |
public
String |
protocol |
The protocol (e.g., imap, pop3, eas, smtp) |
public
boolean |
useSSL |
Flag to notify SSL is used |
public
boolean |
useTLS |
Flag to notify TLS is used |
Public Constructors |
|
HostAuth()
Default Constructor
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
From interface
android.os.Parcelable
abstract
int
|
describeContents()
|
abstract
void
|
writeToParcel(Parcel arg0, int arg1)
|
|
Fields
public
boolean
acceptAllCertificates
Since: API level 1
Flag to notify all certificates are accepted in case of SSL use
public
String
address
Since: API level 1
public
String
domain
Since: API level 1
A domain or path, if required (used in IMAP and Microsoft Exchange ActiveSync)
public
int
id
Since: API level 1
The Id in the Authentication database
public
String
login
Since: API level 1
public
String
password
Since: API level 1
The password for logging in
public
int
port
Since: API level 1
The port to use for the connection
public
String
protocol
Since: API level 1
The protocol (e.g., imap, pop3, eas, smtp)
public
boolean
useSSL
Since: API level 1
Flag to notify SSL is used
public
boolean
useTLS
Since: API level 1
Flag to notify TLS is used
Public Constructors