public class ServiceLocatorSAMLCredential extends ServiceLocatorCredential
Java class for ServiceLocatorSAMLCredential complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ServiceLocatorSAMLCredential">
<complexContent>
<extension base="{urn:vim25}ServiceLocatorCredential">
<sequence>
<element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ServiceLocatorSAMLCredential() |
| Modifier and Type | Method and Description |
|---|---|
String |
getToken()
Gets the value of the token property.
|
void |
setToken(String value)
Sets the value of the token property.
|
protected String token
Copyright © 2018. All rights reserved.