public class EditActiveDirectorySettingsJson extends BaseJson
Constructor and Description |
---|
EditActiveDirectorySettingsJson() |
Modifier and Type | Method and Description |
---|---|
String |
getBaseDN()
The base DN (part of the subtree of the active directory domain) we
wish to integrate
|
String |
getPassword()
Password to authenticate with
|
Integer |
getPort()
The IP port to use
|
Set<String> |
getServerAddresses()
DNS address or IP address to the server of the active directory
|
String |
getUsername()
Username to authenticate with
|
String |
getUuid() |
Set<String> |
getWatchdoxDomainPermittedToActiveDirectory()
List of domains which their users can query the active directory
|
boolean |
isGlobalCatalog()
True if this is a global catalog server, false if not
|
void |
setBaseDN(String baseDN)
The base DN (part of the subtree of the active directory domain) we
wish to integrate
|
void |
setGlobalCatalog(boolean globalCatalog)
True if this is a global catalog server, false if not
|
void |
setPassword(String password)
Password to authenticate with
|
void |
setPort(Integer port)
The IP port to use
|
void |
setServerAddresses(Set<String> serverAddresses)
DNS address or IP address to the server of the active directory
|
void |
setUsername(String username)
Username to authenticate with
|
void |
setUuid(String uuid) |
void |
setWatchdoxDomainPermittedToActiveDirectory(Set<String> watchdoxDomainPermittedToActiveDirectory)
List of domains which their users can query the active directory
|
getObjType, setObjType, toString
public String getPassword()
public void setPassword(String password)
password
- Password to authenticate withpublic Set<String> getServerAddresses()
public void setServerAddresses(Set<String> serverAddresses)
serverAddresses
- DNS address or IP address to the server of the
active directorypublic boolean isGlobalCatalog()
public void setGlobalCatalog(boolean globalCatalog)
globalCatalog
- True if this is a global catalog server, false if
notpublic Integer getPort()
public void setPort(Integer port)
port
- The IP port to usepublic 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)
public String getUsername()
public void setUsername(String username)
username
- Username to authenticate withCopyright © 2019. All rights reserved.