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