public class ADAuthServerUpdateRequest extends AuthServerUpdateRequest implements Serializable
authServerType
Constructor and Description |
---|
ADAuthServerUpdateRequest(String objectId,
boolean enabled,
boolean secondaryAuthServer,
boolean terminateSessionOnAuthFails,
String ip,
Integer port,
Integer timeout,
boolean enableSsl,
String searchBase,
String bindDomainName,
String bindPassword,
String loginAttributeName,
String searchFilter,
String certificateSHA1Digest)
Instantiates a new ad auth server.
|
Modifier and Type | Method and Description |
---|---|
String |
getBindDomainName()
Gets bindDomainName.
|
String |
getBindPassword()
Gets bindPassword.
|
String |
getCertificateSHA1Digest()
Gets certificateSHA1Digest.
|
String |
getIp()
Gets ip.
|
String |
getLoginAttributeName()
Gets loginAttributeName.
|
String |
getObjectId()
Gets objectId.
|
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(String objectId, boolean enabled, boolean secondaryAuthServer, boolean terminateSessionOnAuthFails, String ip, Integer port, Integer timeout, boolean enableSsl, String searchBase, String bindDomainName, String bindPassword, String loginAttributeName, String searchFilter, String certificateSHA1Digest)
objectId
- the object idenabled
- 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 filtercertificateSHA1Digest
- the certificate sha1 digestpublic String getObjectId()
public 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 loginAttributeNamepublic String getSearchFilter()
Filter values by which the search is to be limited. The search filter format is attribute operator value
String
the searchFilterCopyright © 2023 iland Internet Solutions, Corp. All rights reserved.