|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
com.essbase.api.session.IEssbase.EEssAuthenticatorType
public static final class IEssbase.EEssAuthenticatorType
The EEssAuthenticatorType is an enumeration of user authenticators.
Field Summary | |
---|---|
static IEssbase.EEssAuthenticatorType |
CAS Authenticator: CAS. |
static int |
CAS_INT_VALUE Authenticator (int value): CAS. |
static IEssbase.EEssAuthenticatorType |
CSS Authenticator: CSS. |
static int |
CSS_INT_VALUE Authenticator (int value): CSS. |
static IEssbase.EEssAuthenticatorType |
CUSTOM Deprecated. Use CSS. |
static int |
CUSTOM_INT_VALUE Deprecated. Use CSS. |
static IEssbase.EEssAuthenticatorType |
ENTERPRISE_SERVER Authenticator: Essbase Enterprise Server. |
static int |
ENTERPRISE_SERVER_INT_VALUE Authenticator (int value): Essbase Enterprise Server. |
static IEssbase.EEssAuthenticatorType |
LDAP Deprecated. Use CSS. |
static int |
LDAP_INT_VALUE Deprecated. Use CSS |
static IEssbase.EEssAuthenticatorType |
WINDOWS_NT Deprecated. Use CSS. |
static int |
WINDOWS_NT_INT_VALUE Deprecated. Use CSS |
Constructor Summary | |
---|---|
IEssbase.EEssAuthenticatorType() |
Method Summary | |
---|---|
IEssEnum |
fromInt(int intValue) Gets the IEssEnum from the int value. |
IEssEnum |
fromString(java.lang.String strValue) Gets the IEssEnum from the String display value. |
int |
getCountPossibleValues() Gets the count of possible values of the enumeration. |
java.lang.String[] |
getPossibleValues() Gets the list of possible values of the enumeration. |
int |
intValue() Gets the int value of the IEssEnum. |
static IEssbase.EEssAuthenticatorType |
sm_fromInt(int intValue) Gets an enumeration object from its int value. |
static IEssbase.EEssAuthenticatorType |
sm_fromString(java.lang.String strValue) Gets an enumeration object from its string display value. |
static IEssbase.EEssAuthenticatorType[] |
sm_values() Gets all the enumeration objects. |
java.lang.String |
stringValue() Gets the String display value of the IEssEnum. |
java.lang.String |
toString() |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final IEssbase.EEssAuthenticatorType ENTERPRISE_SERVER
public static final IEssbase.EEssAuthenticatorType LDAP
public static final IEssbase.EEssAuthenticatorType WINDOWS_NT
public static final IEssbase.EEssAuthenticatorType CUSTOM
public static final IEssbase.EEssAuthenticatorType CSS
public static final IEssbase.EEssAuthenticatorType CAS
public static final int ENTERPRISE_SERVER_INT_VALUE
public static final int LDAP_INT_VALUE
public static final int WINDOWS_NT_INT_VALUE
public static final int CUSTOM_INT_VALUE
public static final int CSS_INT_VALUE
public static final int CAS_INT_VALUE
Constructor Detail |
---|
public IEssbase.EEssAuthenticatorType()
Method Detail |
---|
public static IEssbase.EEssAuthenticatorType sm_fromString(java.lang.String strValue) throws com.essbase.api.base.EssException
strValue
- The string display value.com.essbase.api.base.EssException
- if an error occurs.public static IEssbase.EEssAuthenticatorType sm_fromInt(int intValue) throws com.essbase.api.base.EssException
intValue
- The int value.com.essbase.api.base.EssException
- if an error occurs.public static IEssbase.EEssAuthenticatorType[] sm_values() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.public java.lang.String stringValue() throws com.essbase.api.base.EssException
IEssEnum
stringValue
in interface IEssEnum
EssException
- if an error occurs.public int intValue() throws com.essbase.api.base.EssException
IEssEnum
intValue
in interface IEssEnum
EssException
- if an error occurs.public IEssEnum fromInt(int intValue) throws com.essbase.api.base.EssException
IEssEnum
fromInt
in interface IEssEnum
intValue
- The int value.EssException
- if an error occurs.public IEssEnum fromString(java.lang.String strValue) throws com.essbase.api.base.EssException
IEssEnum
fromString
in interface IEssEnum
strValue
- The String display value.EssException
- if an error occurs.public int getCountPossibleValues() throws com.essbase.api.base.EssException
IEssEnum
getCountPossibleValues
in interface IEssEnum
EssException
- if an error occurs.public java.lang.String[] getPossibleValues() throws com.essbase.api.base.EssException
IEssEnum
getPossibleValues
in interface IEssEnum
EssException
- if an error occurs.public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |