Framework Serveur J2EE ACube V3.1.0
CLASSE PRECEDANTE CLASSE SUIVANTE
SOMMAIRE: ATTR CONSTR METH DETAIL: ATTR CONSTR METH

acube.framework.captcha
Classe CaptchaParameters
java.lang.Object
  acube.framework.captcha.CaptchaParameters

public class CaptchaParameters
hérite de Object
CaptchaParameters
Author:
EDS - bzgn4l

Sommaire des Attributs
static final String
ALGORITHM_USE
ALGORITHM_USE the ALGORITHM_USE
static final String
BEAN_TAG
BEAN_TAG the BEAN_TAG refers <bean> tag id in the captcha configuration file.
static final String
CAPTCHA_CONFIF_FILE
CAPTCHA_CONFIF_FILE the CAPTCHA_CONFIF_FILE refers the path of captcha configuration file.
static final String
CAPTCHA_IMAGE_CONTENT_TYPE
CAPTCHA_IMAGE_CONTENT_TYPE the CAPTCHA_IMAGE_CONTENT_TYPE refers the type of http response.
static final String
CAPTCHA_PARAM
CAPTCHA_PARAM the CAPTCHA_PARAM it use during the treatment of the serveur answer. more precisely during the compute response captcha call by a action.
static final String
CAPTCHA_PARAM_EQUAL_EXP
CAPTCHA_PARAM_EQUAL_EXP the CAPTCHA_PARAM_EQUAL_EXP * CAPTCHA_PARAM_SPLIT_EXP the CAPTCHA_PARAM_SPLIT_EXP refers the expression use to separate parameter 's id and parameter 's value in captcha parameter value.
static final String
CAPTCHA_PARAM_NAME
CAPTCHA_NAME_PARAM the CAPTCHA_NAME_PARAM refers captcha_name parameter send by the form.
static final String
CAPTCHA_PARAM_SPLIT_EXP
CAPTCHA_PARAM_SPLIT_EXP the CAPTCHA_PARAM_SPLIT_EXP refers the expression use to separate parameters in captcha parameter value.
static final String
CAPTCHA_PARAM_USER_KEY
CAPTCHA_USER_KEY_PARAM the CAPTCHA_USER_KEY_PARAM refers captcha_user_key parameter send send by the form.
static final String
CAPTCHA_TAG
CAPTCHA_TAG the CAPTCHA_TAG refers <captcha> tag id in the captcha configuration file.
static final String
CLASS_ATTRIBUT
CLASS_ATTRIBUT the CLASS_ATTRIBUT refers the class attribute in the <captcha> or <bean> tag.
static final String
CONSTRUCTOR_ARG_TAG
CONSTRUCTOR_ARG_TAG the CONSTRUCTOR_ARG_TAG refers constructors arguments <constructor-arg> tags in <bean> tags.
static final String
ERROR_MESSAGE
ERROR_MESSAGE the ERROR_MESSAGE
static final String
ID_ATTRIBUT
ID_ATTRIBUT the ID_ATTRIBUT refers id of id attribute if <captcha> or <bean>.
static final String
INDEX_ATTRIBUTE
INDEX_ATTRIBUTE the INDEX_ATTRIBUTE refers the attribute index of the <constructor-arg> tag.
static final String
LIST_TAG
LIST_TAG the LIST_TAG refers the tag <list>, child of the <constructor-arg> tag.
static final String
NAME_ATTRIBUT
NAME_ATTRIBUT the NAME_ATTRIBUT refers id of name attribute of the <captcha> tag.
static final int
RANDOM_KEY_INT
RANDOM_KEY_INT the RANDOM_KEY_INT key used in encryption generation for captcha id.
static final int
RANDOM_MAX_INT
RANDOM_MAX_INT the RANDOM_MAX_INT range for generation id
static final String
SESSION_CAPTCHA_ID
SESSION_CAPTCHA_ID the SESSION_CAPTCHA_ID key in session attribute
static final String
TYPE_ATTRIBUTE
TYPE_ATTRIBUTE the TYPE_ATTRIBUTE refers the attribute type of the <constructor-arg> tag.
static final String
VALUE_TAG
VALUE_TAG the VALUE_TAG refers the tag <value>, child of the <constructor-arg> tag.
static final String
WEB_INF_DIR
WEB_INF_DIR the WEB_INF_DIR refers WEB-INF directory
Sommaire des Constructeurs
Méthodes héritées de la classe java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Détail des Attributs
CAPTCHA_CONFIF_FILE
public static final String CAPTCHA_CONFIF_FILE
CAPTCHA_CONFIF_FILE the CAPTCHA_CONFIF_FILE refers the path of captcha configuration file. This file was read on server start.

WEB_INF_DIR
public static final String WEB_INF_DIR
WEB_INF_DIR the WEB_INF_DIR refers WEB-INF directory

CAPTCHA_IMAGE_CONTENT_TYPE
public static final String CAPTCHA_IMAGE_CONTENT_TYPE
CAPTCHA_IMAGE_CONTENT_TYPE the CAPTCHA_IMAGE_CONTENT_TYPE refers the type of http response. It dependents of captcha's type.

