amwebarsentitlementservice
Class AppContextKeys

java.lang.Object
  |
  +--amwebarsentitlementservice.AppContextKeys

public class AppContextKeys
extends java.lang.Object

This interface describes which keys are used in the app_context Map of the AMWebARSEntitlementInterface. The app_context conains all application specific information.


Field Summary
static java.lang.String REQUESTED_CONTAINER_TYPE_IDS_KEY
          This String identifies the container_type_ids requested from the AMWebARSEntitlementService.
static java.lang.String REQUESTED_CONTAINER_TYPE_IDS_KEY_LC
           
static java.lang.String TARGET_URL_KEY
          This key refers to the URL the subject has requested.
static java.lang.String TARGET_URL_KEY_LC
           
static java.lang.String TSIK_SUBJECT_CONF_DATA_KEY
          The confirmation data is the token the access manager shows to Verisign to state that the user allowed the access to his personal data.
static java.lang.String TSIK_SUBJECT_CONF_DATA_KEY_LC
           
static java.lang.String TSIK_SUBJECT_CONF_METHOD_KEY
          The confirmation method refers to the kind of SubjectConfirmation that is used to state that the user confirmed the access to its personal data.
static java.lang.String TSIK_SUBJECT_CONF_METHOD_KEY_LC
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REQUESTED_CONTAINER_TYPE_IDS_KEY

public static final java.lang.String REQUESTED_CONTAINER_TYPE_IDS_KEY
This String identifies the container_type_ids requested from the AMWebARSEntitlementService. The corresponding value contains a List of Strings. Each element of the List should be a full qualified container_type_id, where this id is the concatenation of the namespace and the container_name delimeted by a ":" String.

REQUESTED_CONTAINER_TYPE_IDS_KEY_LC

public static final java.lang.String REQUESTED_CONTAINER_TYPE_IDS_KEY_LC

TARGET_URL_KEY

public static final java.lang.String TARGET_URL_KEY
This key refers to the URL the subject has requested. It's needed for the browser based protocols. The corresponding value is a one element List containing the URL String.

TARGET_URL_KEY_LC

public static final java.lang.String TARGET_URL_KEY_LC

TSIK_SUBJECT_CONF_METHOD_KEY

public static final java.lang.String TSIK_SUBJECT_CONF_METHOD_KEY
The confirmation method refers to the kind of SubjectConfirmation that is used to state that the user confirmed the access to its personal data. The corresponding value is a one element List containing the confirmation method String.

TSIK_SUBJECT_CONF_METHOD_KEY_LC

public static final java.lang.String TSIK_SUBJECT_CONF_METHOD_KEY_LC

TSIK_SUBJECT_CONF_DATA_KEY

public static final java.lang.String TSIK_SUBJECT_CONF_DATA_KEY
The confirmation data is the token the access manager shows to Verisign to state that the user allowed the access to his personal data. The corresponding value is a one element List containing the String format of the SubjectConfirmationData.

TSIK_SUBJECT_CONF_DATA_KEY_LC

public static final java.lang.String TSIK_SUBJECT_CONF_DATA_KEY_LC