public class HostActiveDirectorySpec extends DynamicData
Java class for HostActiveDirectorySpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostActiveDirectorySpec">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="domainName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<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="camServer" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="thumbprint" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="smartCardAuthenticationEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="smartCardTrustAnchors" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
camServer |
protected String |
domainName |
protected String |
password |
protected Boolean |
smartCardAuthenticationEnabled |
protected List<String> |
smartCardTrustAnchors |
protected String |
thumbprint |
protected String |
userName |
| Constructor and Description |
|---|
HostActiveDirectorySpec() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCamServer()
Gets the value of the camServer property.
|
String |
getDomainName()
Gets the value of the domainName property.
|
String |
getPassword()
Gets the value of the password property.
|
List<String> |
getSmartCardTrustAnchors()
Gets the value of the smartCardTrustAnchors property.
|
String |
getThumbprint()
Gets the value of the thumbprint property.
|
String |
getUserName()
Gets the value of the userName property.
|
Boolean |
isSmartCardAuthenticationEnabled()
Gets the value of the smartCardAuthenticationEnabled property.
|
void |
setCamServer(String value)
Sets the value of the camServer property.
|
void |
setDomainName(String value)
Sets the value of the domainName property.
|
void |
setPassword(String value)
Sets the value of the password property.
|
void |
setSmartCardAuthenticationEnabled(Boolean value)
Sets the value of the smartCardAuthenticationEnabled property.
|
void |
setThumbprint(String value)
Sets the value of the thumbprint property.
|
void |
setUserName(String value)
Sets the value of the userName property.
|
protected String domainName
protected String userName
protected String password
protected String camServer
protected String thumbprint
protected Boolean smartCardAuthenticationEnabled
public String getDomainName()
Stringpublic void setDomainName(String value)
value - allowed object is
Stringpublic 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 getCamServer()
Stringpublic void setCamServer(String value)
value - allowed object is
Stringpublic String getThumbprint()
Stringpublic void setThumbprint(String value)
value - allowed object is
Stringpublic Boolean isSmartCardAuthenticationEnabled()
Booleanpublic void setSmartCardAuthenticationEnabled(Boolean value)
value - allowed object is
Booleanpublic List<String> getSmartCardTrustAnchors()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the smartCardTrustAnchors property.
For example, to add a new item, do as follows:
getSmartCardTrustAnchors().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2018. All rights reserved.