|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Enum
com.adobe.livecycle.ibmfilenetcontentrepositoryconnector.client.type.ILoginSettings.LoginMode
public static final class ILoginSettings.LoginMode
Enumeration of logon modes for logging into IBM FileNet.
| Field Summary | |
|---|---|
static ILoginSettings.LoginMode |
INVOCATION_CONTEXT
Use invocation context. |
static ILoginSettings.LoginMode |
TOKEN
Use an IBM FileNet token. |
static ILoginSettings.LoginMode |
USER_CREDENTIALS
Use user credentials. |
| Method Summary | |
|---|---|
java.lang.String |
getModeDescription()
Retrieves the description of the logon mode |
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 |
|---|
public static final ILoginSettings.LoginMode INVOCATION_CONTEXT
public static final ILoginSettings.LoginMode USER_CREDENTIALS
public static final ILoginSettings.LoginMode TOKEN
| Method Detail |
|---|
public static ILoginSettings.LoginMode[] values()
public static ILoginSettings.LoginMode valueOf(java.lang.String name)
public java.lang.String getModeDescription()
public java.lang.String toString()
toString in class java.lang.EnumEnum.toString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||