Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
ActiveDirectorySettings
The details of an Active Directory connection when listing the details for an organization
Parameters
Name Type Description

baseDN

String

The base DN (part of the subtree of the active directory domain) we wish to integrate

isEnabled

boolean

Indicates if this connection is eneabled

isGlobalCatalog

boolean

Indicates if this server is a global catalog server

port

Integer

The IP port to connect to

serverAddresses

List(String)

Not null
Default value: new ArrayList<>()

DNS address or IP address to the server of the Active Directory

username

String

The username to use

uuid

String

UUID of the connection

watchdoxDomainPermittedToActiveDirectory

Set(String)

Not null
Default value: new HashSet<>()

List of domains which their users can query the Active Directory

Json Format
{
uuid: String,
watchdoxDomainPermittedToActiveDirectory: Set(String),
serverAddresses: List(String),
baseDN: String,
username: String,
port: Integer,
isEnabled: Boolean,
isGlobalCatalog: Boolean
}