Class ActiveDirectorySettingsJson

java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.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 Details

  • Method Details

    • 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