public class HostActiveDirectoryInfo extends HostDirectoryStoreInfo
Java class for HostActiveDirectoryInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostActiveDirectoryInfo">
<complexContent>
<extension base="{urn:vim25}HostDirectoryStoreInfo">
<sequence>
<element name="joinedDomain" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="trustedDomain" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="domainMembershipStatus" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="smartCardAuthenticationEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
domainMembershipStatus |
protected String |
joinedDomain |
protected Boolean |
smartCardAuthenticationEnabled |
protected List<String> |
trustedDomain |
enabled| Constructor and Description |
|---|
HostActiveDirectoryInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDomainMembershipStatus()
Gets the value of the domainMembershipStatus property.
|
String |
getJoinedDomain()
Gets the value of the joinedDomain property.
|
List<String> |
getTrustedDomain()
Gets the value of the trustedDomain property.
|
Boolean |
isSmartCardAuthenticationEnabled()
Gets the value of the smartCardAuthenticationEnabled property.
|
void |
setDomainMembershipStatus(String value)
Sets the value of the domainMembershipStatus property.
|
void |
setJoinedDomain(String value)
Sets the value of the joinedDomain property.
|
void |
setSmartCardAuthenticationEnabled(Boolean value)
Sets the value of the smartCardAuthenticationEnabled property.
|
isEnabled, setEnabledprotected String joinedDomain
protected String domainMembershipStatus
protected Boolean smartCardAuthenticationEnabled
public String getJoinedDomain()
Stringpublic void setJoinedDomain(String value)
value - allowed object is
Stringpublic List<String> getTrustedDomain()
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 trustedDomain property.
For example, to add a new item, do as follows:
getTrustedDomain().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getDomainMembershipStatus()
Stringpublic void setDomainMembershipStatus(String value)
value - allowed object is
Stringpublic Boolean isSmartCardAuthenticationEnabled()
BooleanCopyright © 2018. All rights reserved.