com.businessobjects.enterprise.secldap
Interface AuthTypeEnum


public interface AuthTypeEnum

Specifies the types of authentication for Secure Socket Layer (SSL) server authentication.


Nested Class Summary
static class AuthTypeEnum.Enum
          Internal Use Only.
static class AuthTypeEnum.Factory
          A class with methods for creating instances of the AuthTypeEnum type.
 
Field Summary
static AuthTypeEnum.Enum BASIC
          No Secure Socket Layer is needed for communication.
static AuthTypeEnum.Enum CCA_SSL
          Certificate based mutual authentication.
static int INT_BASIC
          No Secure Socket Layer is needed for communication.
static int INT_CCA_SSL
          Certificate based mutual authentication.
static int INT_SSL
          Certificate based server authentication.
static AuthTypeEnum.Enum SSL
          Certificate based server authentication.
static org.apache.xmlbeans.SchemaType type
          Internal Use Only.
 
Method Summary
 org.apache.xmlbeans.StringEnumAbstractBase enumValue()
          Internal Use Only.
 void set(org.apache.xmlbeans.StringEnumAbstractBase e)
          Internal Use Only.
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Internal Use Only.


BASIC

static final AuthTypeEnum.Enum BASIC
No Secure Socket Layer is needed for communication.


SSL

static final AuthTypeEnum.Enum SSL
Certificate based server authentication.


CCA_SSL

static final AuthTypeEnum.Enum CCA_SSL
Certificate based mutual authentication.


INT_BASIC

static final int INT_BASIC
No Secure Socket Layer is needed for communication.

See Also:
Constant Field Values

INT_SSL

static final int INT_SSL
Certificate based server authentication.

See Also:
Constant Field Values

INT_CCA_SSL

static final int INT_CCA_SSL
Certificate based mutual authentication.

See Also:
Constant Field Values
Method Detail

enumValue

org.apache.xmlbeans.StringEnumAbstractBase enumValue()
Internal Use Only.


set

void set(org.apache.xmlbeans.StringEnumAbstractBase e)
Internal Use Only.