public class SSPIAuthentication extends GuestAuthentication
Java class for SSPIAuthentication complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SSPIAuthentication">
<complexContent>
<extension base="{urn:vim25}GuestAuthentication">
<sequence>
<element name="sspiToken" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
sspiToken |
interactiveSession| Constructor and Description |
|---|
SSPIAuthentication() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSspiToken()
Gets the value of the sspiToken property.
|
void |
setSspiToken(String value)
Sets the value of the sspiToken property.
|
isInteractiveSession, setInteractiveSessionprotected String sspiToken
Copyright © 2018. All rights reserved.