Since: API level 1
public class

HostAuth

extends Object
implements Parcelable
java.lang.Object
   ↳ com.samsung.android.knox.accounts.HostAuth

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.

Since
API level 1
MDM 1.0

Summary

[Expand]
Inherited Constants
From interface android.os.Parcelable
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
From interface android.os.Parcelable

Fields

public boolean acceptAllCertificates

Since: API level 1

Flag to notify all certificates are accepted in case of SSL use

Since
API level 1
MDM 1.0

public String address

Since: API level 1

The host address

Since
API level 1
MDM 1.0

public String domain

Since: API level 1

A domain or path, if required (used in IMAP and Microsoft Exchange ActiveSync)

Since
API level 1
MDM 1.0

public int id

Since: API level 1

The Id in the Authentication database

Since
API level 1
MDM 1.0

public String login

Since: API level 1

The login (user name)

Since
API level 1
MDM 1.0

public String password

Since: API level 1

The password for logging in

Since
API level 1
MDM 1.0

public int port

Since: API level 1

The port to use for the connection

Since
API level 1
MDM 1.0

public String protocol

Since: API level 1

The protocol (e.g., imap, pop3, eas, smtp)

Since
API level 1
MDM 1.0

public boolean useSSL

Since: API level 1

Flag to notify SSL is used

Since
API level 1
MDM 1.0

public boolean useTLS

Since: API level 1

Flag to notify TLS is used

Since
API level 1
MDM 1.0

Public Constructors

public HostAuth ()

Since: API level 1

Default Constructor

Since
API level 1
MDM 1.0