public class ActiveDirectorySettingsJson extends BaseJson
Constructor and Description |
---|
ActiveDirectorySettingsJson() |
Modifier and Type | Method and Description |
---|---|
String |
getBaseDN()
The base DN (part of the subtree of the active directory domain) we
wish to integrate
|
Integer |
getPort()
The IP port to connect to
|
List<String> |
getServerAddresses()
DNS address or IP address to the server of the Active Directory
|
String |
getUsername()
The username to use
|
String |
getUuid()
UUID of the connection
|
Set<String> |
getWatchdoxDomainPermittedToActiveDirectory()
List of domains which their users can query the Active Directory
|
boolean |
isEnabled()
Deprecated.
|
boolean |
isGlobalCatalog()
Deprecated.
|
boolean |
isIsEnabled()
Indicates if this connection is eneabled
|
boolean |
isIsGlobalCatalog()
Indicates if this server is a global catalog server
|
void |
setBaseDN(String baseDN)
The base DN (part of the subtree of the active directory domain) we
wish to integrate
|
void |
setEnabled(boolean isEnabled)
Deprecated.
|
void |
setGlobalCatalog(boolean isGlobalCatalog)
Deprecated.
|
void |
setIsEnabled(boolean isEnabled)
Indicates if this connection is eneabled
|
void |
setIsGlobalCatalog(boolean isGlobalCatalog)
Indicates if this server is a global catalog server
|
void |
setPort(Integer port)
The IP port to connect to
|
void |
setServerAddresses(List<String> serverAddresses)
DNS address or IP address to the server of the Active Directory
|
void |
setUsername(String username)
The username to use
|
void |
setUuid(String uuid)
UUID of the connection
|
void |
setWatchdoxDomainPermittedToActiveDirectory(Set<String> watchdoxDomainPermittedToActiveDirectory)
List of domains which their users can query the Active Directory
|
getObjType, setObjType, toString
public List<String> getServerAddresses()
public void setServerAddresses(List<String> serverAddresses)
serverAddresses
- DNS address or IP address to the server of the
Active Directorypublic Integer getPort()
public void setPort(Integer port)
port
- The IP port to connect topublic boolean isIsEnabled()
@Deprecated public boolean isEnabled()
public void setIsEnabled(boolean isEnabled)
isEnabled
- Indicates if this connection is eneabled@Deprecated public void setEnabled(boolean isEnabled)
isEnabled
- Indicates if this connection is eneabledpublic boolean isIsGlobalCatalog()
@Deprecated public boolean isGlobalCatalog()
public void setIsGlobalCatalog(boolean isGlobalCatalog)
isGlobalCatalog
- Indicates if this server is a global catalog
server@Deprecated public void setGlobalCatalog(boolean isGlobalCatalog)
isGlobalCatalog
- Indicates if this server is a global catalog
serverpublic Set<String> getWatchdoxDomainPermittedToActiveDirectory()
public void setWatchdoxDomainPermittedToActiveDirectory(Set<String> watchdoxDomainPermittedToActiveDirectory)
watchdoxDomainPermittedToActiveDirectory
- List of domains which
their users can query the Active Directorypublic String getBaseDN()
public void setBaseDN(String baseDN)
baseDN
- The base DN (part of the subtree of the active directory
domain) we wish to integratepublic String getUuid()
public void setUuid(String uuid)
uuid
- UUID of the connectionpublic String getUsername()
public void setUsername(String username)
username
- The username to useCopyright © 2019. All rights reserved.