public class

LoginResult

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.authentication.LoginResult

Class Overview

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>
 

Summary

Fields
protected String cookieName
protected LoginErrorCode errorCode
protected int timeoutSeconds
Public Constructors
LoginResult()
Public Methods
String getCookieName()
Gets the value of the cookieName property.
LoginErrorCode getErrorCode()
Gets the value of the errorCode property.
int getTimeoutSeconds()
Gets the value of the timeoutSeconds property.
void setCookieName(String value)
Sets the value of the cookieName property.
void setErrorCode(LoginErrorCode value)
Sets the value of the errorCode property.
void setTimeoutSeconds(int value)
Sets the value of the timeoutSeconds property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String cookieName

protected LoginErrorCode errorCode

protected int timeoutSeconds

Public Constructors

public LoginResult ()

Public Methods

public String getCookieName ()

Gets the value of the cookieName property.

Returns
  • possible object is String

public LoginErrorCode getErrorCode ()

Gets the value of the errorCode property.

Returns

public int getTimeoutSeconds ()

Gets the value of the timeoutSeconds property.

public void setCookieName (String value)

Sets the value of the cookieName property.

Parameters
value Allowed object is String

public void setErrorCode (LoginErrorCode value)

Sets the value of the errorCode property.

Parameters
value Allowed object is LoginErrorCode

public void setTimeoutSeconds (int value)

Sets the value of the timeoutSeconds property.

Parameters
value