public class CxWSLdapRoleMapping extends Object
Java class for CxWSLdapRoleMapping complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSLdapRoleMapping">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DefaultRoleId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="AdvancedRoleMappingEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="DefaultRoleApplyNotExploitable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="DefaultRoleDeleteProjectsAndScans" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="DefaultRoleAllowStatusSeverityChanges" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="WsLdapAdvancedRoleMapping" type="{http://Checkmarx.com}CxWSLdapAdvancedRoleMapping" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
advancedRoleMappingEnabled |
protected boolean |
defaultRoleAllowStatusSeverityChanges |
protected boolean |
defaultRoleApplyNotExploitable |
protected boolean |
defaultRoleDeleteProjectsAndScans |
protected Long |
defaultRoleId |
protected CxWSLdapAdvancedRoleMapping |
wsLdapAdvancedRoleMapping |
| Constructor and Description |
|---|
CxWSLdapRoleMapping() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getDefaultRoleId()
Gets the value of the defaultRoleId property.
|
CxWSLdapAdvancedRoleMapping |
getWsLdapAdvancedRoleMapping()
Gets the value of the wsLdapAdvancedRoleMapping property.
|
boolean |
isAdvancedRoleMappingEnabled()
Gets the value of the advancedRoleMappingEnabled property.
|
boolean |
isDefaultRoleAllowStatusSeverityChanges()
Gets the value of the defaultRoleAllowStatusSeverityChanges property.
|
boolean |
isDefaultRoleApplyNotExploitable()
Gets the value of the defaultRoleApplyNotExploitable property.
|
boolean |
isDefaultRoleDeleteProjectsAndScans()
Gets the value of the defaultRoleDeleteProjectsAndScans property.
|
void |
setAdvancedRoleMappingEnabled(boolean value)
Sets the value of the advancedRoleMappingEnabled property.
|
void |
setDefaultRoleAllowStatusSeverityChanges(boolean value)
Sets the value of the defaultRoleAllowStatusSeverityChanges property.
|
void |
setDefaultRoleApplyNotExploitable(boolean value)
Sets the value of the defaultRoleApplyNotExploitable property.
|
void |
setDefaultRoleDeleteProjectsAndScans(boolean value)
Sets the value of the defaultRoleDeleteProjectsAndScans property.
|
void |
setDefaultRoleId(Long value)
Sets the value of the defaultRoleId property.
|
void |
setWsLdapAdvancedRoleMapping(CxWSLdapAdvancedRoleMapping value)
Sets the value of the wsLdapAdvancedRoleMapping property.
|
protected Long defaultRoleId
protected boolean advancedRoleMappingEnabled
protected boolean defaultRoleApplyNotExploitable
protected boolean defaultRoleDeleteProjectsAndScans
protected boolean defaultRoleAllowStatusSeverityChanges
protected CxWSLdapAdvancedRoleMapping wsLdapAdvancedRoleMapping
public Long getDefaultRoleId()
Longpublic void setDefaultRoleId(Long value)
value - allowed object is
Longpublic boolean isAdvancedRoleMappingEnabled()
public void setAdvancedRoleMappingEnabled(boolean value)
public boolean isDefaultRoleApplyNotExploitable()
public void setDefaultRoleApplyNotExploitable(boolean value)
public boolean isDefaultRoleDeleteProjectsAndScans()
public void setDefaultRoleDeleteProjectsAndScans(boolean value)
public boolean isDefaultRoleAllowStatusSeverityChanges()
public void setDefaultRoleAllowStatusSeverityChanges(boolean value)
public CxWSLdapAdvancedRoleMapping getWsLdapAdvancedRoleMapping()
CxWSLdapAdvancedRoleMappingpublic void setWsLdapAdvancedRoleMapping(CxWSLdapAdvancedRoleMapping value)
value - allowed object is
CxWSLdapAdvancedRoleMappingCopyright © 2020. All rights reserved.