Class EditActiveDirectorySettingsJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.EditActiveDirectorySettingsJson
- All Implemented Interfaces:
Serializable
public class EditActiveDirectorySettingsJson extends BaseJson
Used when editing the Active Directory settings for and organization
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description EditActiveDirectorySettingsJson()
-
Method Summary
Modifier and Type Method Description String
getBaseDN()
The base DN (part of the subtree of the active directory domain) we wish to integrateString
getPassword()
Password to authenticate withInteger
getPort()
The IP port to useSet<String>
getServerAddresses()
DNS address or IP address to the server of the active directoryString
getUsername()
Username to authenticate withString
getUuid()
Set<String>
getWatchdoxDomainPermittedToActiveDirectory()
List of domains which their users can query the active directoryboolean
isGlobalCatalog()
True if this is a global catalog server, false if notvoid
setBaseDN(String baseDN)
The base DN (part of the subtree of the active directory domain) we wish to integratevoid
setGlobalCatalog(boolean globalCatalog)
True if this is a global catalog server, false if notvoid
setPassword(String password)
Password to authenticate withvoid
setPort(Integer port)
The IP port to usevoid
setServerAddresses(Set<String> serverAddresses)
DNS address or IP address to the server of the active directoryvoid
setUsername(String username)
Username to authenticate withvoid
setUuid(String uuid)
void
setWatchdoxDomainPermittedToActiveDirectory(Set<String> watchdoxDomainPermittedToActiveDirectory)
List of domains which their users can query the active directoryMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
EditActiveDirectorySettingsJson
public EditActiveDirectorySettingsJson()
-
-
Method Details
-
getServerAddresses
DNS address or IP address to the server of the active directory- Returns:
- DNS address or IP address to the server of the active directory
-
setServerAddresses
DNS address or IP address to the server of the active directory- Parameters:
serverAddresses
- DNS address or IP address to the server of the active directory
-
getPassword
Password to authenticate with- Returns:
- Password to authenticate with
-
setPassword
Password to authenticate with- Parameters:
password
- Password to authenticate with
-
isGlobalCatalog
public boolean isGlobalCatalog()True if this is a global catalog server, false if not- Returns:
- True if this is a global catalog server, false if not
-
setGlobalCatalog
public void setGlobalCatalog(boolean globalCatalog)True if this is a global catalog server, false if not- Parameters:
globalCatalog
- True if this is a global catalog server, false if not
-
getPort
The IP port to use- Returns:
- The IP port to use
-
setPort
The IP port to use- Parameters:
port
- The IP port to use
-
getWatchdoxDomainPermittedToActiveDirectory
List of domains which their users can query the active directory- Returns:
- List of domains which their users can query the active directory
-
setWatchdoxDomainPermittedToActiveDirectory
public void setWatchdoxDomainPermittedToActiveDirectory(Set<String> watchdoxDomainPermittedToActiveDirectory)List of domains which their users can query the active directory- Parameters:
watchdoxDomainPermittedToActiveDirectory
- List of domains which their users can query the active directory
-
getBaseDN
The base DN (part of the subtree of the active directory domain) we wish to integrate- Returns:
- The base DN (part of the subtree of the active directory domain) we wish to integrate
-
setBaseDN
The base DN (part of the subtree of the active directory domain) we wish to integrate- Parameters:
baseDN
- The base DN (part of the subtree of the active directory domain) we wish to integrate
-
getUuid
-
setUuid
-
getUsername
Username to authenticate with- Returns:
- Username to authenticate with
-
setUsername
Username to authenticate with- Parameters:
username
- Username to authenticate with
-