public class CxWSLdapServerSyncSettings extends Object
Java class for CxWSLdapServerSyncSettings complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSLdapServerSyncSettings">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Enabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="AdditionalGroupDN" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="GroupObjectClass" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="GroupObjectFilter" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="GroupIdAttribute" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="GroupNameAttribute" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="GroupMembersAttribute" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="UserMemberShipAttribute" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="LdapRoleMapping" type="{http://Checkmarx.com}CxWSLdapRoleMapping" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
additionalGroupDN |
protected boolean |
enabled |
protected String |
groupIdAttribute |
protected String |
groupMembersAttribute |
protected String |
groupNameAttribute |
protected String |
groupObjectClass |
protected String |
groupObjectFilter |
protected CxWSLdapRoleMapping |
ldapRoleMapping |
protected String |
userMemberShipAttribute |
| Constructor and Description |
|---|
CxWSLdapServerSyncSettings() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAdditionalGroupDN()
Gets the value of the additionalGroupDN property.
|
String |
getGroupIdAttribute()
Gets the value of the groupIdAttribute property.
|
String |
getGroupMembersAttribute()
Gets the value of the groupMembersAttribute property.
|
String |
getGroupNameAttribute()
Gets the value of the groupNameAttribute property.
|
String |
getGroupObjectClass()
Gets the value of the groupObjectClass property.
|
String |
getGroupObjectFilter()
Gets the value of the groupObjectFilter property.
|
CxWSLdapRoleMapping |
getLdapRoleMapping()
Gets the value of the ldapRoleMapping property.
|
String |
getUserMemberShipAttribute()
Gets the value of the userMemberShipAttribute property.
|
boolean |
isEnabled()
Gets the value of the enabled property.
|
void |
setAdditionalGroupDN(String value)
Sets the value of the additionalGroupDN property.
|
void |
setEnabled(boolean value)
Sets the value of the enabled property.
|
void |
setGroupIdAttribute(String value)
Sets the value of the groupIdAttribute property.
|
void |
setGroupMembersAttribute(String value)
Sets the value of the groupMembersAttribute property.
|
void |
setGroupNameAttribute(String value)
Sets the value of the groupNameAttribute property.
|
void |
setGroupObjectClass(String value)
Sets the value of the groupObjectClass property.
|
void |
setGroupObjectFilter(String value)
Sets the value of the groupObjectFilter property.
|
void |
setLdapRoleMapping(CxWSLdapRoleMapping value)
Sets the value of the ldapRoleMapping property.
|
void |
setUserMemberShipAttribute(String value)
Sets the value of the userMemberShipAttribute property.
|
protected boolean enabled
protected String additionalGroupDN
protected String groupObjectClass
protected String groupObjectFilter
protected String groupIdAttribute
protected String groupNameAttribute
protected String groupMembersAttribute
protected String userMemberShipAttribute
protected CxWSLdapRoleMapping ldapRoleMapping
public boolean isEnabled()
public void setEnabled(boolean value)
public String getAdditionalGroupDN()
Stringpublic void setAdditionalGroupDN(String value)
value - allowed object is
Stringpublic String getGroupObjectClass()
Stringpublic void setGroupObjectClass(String value)
value - allowed object is
Stringpublic String getGroupObjectFilter()
Stringpublic void setGroupObjectFilter(String value)
value - allowed object is
Stringpublic String getGroupIdAttribute()
Stringpublic void setGroupIdAttribute(String value)
value - allowed object is
Stringpublic String getGroupNameAttribute()
Stringpublic void setGroupNameAttribute(String value)
value - allowed object is
Stringpublic String getGroupMembersAttribute()
Stringpublic void setGroupMembersAttribute(String value)
value - allowed object is
Stringpublic String getUserMemberShipAttribute()
Stringpublic void setUserMemberShipAttribute(String value)
value - allowed object is
Stringpublic CxWSLdapRoleMapping getLdapRoleMapping()
CxWSLdapRoleMappingpublic void setLdapRoleMapping(CxWSLdapRoleMapping value)
value - allowed object is
CxWSLdapRoleMappingCopyright © 2020. All rights reserved.