atg.userprofiling
Interface ProfileRequestConstants

All Known Implementing Classes:
CookieManager, ProfileRequest

public interface ProfileRequestConstants

This interface defines constants which are used during handling profile requests.


Field Summary
static java.lang.String CLASS_VERSION
           
static java.lang.String PROFILE_PARAMETER_NAME
          value: DYN_USER_ID
The default name for the parameter that stores the user id.
static java.lang.String PROFILE_VERFICATION_PARAMETER_NAME
          value: DYN_USER_CONFIRM
The default name for the parameter that stores an encoded user id which we use to check that no one screwed with the DYN_USER_ID cookie.
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
See Also:
Constant Field Values

PROFILE_PARAMETER_NAME

static final java.lang.String PROFILE_PARAMETER_NAME
value: DYN_USER_ID
The default name for the parameter that stores the user id.

See Also:
Constant Field Values

PROFILE_VERFICATION_PARAMETER_NAME

static final java.lang.String PROFILE_VERFICATION_PARAMETER_NAME
value: DYN_USER_CONFIRM
The default name for the parameter that stores an encoded user id which we use to check that no one screwed with the DYN_USER_ID cookie.

See Also:
Constant Field Values