com.adobe.livecycle.crc.sharepoint.client.types
Class LoginMode

java.lang.Object
  extended by java.lang.Enum
      extended by com.adobe.livecycle.crc.sharepoint.client.types.LoginMode
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public final class LoginMode
extends java.lang.Enum

Indicates the mode used for logon to SharePoint. In case of USER_CREDENTIALS, the LoginSettings object needs information about the host name, user name, password and the domain of the SharePoint server. Otherwise, in case of INVOCATION_CONTEXT, the context of the user who has invoked the operation is used to connect with SharePoint.

See Also:
Serialized Form

Field Summary
static LoginMode INVOCATION_CONTEXT
          Use invocation context.
static LoginMode USER_CREDENTIALS
          Use user credentials.
 
Method Summary
 java.lang.String getModeDescription()
          Returns the mode description.
 java.lang.String toString()
           
static LoginMode valueOf(java.lang.String name)
           
static LoginMode[] values()
           
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

INVOCATION_CONTEXT

public static final LoginMode INVOCATION_CONTEXT
Use invocation context.


USER_CREDENTIALS

public static final LoginMode USER_CREDENTIALS
Use user credentials.

Method Detail

values

public static LoginMode[] values()

valueOf

public static LoginMode valueOf(java.lang.String name)

getModeDescription

public java.lang.String getModeDescription()
Returns the mode description.


toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Enum
See Also:
Enum.toString()


[an error occurred while processing this directive] [an error occurred while processing this directive]