Since: API level 6
public class

LDAPAccount

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

Class Overview

This class contains all the information for specifying Lightweight Directory Access Protocol (LDAP) account settings.

Since
API level 6
MDM 4.0

Summary

[Expand]
Inherited Constants
From interface android.os.Parcelable
Fields
public String baseDN LDAP directory tree-level distinguished name
public String host LDAP server URL
public long id Unique LDAP account Id
public boolean isAnonymous Anonymous user
public boolean isSSL Use SSL
public String password LDAP account password
public int port LDAP server port number
public String userName LDAP account user name
Public Constructors
LDAPAccount()
Default Constructor
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.os.Parcelable

Fields

public String baseDN

Since: API level 6

LDAP directory tree-level distinguished name

Since
API level 6
MDM 4.0

public String host

Since: API level 6

LDAP server URL

Since
API level 6
MDM 4.0

public long id

Since: API level 6

Unique LDAP account Id

Since
API level 6
MDM 4.0

public boolean isAnonymous

Since: API level 6

Anonymous user

Since
API level 6
MDM 4.0

public boolean isSSL

Since: API level 6

Use SSL

Since
API level 6
MDM 4.0

public String password

Since: API level 6

LDAP account password

Since
API level 6
MDM 4.0

public int port

Since: API level 6

LDAP server port number

Since
API level 6
MDM 4.0

public String userName

Since: API level 6

LDAP account user name

Since
API level 6
MDM 4.0

Public Constructors

public LDAPAccount ()

Since: API level 6

Default Constructor

Since
API level 6
MDM 4.0