www.element4solution.com

e4s.application.appmodule
Class E4LoginSettings

java.lang.Object
  extended by e4s.util.E4Object
      extended by e4s.util.E4Settings
          extended by e4s.application.appmodule.E4LoginSettings

public class E4LoginSettings
extends E4Settings

System parameter definition for login functionality.

Since:
JDK 1.4

Nested Class Summary
 
Nested classes/interfaces inherited from class e4s.util.E4Settings
E4Settings.DATATYPE_DEF
 
Field Summary
static java.lang.String LOGIN_LANGUAGES
          Supported languages for login?
static java.lang.String LOGIN_MESSAGE
          E4Message for Login screen (text being displayed)
static java.lang.String LOGIN_PASSWORD_COOKIE
          Remember password in cookie?
 
Fields inherited from class e4s.util.E4Settings
_DATATYPE_BOOLEAN, _DATATYPE_NUMBER, _DATATYPE_PASSWORD, _DATATYPE_SELECTION, _DATATYPE_STRING, INCLUDE_CHAR, SERVLET_WEB_XML_PARAMETER_PROPERTIES
 
Fields inherited from class e4s.util.E4Object
CRLF, E4S_CORE_SYSTEM_LANGUAGE, NBSP, NULLSTR, URL_ENCODING_CHARSET
 
Constructor Summary
E4LoginSettings()
           
 
Method Summary
static java.lang.String _getSVNVersionString()
          Get version info string from subversion.
static void defineDatatypes()
           
static java.lang.String getLoginE4Message()
          Get the message displayed at login.
static boolean rememberPasswordInCookie()
          Define, if the password shall be hold in the cookie as well.
static Language[] supportedLoginLanguages()
           
static void validate(HTML html)
           
 
Methods inherited from class e4s.util.E4Settings
defineDatatype, defineDatatype, defineDatatype, defineDatatype, defineDatatype, defineDatatype, definePropertyFile, getAppCoreLanguage, getDatatype, getDefaultAlias, getDocBase, getErrorMailto, getForceUploadLowercase, getHtmlStrict, getHttpAddr, getHttpRoot, getLoginPath, getMaxUploadSize, getMenuStyle, getPredefinedKeys, getProperties, getProperty, getProperty, getProperty, getProperty, getProperty, getPropertyBool, getPropertyFile, getPropertyInt, getPropertyLong, getServer, getSysLogFilePath, getSysTempPath, getSysTraceLogPath, preventBackButton, preventRightClick, propertyNames, readIniFile, reloadFile, removeProperty, setHttpAddr, setProperty, setProperty, setProperty
 
Methods inherited from class e4s.util.E4Object
Calendar, CName, CName, E4LabelApp, E4LabelApp, E4LabelApp, E4LabelApp, E4LabelApp, E4LabelApp, E4LabelNone, E4LabelNone, E4LabelNone, E4LabelNone, E4LabelSys, E4LabelSys, e4sCopyright, e4sVersion, encode, encode, encode, encodeHtml, encodeHtml, encodeHtml, encodeURL, encodeURL, encodeURL, finalize, getLINE, getTRACE, getTRACE, getTRACE, getTRACE, getTRACE, getTRACE, getTraceMemory, HtmlEncode, HtmlEncode, HtmlEncode, isdecimal, isdigit, isnotok, isnotok, isnumeric, isok, isok, isok, isok, lastCallingFunction, lastCallingFunction, lastCallingFunction, lastCallingFunction, lastCallingStack, mkdirs, null2nbsp, null2nbsp, null2nbsp, ok, ok, ok, ok, outPrintln, setLogFile4Trace, setTraceMemory, STACKTRACE, toDebug, toDouble, toFloat, toFloat, toString, TRACE_CALLS, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, wait
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

LOGIN_MESSAGE

public static final java.lang.String LOGIN_MESSAGE
E4Message for Login screen (text being displayed)

See Also:
Constant Field Values

LOGIN_PASSWORD_COOKIE

public static final java.lang.String LOGIN_PASSWORD_COOKIE
Remember password in cookie?

See Also:
rememberPasswordInCookie(), Constant Field Values

LOGIN_LANGUAGES

public static final java.lang.String LOGIN_LANGUAGES
Supported languages for login?

See Also:
supportedLoginLanguages(), Constant Field Values
Constructor Detail

E4LoginSettings

public E4LoginSettings()
Method Detail

getLoginE4Message

public static java.lang.String getLoginE4Message()
Get the message displayed at login.

Returns:
the login message
See Also:
LOGIN_MESSAGE

rememberPasswordInCookie

public static boolean rememberPasswordInCookie()
Define, if the password shall be hold in the cookie as well.

Returns:
true, if the password shall be part of the cookie during initialization of the login process
See Also:
LOGIN_PASSWORD_COOKIE

supportedLoginLanguages

public static Language[] supportedLoginLanguages()

defineDatatypes

public static void defineDatatypes()

validate

public static void validate(HTML html)

_getSVNVersionString

public static java.lang.String _getSVNVersionString()
Get version info string from subversion.

Returns:
the version info string.
See Also:
E4Util.getRevisionCodeFromSVN(Class)

www.element4solution.com