|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.vt.middleware.ldap.servlets.ServletConstants
public final class ServletConstants
ServletConstants contains all the constants needed by the ldap
servlet package.
| Field Summary | |
|---|---|
static String |
BEAN_FACTORY
Type of ldap bean factory, value is "edu.vt.middleware.ldap.servlets.beanFactory". |
static String |
CREDENTIAL_PARAM
HTTP parameter used to transmit the user credential, value is "credential". |
static String |
DEFAULT_ERROR_MSG
Default error message, value is "Could not authenticate or authorize user". |
static String |
DEFAULT_INVALIDATE_SESSION
Default behavior for invalidating the user session at logout, value is "true". |
static String |
DEFAULT_LOGIN_URL
Default URL of the page that does collects user credentials, value is "/". |
static String |
DEFAULT_OUTPUT_FORMAT
Default format of search output, value is "DSML". |
static String |
DEFAULT_SESSION_ID
Default identifier to set in the session after valid authentication, value is "user". |
static String |
DEFAULT_SESSION_MANAGER
Default session initializer, value is "edu.vt.middleware.ldap.servlets.session.DefaultSessionManager". |
static String |
ERROR_MSG
Error message to display if authentication fails, value is "edu.vt.middleware.ldap.servlets.errorMsg". |
static String |
INVALIDATE_SESSION
Whether to invalidate the user session at logout, value is "edu.vt.middleware.ldap.servlets.invalidateSession". |
static String |
LOGIN_URL
URL of the page that collects user credentials, value is "edu.vt.middleware.ldap.servlets.loginUrl". |
static String |
OUTPUT_FORMAT
Format of search output, value is "edu.vt.middleware.ldap.servlets.outputFormat". |
static String |
POOL_PROPERTIES_FILE
LDAP pool initialization properties file, value is "edu.vt.middleware.ldap.servlets.poolPropertiesFile". |
static String |
POOL_TYPE
Type of pool used, value is "edu.vt.middleware.ldap.servlets.poolType". |
static String |
PROPERTIES_DOMAIN
Domain to look for properties in, value is "edu.vt.middleware.ldap.servlets.". |
static String |
PROPERTIES_FILE
LDAP initialization properties file, value is "edu.vt.middleware.ldap.servlets.propertiesFile". |
static String |
SESSION_ID
Identifier to set in the session after valid authentication, value is "edu.vt.middleware.ldap.servlets.sessionId". |
static String |
SESSION_MANAGER
Class used to initialize http sessions. |
static String |
URL_PARAM
HTTP parameter used to transmit the redirect url, value is "url". |
static String |
USER_PARAM
HTTP parameter used to transmit the user identifier, value is "user". |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String PROPERTIES_DOMAIN
public static final String PROPERTIES_FILE
public static final String POOL_PROPERTIES_FILE
public static final String OUTPUT_FORMAT
public static final String DEFAULT_OUTPUT_FORMAT
public static final String POOL_TYPE
public static final String BEAN_FACTORY
public static final String SESSION_ID
public static final String DEFAULT_SESSION_ID
public static final String INVALIDATE_SESSION
public static final String DEFAULT_INVALIDATE_SESSION
public static final String LOGIN_URL
public static final String DEFAULT_LOGIN_URL
public static final String ERROR_MSG
public static final String SESSION_MANAGER
public static final String DEFAULT_SESSION_MANAGER
public static final String DEFAULT_ERROR_MSG
public static final String USER_PARAM
public static final String CREDENTIAL_PARAM
public static final String URL_PARAM
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||