com.adobe.livecycle.emcdocumentumcontentrepositoryconnector.client.type
Class ILoginSettings.LoginMode

java.lang.Object
  extended by java.lang.Enum
      extended by com.adobe.livecycle.emcdocumentumcontentrepositoryconnector.client.type.ILoginSettings.LoginMode
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Enclosing interface:
ILoginSettings

public static final class ILoginSettings.LoginMode
extends java.lang.Enum

Enumeration of logon modes for logging into Documentum

See Also:
Serialized Form

Field Summary
static ILoginSettings.LoginMode INVOCATION_CONTEXT
          Use invocation context.
static ILoginSettings.LoginMode TICKET
          Use ticket.
static ILoginSettings.LoginMode USER_CREDENTIALS
          Use user credentials.
 
Method Summary
 java.lang.String getModeDescription()
          Retrieves the description of the mode used to log on.
 java.lang.String toString()
           
static ILoginSettings.LoginMode valueOf(java.lang.String name)
           
static ILoginSettings.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 ILoginSettings.LoginMode INVOCATION_CONTEXT
Use invocation context.


USER_CREDENTIALS

public static final ILoginSettings.LoginMode USER_CREDENTIALS
Use user credentials.


TICKET

public static final ILoginSettings.LoginMode TICKET
Use ticket.

Method Detail

values

public static ILoginSettings.LoginMode[] values()

valueOf

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

getModeDescription

public java.lang.String getModeDescription()
Retrieves the description of the mode used to log on.


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]