org.weborganic.bastille.security
Class Constants

java.lang.Object
  extended by org.weborganic.bastille.security.Constants

public final class Constants
extends Object

A collection of constants related to security.

Since:
0.6.2

Field Summary
static String SESSION_REQUEST_ATTRIBUTE
          The name of the attribute that contains the request to a protected resource.
static String SESSION_USER_ATTRIBUTE
          The name of the attribute that contains the User currently logged in.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SESSION_USER_ATTRIBUTE

public static final String SESSION_USER_ATTRIBUTE
The name of the attribute that contains the User currently logged in.

See Also:
Constant Field Values

SESSION_REQUEST_ATTRIBUTE

public static final String SESSION_REQUEST_ATTRIBUTE
The name of the attribute that contains the request to a protected resource.

See Also:
Constant Field Values