com.sap.engine.lib.security.http

Interface HttpCallback

All Superinterfaces:
Callback
All Known Implementing Classes:
HttpGetterCallback, HttpSetterCallback

public interface HttpCallback
extends Callback

Callback for getting and setting authentication data in http request and response. The defined constants determine which part of the request or response is to be retrieved or modified. They can be used as callback types for com.sap.engine.lib.security.http.HttpGetterCallback and / or com.sap.engine.lib.security.http.HttpSetterCallback.


Field Summary
static byte ALL_SESSION_ATTRIBUTES
           
static byte BODY
           
static byte BODY_READER
           
static byte CERTIFICATE
           
static byte CLIENT_IP
           
static byte COOKIE
           
static byte HEADER
           
static byte IS_SECURE
           
static byte METHOD_TYPE
           
static byte REMOVE_HEADER
           
static byte REMOVE_SESSION_ATTRIBUTE
           
static byte REQUEST_ATTRIBUTE
           
static byte REQUEST_PARAMETER
           
static byte RESPONSE_CODE
           
static byte SESSION_ATTRIBUTE
           
static byte SET_HEADER
           
 

Field Detail

HEADER

public static final byte HEADER
See Also:
Constant Field Values

COOKIE

public static final byte COOKIE
See Also:
Constant Field Values

REQUEST_PARAMETER

public static final byte REQUEST_PARAMETER
See Also:
Constant Field Values

CERTIFICATE

public static final byte CERTIFICATE
See Also:
Constant Field Values

CLIENT_IP

public static final byte CLIENT_IP
See Also:
Constant Field Values

METHOD_TYPE

public static final byte METHOD_TYPE
See Also:
Constant Field Values

IS_SECURE

public static final byte IS_SECURE
See Also:
Constant Field Values

RESPONSE_CODE

public static final byte RESPONSE_CODE
See Also:
Constant Field Values

BODY

public static final byte BODY
See Also:
Constant Field Values

SESSION_ATTRIBUTE

public static final byte SESSION_ATTRIBUTE
See Also:
Constant Field Values

ALL_SESSION_ATTRIBUTES

public static final byte ALL_SESSION_ATTRIBUTES
See Also:
Constant Field Values

REMOVE_SESSION_ATTRIBUTE

public static final byte REMOVE_SESSION_ATTRIBUTE
See Also:
Constant Field Values

REQUEST_ATTRIBUTE

public static final byte REQUEST_ATTRIBUTE
See Also:
Constant Field Values

SET_HEADER

public static final byte SET_HEADER
See Also:
Constant Field Values

REMOVE_HEADER

public static final byte REMOVE_HEADER
See Also:
Constant Field Values

BODY_READER

public static final byte BODY_READER
See Also:
Constant Field Values


Copyright 2006 SAP AG Complete Copyright Notice