public class ADAuthServerUpdateRequest extends AuthServerUpdateRequest implements Serializable
authServerType
Constructor and Description |
---|
ADAuthServerUpdateRequest(boolean enabled,
boolean secondaryAuthServer,
boolean terminateSessionOnAuthFails,
String ip,
Integer port,
Integer timeout,
boolean enableSsl,
String searchBase,
String bindDomainName,
String bindPassword,
String loginAttributeName,
String searchFilter)
Instantiates a new ad auth server.
|
Modifier and Type | Method and Description |
---|---|
String |
getBindDomainName()
Gets bindDomainName.
|
String |
getBindPassword()
Gets bindPassword.
|
String |
getIp()
Gets ip.
|
String |
getLoginAttributeName()
Gets loginAttributeName.
|
Integer |
getPort()
Gets port.
|
String |
getSearchBase()
Gets searchBase.
|
String |
getSearchFilter()
Gets searchFilter.
|
Integer |
getTimeout()
Gets timeout.
|
boolean |
isEnabled()
Gets enabled.
|
boolean |
isEnableSsl()
Gets enableSsl.
|
boolean |
isSecondaryAuthServer()
Gets secondaryAuthServer.
|
boolean |
isTerminateSessionOnAuthFails()
Gets terminateSessionOnAuthFails.
|
getAuthServerType
public ADAuthServerUpdateRequest(boolean enabled, boolean secondaryAuthServer, boolean terminateSessionOnAuthFails, String ip, Integer port, Integer timeout, boolean enableSsl, String searchBase, String bindDomainName, String bindPassword, String loginAttributeName, String searchFilter)
enabled
- the enabledsecondaryAuthServer
- the secondary auth serverterminateSessionOnAuthFails
- the terminate session on auth failsip
- the ipport
- the porttimeout
- the timeoutenableSsl
- the enable sslsearchBase
- the search basebindDomainName
- the bind domain namebindPassword
- the bind passwordloginAttributeName
- the login attribute namesearchFilter
- the search filterpublic boolean isEnabled()
public boolean isSecondaryAuthServer()
public boolean isTerminateSessionOnAuthFails()
public Integer getPort()
public Integer getTimeout()
Period in seconds within which the AD server must respond
public boolean isEnableSsl()
Whether or not encrypted link between a web server and a browser is enabled or disabled
public String getSearchBase()
Part of the external directory tree to search. The search base may be something equivalent to the organizational unit (OU), domain controller (DC), or domain name (AD) of external directory. Examples: OU=Users,DC=aslan,DC=local or OU=VPN,DC=aslan,DC=local
String
the searchBasepublic String getBindDomainName()
String
the bindDomainNamepublic String getBindPassword()
Password to authenticate the AD user
String
the bindPasswordpublic String getLoginAttributeName()
Name against which the user ID entered by the remote user is matched with. For Active Directory, the login attribute name is sAMAccountName
String
the loginAttributeNameCopyright © 2020 iland Internet Solutions, Corp. All rights reserved.