IBM WebSphere Application ServerTM
Release 8

com.ibm.websphere.management.configservice
Interface SessionPropertyConstants


public interface SessionPropertyConstants

This class documents the type of properties that user may associates with a session.


Field Summary
static java.lang.String ENABLE_CROSS_VALIDATION
          The key for enable cross examine validation.
static java.lang.Integer HIGH_LEVEL_VALIDATION
          high
static java.lang.Integer HIGHEST_LEVEL_VALIDATION
          Highest validation level
static java.lang.String LOCALE
          The key of the session local, the value should be the client locale.
static java.lang.Integer LOW_LEVEL_VALIDATION
          low level
static java.lang.Integer MEDIUM_LEVEL_VALIDATION
          medium level
static java.lang.Integer NO_VALIDATION
          no validation at all
static java.lang.String VALIDATE_LEVEL
          The key of session validation level.
 

Field Detail

LOCALE

static final java.lang.String LOCALE
The key of the session local, the value should be the client locale.

See Also:
Constant Field Values

VALIDATE_LEVEL

static final java.lang.String VALIDATE_LEVEL
The key of session validation level. The value should be integer as defined below.

See Also:
Constant Field Values

ENABLE_CROSS_VALIDATION

static final java.lang.String ENABLE_CROSS_VALIDATION
The key for enable cross examine validation. The value should be Boolean.

See Also:
Constant Field Values

NO_VALIDATION

static final java.lang.Integer NO_VALIDATION
no validation at all


LOW_LEVEL_VALIDATION

static final java.lang.Integer LOW_LEVEL_VALIDATION
low level


MEDIUM_LEVEL_VALIDATION

static final java.lang.Integer MEDIUM_LEVEL_VALIDATION
medium level


HIGH_LEVEL_VALIDATION

static final java.lang.Integer HIGH_LEVEL_VALIDATION
high


HIGHEST_LEVEL_VALIDATION

static final java.lang.Integer HIGHEST_LEVEL_VALIDATION
Highest validation level


IBM WebSphere Application ServerTM
Release 8