public class CxWSLdapServerConfiguration extends Object
Java class for CxWSLdapServerConfiguration complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSLdapServerConfiguration">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Id" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="DirectoryType" type="{http://Checkmarx.com}CxWSLdapDirectoryType"/>
<element name="Action" type="{http://Checkmarx.com}CxWSLdapServerConfigurationAction"/>
<element name="HostName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Port" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="UseSSL" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="VerifySslCertificate" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="Username" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Password" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="BaseDn" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="AdditionalUserDn" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="UserObjectClass" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="UserObjectFilter" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="UsernameAttribute" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="UserRdnAttribute" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="FirstNameAttribute" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="LastNameAttribute" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="EmailAttribute" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SyncSettings" type="{http://Checkmarx.com}CxWSLdapServerSyncSettings" minOccurs="0"/>
<element name="DomainMapSettings" type="{http://Checkmarx.com}CxWSLdapDomainMappingSettings" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CxWSLdapServerConfigurationAction |
action |
protected String |
additionalUserDn |
protected String |
baseDn |
protected CxWSLdapDirectoryType |
directoryType |
protected CxWSLdapDomainMappingSettings |
domainMapSettings |
protected String |
emailAttribute |
protected String |
firstNameAttribute |
protected String |
hostName |
protected int |
id |
protected String |
lastNameAttribute |
protected String |
name |
protected String |
password |
protected int |
port |
protected CxWSLdapServerSyncSettings |
syncSettings |
protected String |
username |
protected String |
usernameAttribute |
protected String |
userObjectClass |
protected String |
userObjectFilter |
protected String |
userRdnAttribute |
protected boolean |
useSSL |
protected boolean |
verifySslCertificate |
| Constructor and Description |
|---|
CxWSLdapServerConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
CxWSLdapServerConfigurationAction |
getAction()
Gets the value of the action property.
|
String |
getAdditionalUserDn()
Gets the value of the additionalUserDn property.
|
String |
getBaseDn()
Gets the value of the baseDn property.
|
CxWSLdapDirectoryType |
getDirectoryType()
Gets the value of the directoryType property.
|
CxWSLdapDomainMappingSettings |
getDomainMapSettings()
Gets the value of the domainMapSettings property.
|
String |
getEmailAttribute()
Gets the value of the emailAttribute property.
|
String |
getFirstNameAttribute()
Gets the value of the firstNameAttribute property.
|
String |
getHostName()
Gets the value of the hostName property.
|
int |
getId()
Gets the value of the id property.
|
String |
getLastNameAttribute()
Gets the value of the lastNameAttribute property.
|
String |
getName()
Gets the value of the name property.
|
String |
getPassword()
Gets the value of the password property.
|
int |
getPort()
Gets the value of the port property.
|
CxWSLdapServerSyncSettings |
getSyncSettings()
Gets the value of the syncSettings property.
|
String |
getUsername()
Gets the value of the username property.
|
String |
getUsernameAttribute()
Gets the value of the usernameAttribute property.
|
String |
getUserObjectClass()
Gets the value of the userObjectClass property.
|
String |
getUserObjectFilter()
Gets the value of the userObjectFilter property.
|
String |
getUserRdnAttribute()
Gets the value of the userRdnAttribute property.
|
boolean |
isUseSSL()
Gets the value of the useSSL property.
|
boolean |
isVerifySslCertificate()
Gets the value of the verifySslCertificate property.
|
void |
setAction(CxWSLdapServerConfigurationAction value)
Sets the value of the action property.
|
void |
setAdditionalUserDn(String value)
Sets the value of the additionalUserDn property.
|
void |
setBaseDn(String value)
Sets the value of the baseDn property.
|
void |
setDirectoryType(CxWSLdapDirectoryType value)
Sets the value of the directoryType property.
|
void |
setDomainMapSettings(CxWSLdapDomainMappingSettings value)
Sets the value of the domainMapSettings property.
|
void |
setEmailAttribute(String value)
Sets the value of the emailAttribute property.
|
void |
setFirstNameAttribute(String value)
Sets the value of the firstNameAttribute property.
|
void |
setHostName(String value)
Sets the value of the hostName property.
|
void |
setId(int value)
Sets the value of the id property.
|
void |
setLastNameAttribute(String value)
Sets the value of the lastNameAttribute property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPassword(String value)
Sets the value of the password property.
|
void |
setPort(int value)
Sets the value of the port property.
|
void |
setSyncSettings(CxWSLdapServerSyncSettings value)
Sets the value of the syncSettings property.
|
void |
setUsername(String value)
Sets the value of the username property.
|
void |
setUsernameAttribute(String value)
Sets the value of the usernameAttribute property.
|
void |
setUserObjectClass(String value)
Sets the value of the userObjectClass property.
|
void |
setUserObjectFilter(String value)
Sets the value of the userObjectFilter property.
|
void |
setUserRdnAttribute(String value)
Sets the value of the userRdnAttribute property.
|
void |
setUseSSL(boolean value)
Sets the value of the useSSL property.
|
void |
setVerifySslCertificate(boolean value)
Sets the value of the verifySslCertificate property.
|
protected int id
protected String name
protected CxWSLdapDirectoryType directoryType
protected CxWSLdapServerConfigurationAction action
protected String hostName
protected int port
protected boolean useSSL
protected boolean verifySslCertificate
protected String username
protected String password
protected String baseDn
protected String additionalUserDn
protected String userObjectClass
protected String userObjectFilter
protected String usernameAttribute
protected String userRdnAttribute
protected String firstNameAttribute
protected String lastNameAttribute
protected String emailAttribute
protected CxWSLdapServerSyncSettings syncSettings
protected CxWSLdapDomainMappingSettings domainMapSettings
public int getId()
public void setId(int value)
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic CxWSLdapDirectoryType getDirectoryType()
CxWSLdapDirectoryTypepublic void setDirectoryType(CxWSLdapDirectoryType value)
value - allowed object is
CxWSLdapDirectoryTypepublic CxWSLdapServerConfigurationAction getAction()
CxWSLdapServerConfigurationActionpublic void setAction(CxWSLdapServerConfigurationAction value)
value - allowed object is
CxWSLdapServerConfigurationActionpublic String getHostName()
Stringpublic void setHostName(String value)
value - allowed object is
Stringpublic int getPort()
public void setPort(int value)
public boolean isUseSSL()
public void setUseSSL(boolean value)
public boolean isVerifySslCertificate()
public void setVerifySslCertificate(boolean value)
public String getUsername()
Stringpublic void setUsername(String value)
value - allowed object is
Stringpublic String getPassword()
Stringpublic void setPassword(String value)
value - allowed object is
Stringpublic String getBaseDn()
Stringpublic void setBaseDn(String value)
value - allowed object is
Stringpublic String getAdditionalUserDn()
Stringpublic void setAdditionalUserDn(String value)
value - allowed object is
Stringpublic String getUserObjectClass()
Stringpublic void setUserObjectClass(String value)
value - allowed object is
Stringpublic String getUserObjectFilter()
Stringpublic void setUserObjectFilter(String value)
value - allowed object is
Stringpublic String getUsernameAttribute()
Stringpublic void setUsernameAttribute(String value)
value - allowed object is
Stringpublic String getUserRdnAttribute()
Stringpublic void setUserRdnAttribute(String value)
value - allowed object is
Stringpublic String getFirstNameAttribute()
Stringpublic void setFirstNameAttribute(String value)
value - allowed object is
Stringpublic String getLastNameAttribute()
Stringpublic void setLastNameAttribute(String value)
value - allowed object is
Stringpublic String getEmailAttribute()
Stringpublic void setEmailAttribute(String value)
value - allowed object is
Stringpublic CxWSLdapServerSyncSettings getSyncSettings()
CxWSLdapServerSyncSettingspublic void setSyncSettings(CxWSLdapServerSyncSettings value)
value - allowed object is
CxWSLdapServerSyncSettingspublic CxWSLdapDomainMappingSettings getDomainMapSettings()
CxWSLdapDomainMappingSettingspublic void setDomainMapSettings(CxWSLdapDomainMappingSettings value)
value - allowed object is
CxWSLdapDomainMappingSettingsCopyright © 2020. All rights reserved.