java.lang.Object | |
↳ | com.microstrategy.webservices.EnumMWSAuthMode |
This class mirrors the WebObjects class EnumDSSXMLAuthModes, and is passed into the web service via the MWSConnectInfo object during session connects. This class was auto-generated from WSDL by the Apache Axis WSDL2Java emitter.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | _MWSAnonymous | Specifies an authentication mode for anonymous users. | |||||||||
String | _MWSIntegrated | Specifies an authentication mode for Kerberos. | |||||||||
String | _MWSLDAP | Specifies an authentication mode based on LDAP. | |||||||||
String | _MWSNTCredential | Specifies an authentication mode based on the caller's Windows NT identity. | |||||||||
String | _MWSNone | Specifies that no authentication is required. | |||||||||
String | _MWSPassThru | Currently is treated the same as _MWSWarehousePassthru. | |||||||||
String | _MWSSimpleSecurityPlugIn | Specifies an authentication mode for third party SSO. | |||||||||
String | _MWSStandard | Specifies an authentication mode based on a DSS User login name and password. | |||||||||
String | _MWSWarehousePassthru | Specifies an authentication mode for anonymous users. |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
public static final EnumMWSAuthMode | MWSAnonymous | ||||||||||
public static final EnumMWSAuthMode | MWSIntegrated | ||||||||||
public static final EnumMWSAuthMode | MWSLDAP | ||||||||||
public static final EnumMWSAuthMode | MWSNTCredential | ||||||||||
public static final EnumMWSAuthMode | MWSNone | ||||||||||
public static final EnumMWSAuthMode | MWSPassThru | ||||||||||
public static final EnumMWSAuthMode | MWSSimpleSecurityPlugIn | ||||||||||
public static final EnumMWSAuthMode | MWSStandard | ||||||||||
public static final EnumMWSAuthMode | MWSWarehousePassthru |
Protected Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
EnumMWSAuthMode(String value) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean | equals(Object obj) | ||||||||||
static EnumMWSAuthMode | fromString(String value) | ||||||||||
static EnumMWSAuthMode | fromValue(String value) | ||||||||||
String | getValue() | ||||||||||
int | hashCode() | ||||||||||
Object | readResolve() | ||||||||||
String | toString() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Specifies an authentication mode for anonymous users.
Specifies an authentication mode for Kerberos.
Specifies an authentication mode based on LDAP.
Specifies an authentication mode based on the caller's Windows NT identity. This only works on Windows machines.
Specifies that no authentication is required.
Currently is treated the same as _MWSWarehousePassthru.
Specifies an authentication mode for third party SSO. Not yet implememented.
Specifies an authentication mode based on a DSS User login name and password.
Specifies an authentication mode for anonymous users.
ObjectStreamException |
---|