at.knowcenter.wag.egov.egiz.web
Class SessionAttributes

java.lang.Object
  extended by at.knowcenter.wag.egov.egiz.web.SessionAttributes

public abstract class SessionAttributes
extends Object

Helper class that provides constants for the session attributes.

Author:
wprinz

Field Summary
static String ATTRIBUTE_SESSION_INFORMATION
          The attribute name under which the SessionInformation object is stored.
static String ATTRIBUTE_USER_NAME
          The user name.
static String ATTRIBUTE_USER_PASSWORD
          The user password.
 
Constructor Summary
SessionAttributes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ATTRIBUTE_USER_NAME

public static final String ATTRIBUTE_USER_NAME
The user name.

See Also:
Constant Field Values

ATTRIBUTE_USER_PASSWORD

public static final String ATTRIBUTE_USER_PASSWORD
The user password.

See Also:
Constant Field Values

ATTRIBUTE_SESSION_INFORMATION

public static final String ATTRIBUTE_SESSION_INFORMATION
The attribute name under which the SessionInformation object is stored.

The SessionInformation class contains type safe references to the objects.

See Also:
Constant Field Values
Constructor Detail

SessionAttributes

public SessionAttributes()


Copyright © 2006-2007 EGIZ - E-Government Innovationszentrum. All Rights Reserved.