Class ActiveDirectorySettingsJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.json.ActiveDirectorySettingsJson
-
- All Implemented Interfaces:
Serializable
public class ActiveDirectorySettingsJson extends BaseJson
The details of an Active Directory connection when listing the details for an organization- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ActiveDirectorySettingsJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getBaseDN()
The base DN (part of the subtree of the active directory domain) we wish to integrateInteger
getPort()
The IP port to connect toList<String>
getServerAddresses()
DNS address or IP address to the server of the Active DirectoryString
getUsername()
The username to useString
getUuid()
UUID of the connectionSet<String>
getWatchdoxDomainPermittedToActiveDirectory()
List of domains which their users can query the Active Directoryboolean
isEnabled()
Deprecated.boolean
isGlobalCatalog()
Deprecated.boolean
isIsEnabled()
Indicates if this connection is eneabledboolean
isIsGlobalCatalog()
Indicates if this server is a global catalog servervoid
setBaseDN(String baseDN)
The base DN (part of the subtree of the active directory domain) we wish to integratevoid
setEnabled(boolean isEnabled)
Deprecated.void
setGlobalCatalog(boolean isGlobalCatalog)
Deprecated.void
setIsEnabled(boolean isEnabled)
Indicates if this connection is eneabledvoid
setIsGlobalCatalog(boolean isGlobalCatalog)
Indicates if this server is a global catalog servervoid
setPort(Integer port)
The IP port to connect tovoid
setServerAddresses(List<String> serverAddresses)
DNS address or IP address to the server of the Active Directoryvoid
setUsername(String username)
The username to usevoid
setUuid(String uuid)
UUID of the connectionvoid
setWatchdoxDomainPermittedToActiveDirectory(Set<String> watchdoxDomainPermittedToActiveDirectory)
List of domains which their users can query the Active Directory-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getServerAddresses
public List<String> 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
public void setServerAddresses(List<String> serverAddresses)
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
-
getPort
public Integer getPort()
The IP port to connect to- Returns:
- The IP port to connect to
-
setPort
public void setPort(Integer port)
The IP port to connect to- Parameters:
port
- The IP port to connect to
-
isIsEnabled
public boolean isIsEnabled()
Indicates if this connection is eneabled- Returns:
- Indicates if this connection is eneabled
-
isEnabled
@Deprecated public boolean isEnabled()
Deprecated.Indicates if this connection is eneabled- Returns:
- Indicates if this connection is eneabled
-
setIsEnabled
public void setIsEnabled(boolean isEnabled)
Indicates if this connection is eneabled- Parameters:
isEnabled
- Indicates if this connection is eneabled
-
setEnabled
@Deprecated public void setEnabled(boolean isEnabled)
Deprecated.Indicates if this connection is eneabled- Parameters:
isEnabled
- Indicates if this connection is eneabled
-
getWatchdoxDomainPermittedToActiveDirectory
public Set<String> 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
-
isIsGlobalCatalog
public boolean isIsGlobalCatalog()
Indicates if this server is a global catalog server- Returns:
- Indicates if this server is a global catalog server
-
isGlobalCatalog
@Deprecated public boolean isGlobalCatalog()
Deprecated.Indicates if this server is a global catalog server- Returns:
- Indicates if this server is a global catalog server
-
setIsGlobalCatalog
public void setIsGlobalCatalog(boolean isGlobalCatalog)
Indicates if this server is a global catalog server- Parameters:
isGlobalCatalog
- Indicates if this server is a global catalog server
-
setGlobalCatalog
@Deprecated public void setGlobalCatalog(boolean isGlobalCatalog)
Deprecated.Indicates if this server is a global catalog server- Parameters:
isGlobalCatalog
- Indicates if this server is a global catalog server
-
getBaseDN
public String 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
public void setBaseDN(String baseDN)
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
public String getUuid()
UUID of the connection- Returns:
- UUID of the connection
-
setUuid
public void setUuid(String uuid)
UUID of the connection- Parameters:
uuid
- UUID of the connection
-
getUsername
public String getUsername()
The username to use- Returns:
- The username to use
-
setUsername
public void setUsername(String username)
The username to use- Parameters:
username
- The username to use
-
-