| java.lang.Object | |
| ↳ | org.mule.modules.sharepoint.microsoft.authentication.LoginResult |
Java class for LoginResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LoginResult">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CookieName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ErrorCode" type="{http://schemas.microsoft.com/sharepoint/soap/}LoginErrorCode"/>
<element name="TimeoutSeconds" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| cookieName | |||||||||||
| errorCode | |||||||||||
| timeoutSeconds | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the cookieName property.
| |||||||||||
Gets the value of the errorCode property.
| |||||||||||
Gets the value of the timeoutSeconds property.
| |||||||||||
Sets the value of the cookieName property.
| |||||||||||
Sets the value of the errorCode property.
| |||||||||||
Sets the value of the timeoutSeconds property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the cookieName property.
Gets the value of the errorCode property.
LoginErrorCode
Gets the value of the timeoutSeconds property.
Sets the value of the cookieName property.
| value | Allowed object is String |
|---|
Sets the value of the errorCode property.
| value | Allowed object is
LoginErrorCode
|
|---|
Sets the value of the timeoutSeconds property.
| value |
|---|