public class UserData extends WebClientUser
Java class for UserData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UserData">
<complexContent>
<extension base="{http://Checkmarx.com}WebClientUser">
<sequence>
<element name="IsActive" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="RoleData" type="{http://Checkmarx.com}Role" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
isActive |
protected Role |
roleData |
allowedIPs, auditUser, cellPhone, companyID, companyName, country, dateCreated, email, firstName, groupList, id, jobTitle, lastLoginDate, lastName, limitAccessByIPAddress, password, phone, skype, upn, userName, userPreferedLanguageLCID, willExpireAfterDays| Constructor and Description |
|---|
UserData() |
| Modifier and Type | Method and Description |
|---|---|
Role |
getRoleData()
Gets the value of the roleData property.
|
boolean |
isIsActive()
Gets the value of the isActive property.
|
void |
setIsActive(boolean value)
Sets the value of the isActive property.
|
void |
setRoleData(Role value)
Sets the value of the roleData property.
|
getAllowedIPs, getCellPhone, getCompanyID, getCompanyName, getCountry, getDateCreated, getEmail, getFirstName, getGroupList, getID, getJobTitle, getLastLoginDate, getLastName, getPassword, getPhone, getSkype, getUPN, getUserName, getUserPreferedLanguageLCID, getWillExpireAfterDays, isAuditUser, isLimitAccessByIPAddress, setAllowedIPs, setAuditUser, setCellPhone, setCompanyID, setCompanyName, setCountry, setDateCreated, setEmail, setFirstName, setGroupList, setID, setJobTitle, setLastLoginDate, setLastName, setLimitAccessByIPAddress, setPassword, setPhone, setSkype, setUPN, setUserName, setUserPreferedLanguageLCID, setWillExpireAfterDaysprotected boolean isActive
protected Role roleData
Copyright © 2020. All rights reserved.