public class LoginBySSPIRequestType extends Object
Java class for LoginBySSPIRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LoginBySSPIRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="_this" type="{urn:vim25}ManagedObjectReference"/>
<element name="base64Token" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="locale" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
_this |
protected String |
base64Token |
protected String |
locale |
| Constructor and Description |
|---|
LoginBySSPIRequestType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBase64Token()
Gets the value of the base64Token property.
|
String |
getLocale()
Gets the value of the locale property.
|
ManagedObjectReference |
getThis()
Gets the value of the this property.
|
void |
setBase64Token(String value)
Sets the value of the base64Token property.
|
void |
setLocale(String value)
Sets the value of the locale property.
|
void |
setThis(ManagedObjectReference value)
Sets the value of the this property.
|
protected ManagedObjectReference _this
protected String base64Token
protected String locale
public ManagedObjectReference getThis()
ManagedObjectReferencepublic void setThis(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic String getBase64Token()
Stringpublic void setBase64Token(String value)
value - allowed object is
Stringpublic String getLocale()
StringCopyright © 2018. All rights reserved.