|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
|---|
static final org.apache.xmlbeans.SchemaType type
static final AuthTypeEnum.Enum BASIC
static final AuthTypeEnum.Enum SSL
static final AuthTypeEnum.Enum CCA_SSL
static final int INT_BASIC
static final int INT_SSL
static final int INT_CCA_SSL
| Method Detail |
|---|
org.apache.xmlbeans.StringEnumAbstractBase enumValue()
void set(org.apache.xmlbeans.StringEnumAbstractBase e)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||