
Constants
The components of the interface
IF_HTTP_SERVER have the following constants:CO_DISABLED
and CO_ENABLED are possible values of the attributes STATEFUL and TRANSACTIONAL.The other constants are the possible values for the attribute
AUTHENTICATION_METHOD.|
Name of Constant |
Meaning |
|
CO_DISABLED |
Not active (default setting) |
|
CO_ENABLED |
Active |
|
AUTHMETHOD_NONE |
No logon |
|
AUTHMETHOD_BASIC |
HTTP Basic Authentication |
|
AUTHMETHOD_SSO |
Authentication using Mysapsso2 cookie |
|
AUTHMETHOD_SAP |
SAP logon procedure |
|
AUTHMETHOD_SERVICE |
Service logon procedure |
|
AUTHMETHOD_FIELD |
Logon using form fields |
|
AUTHMETHOD_CERTIFICATE |
Logon using X.509 certificate. |
Which logon procedure is used for SAP Web Application Server depends on the corresponding setting.
The order in which the system tries the various logon procedures is described in
Logging on to the SAP Web Application Server.