| java.lang.Object | |
| ↳ | com.netsuite.webservices.platform.messages_2010_2.SsoLoginRequest |
Java class for SsoLoginRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SsoLoginRequest">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ssoPassport" type="{urn:core_2010_2.platform.webservices.netsuite.com}SsoPassport"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ssoPassport | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the ssoPassport property.
| |||||||||||
Sets the value of the ssoPassport property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the ssoPassport property.
SsoPassport
Sets the value of the ssoPassport property.
| value | Allowed object is
SsoPassport
|
|---|