CAPTCHA_PARAM
public static final String CAPTCHA_PARAM
CAPTCHA_PARAM the CAPTCHA_PARAM it use during the treatment of the serveur answer. more precisely during the compute response captcha call by a action. This parameter is use by CaptchaManager.getCaptchaParam(javax.servlet.http. HttpServletRequest, String) This parameter was sent by the html form, contaner of Acube's ComposantCaptcha. It contains several parameters values separate by separators expressions CAPTCHA_PARAM_SPLIT_EXP and CAPTCHA_PARAM_SPLIT_EXP Example : parameter : "captcha" value : "captcha_name=simple&captcha_user_key=userkey" If you want some parameter in captcha's value use CaptchaManager.getCaptchaParam(javax.servlet.http. HttpServletRequest, String).

CAPTCHA_PARAM_SPLIT_EXP
public static final String CAPTCHA_PARAM_SPLIT_EXP
CAPTCHA_PARAM_SPLIT_EXP the CAPTCHA_PARAM_SPLIT_EXP refers the expression use to separate parameters in captcha parameter value.

CAPTCHA_PARAM_EQUAL_EXP
public static final String CAPTCHA_PARAM_EQUAL_EXP
CAPTCHA_PARAM_EQUAL_EXP the CAPTCHA_PARAM_EQUAL_EXP * CAPTCHA_PARAM_SPLIT_EXP the CAPTCHA_PARAM_SPLIT_EXP refers the expression use to separate parameter 's id and parameter 's value in captcha parameter value.

CAPTCHA_PARAM_NAME
public static final String CAPTCHA_PARAM_NAME
CAPTCHA_NAME_PARAM the CAPTCHA_NAME_PARAM refers captcha_name parameter send by the form.

CAPTCHA_PARAM_USER_KEY
public static final String CAPTCHA_PARAM_USER_KEY
CAPTCHA_USER_KEY_PARAM the CAPTCHA_USER_KEY_PARAM refers captcha_user_key parameter send send by the form.

CAPTCHA_TAG
public static final String CAPTCHA_TAG
CAPTCHA_TAG the CAPTCHA_TAG refers <captcha> tag id in the captcha configuration file.

BEAN_TAG
public static final String BEAN_TAG
BEAN_TAG the BEAN_TAG refers <bean> tag id in the captcha configuration file.

ID_ATTRIBUT
public static final String ID_ATTRIBUT
ID_ATTRIBUT the ID_ATTRIBUT refers id of id attribute if <captcha> or <bean>. Remember that every id attribute must be unique in the capcha configuration file.

CLASS_ATTRIBUT
public static final String CLASS_ATTRIBUT
CLASS_ATTRIBUT the CLASS_ATTRIBUT refers the class attribute in the <captcha> or <bean> tag.

NAME_ATTRIBUT
public static final String NAME_ATTRIBUT
NAME_ATTRIBUT the NAME_ATTRIBUT refers id of name attribute of the <captcha> tag. Remember that every name attribute value must be unique in the capcha configuration file.

CONSTRUCTOR_ARG_TAG
public static final String CONSTRUCTOR_ARG_TAG
CONSTRUCTOR_ARG_TAG the CONSTRUCTOR_ARG_TAG refers constructors arguments <constructor-arg> tags in <bean> tags.

INDEX_ATTRIBUTE
public static final String INDEX_ATTRIBUTE
INDEX_ATTRIBUTE the INDEX_ATTRIBUTE refers the attribute index of the <constructor-arg> tag.

TYPE_ATTRIBUTE
public static final String TYPE_ATTRIBUTE
TYPE_ATTRIBUTE the TYPE_ATTRIBUTE refers the attribute type of the <constructor-arg> tag.

LIST_TAG
public static final String LIST_TAG
LIST_TAG the LIST_TAG refers the tag <list>, child of the <constructor-arg> tag.

VALUE_TAG
public static final String VALUE_TAG
VALUE_TAG the VALUE_TAG refers the tag <value>, child of the <constructor-arg> tag.

SESSION_CAPTCHA_ID
public static final String SESSION_CAPTCHA_ID
SESSION_CAPTCHA_ID the SESSION_CAPTCHA_ID key in session attribute

RANDOM_MAX_INT
public static final int RANDOM_MAX_INT
RANDOM_MAX_INT the RANDOM_MAX_INT range for generation id

RANDOM_KEY_INT
public static final int RANDOM_KEY_INT
RANDOM_KEY_INT the RANDOM_KEY_INT key used in encryption generation for captcha id.

ALGORITHM_USE
public static final String ALGORITHM_USE
ALGORITHM_USE the ALGORITHM_USE

ERROR_MESSAGE
public static final String ERROR_MESSAGE
ERROR_MESSAGE the ERROR_MESSAGE
Détail des Constructeurs
CaptchaParameters
public CaptchaParameters()

Framework Serveur J2EE ACube V3.1.0
CLASSE PRECEDANTE CLASSE SUIVANTE
SOMMAIRE: ATTR CONSTR METH DETAIL: ATTR CONSTR METH

Version 3.1.0 du 06/11/2009 / Etat : Validé
Cette création est mise à disposition selon le Contrat Paternité - Pas d'Utilisation Commerciale - Partage des Conditions Initiales à l'Identique disponible en ligne http://creativecommons.org/licenses/by-nc-sa/2.0/fr/ ou par courrier postal à Creative Commons, 559 Nathan Abbott Way, Stanford,California 94305, USA.
Documentation generated by DocFlex