fr.cnes.sitools.common.application
Interface ContextAttributes


public interface ContextAttributes

Commons attributes for SitoolsApplications.

Author:
jp.boignard (AKKA Technologies)

Field Summary
static java.lang.String APP_ATTACH_REF
          Attribute String for application attachment to host component.
static java.lang.String APP_ID
          Attribute String for Application ID - must be set specially for dynamic applications.
static java.lang.String APP_REALM
          Attribute object for SitoolsRealm.
static java.lang.String APP_REGISTER
          Attribute boolean for application registering in AppManager.
static java.lang.String APP_STORE
          Attribute object for specific application Store.
static java.lang.String COOKIE_AUTHENTICATION
          Attribute for authorizing or not cookie authentication.
static java.lang.String CUSTOM_AUTHORIZER
          Attribute to store the custom authorizer for an application.
static java.lang.String CUSTOM_CHALLENGE_AUTHENTICATOR
          Attribute to store the custom challenge authenticator for an application.
static java.lang.String HOST_NAME
          Host name.
static java.lang.String HOST_PORT
          Host port.
static java.lang.String JETTY_PROPERTIES
          Attribute to store jetty server properties.
static java.lang.String LIST_SITOOLS_PROPERTIES
          Attribute for a list of SitoolsProperty.
static java.lang.String LOG_TO_APP_LOGGER
          True to Log to the Application Logger, false otherwise.
static java.lang.String NO_STATUS_SERVICE
          True not to use the status service when the response is an error, false otherwise.
static java.lang.String NONPROXY_HOSTS
          Proxy host.
static java.lang.String PROXY_HOST
          Proxy host.
static java.lang.String PROXY_PASSWORD
          Proxy user password.
static java.lang.String PROXY_PORT
          Proxy port.
static java.lang.String PROXY_USER
          Proxy user name.
static java.lang.String PUBLIC_HOST_NAME
          Public host name.
static java.lang.String RESOURCE_ATTACHMENT
          Attribute for plugins resources to retrieve model by attachment.
static java.lang.String SETTINGS
          Attribute String for SitoolsSettings object
static java.lang.String START_WITH_MIGRATION
          True to start in migration mode, false otherwise.
static java.lang.String TEMPORARY_FOLDER
          Attribute for temporary folder.
 

Field Detail

SETTINGS

static final java.lang.String SETTINGS
Attribute String for SitoolsSettings object

See Also:
Constant Field Values

APP_ATTACH_REF

static final java.lang.String APP_ATTACH_REF
Attribute String for application attachment to host component.

See Also:
Constant Field Values

APP_REGISTER

static final java.lang.String APP_REGISTER
Attribute boolean for application registering in AppManager.

See Also:
Constant Field Values

APP_ID

static final java.lang.String APP_ID
Attribute String for Application ID - must be set specially for dynamic applications.

See Also:
Constant Field Values

APP_STORE

static final java.lang.String APP_STORE
Attribute object for specific application Store.

See Also:
Constant Field Values

APP_REALM

static final java.lang.String APP_REALM
Attribute object for SitoolsRealm.

See Also:
Constant Field Values

HOST_NAME

static final java.lang.String HOST_NAME
Host name.

See Also:
Constant Field Values

HOST_PORT

static final java.lang.String HOST_PORT
Host port.

See Also:
Constant Field Values

PUBLIC_HOST_NAME

static final java.lang.String PUBLIC_HOST_NAME
Public host name.

See Also:
Constant Field Values

PROXY_HOST

static final java.lang.String PROXY_HOST
Proxy host.

See Also:
Constant Field Values

PROXY_PORT

static final java.lang.String PROXY_PORT
Proxy port.

See Also:
Constant Field Values

PROXY_USER

static final java.lang.String PROXY_USER
Proxy user name.

See Also:
Constant Field Values

PROXY_PASSWORD

static final java.lang.String PROXY_PASSWORD
Proxy user password.

See Also:
Constant Field Values

NONPROXY_HOSTS

static final java.lang.String NONPROXY_HOSTS
Proxy host.

See Also:
Constant Field Values

TEMPORARY_FOLDER

static final java.lang.String TEMPORARY_FOLDER
Attribute for temporary folder.

See Also:
Constant Field Values

COOKIE_AUTHENTICATION

static final java.lang.String COOKIE_AUTHENTICATION
Attribute for authorizing or not cookie authentication.

See Also:
Constant Field Values

RESOURCE_ATTACHMENT

static final java.lang.String RESOURCE_ATTACHMENT
Attribute for plugins resources to retrieve model by attachment.

See Also:
Constant Field Values

LIST_SITOOLS_PROPERTIES

static final java.lang.String LIST_SITOOLS_PROPERTIES
Attribute for a list of SitoolsProperty.

See Also:
Constant Field Values

LOG_TO_APP_LOGGER

static final java.lang.String LOG_TO_APP_LOGGER
True to Log to the Application Logger, false otherwise.

See Also:
Constant Field Values

NO_STATUS_SERVICE

static final java.lang.String NO_STATUS_SERVICE
True not to use the status service when the response is an error, false otherwise.

See Also:
Constant Field Values

START_WITH_MIGRATION

static final java.lang.String START_WITH_MIGRATION
True to start in migration mode, false otherwise.

See Also:
Constant Field Values

JETTY_PROPERTIES

static final java.lang.String JETTY_PROPERTIES
Attribute to store jetty server properties.

See Also:
Constant Field Values

CUSTOM_CHALLENGE_AUTHENTICATOR

static final java.lang.String CUSTOM_CHALLENGE_AUTHENTICATOR
Attribute to store the custom challenge authenticator for an application.

See Also:
Constant Field Values

CUSTOM_AUTHORIZER

static final java.lang.String CUSTOM_AUTHORIZER
Attribute to store the custom authorizer for an application.

See Also:
Constant Field Values


Copyright © 2010-2013 CNES. All Rights Reserved.