org.springframework.security.web
Class WebAttributes

java.lang.Object
  extended by org.springframework.security.web.WebAttributes

public final class WebAttributes
extends Object

Well-known keys which are used to store Spring Security information in request or session scope.

Since:
3.0.3

Field Summary
static String ACCESS_DENIED_403
           
static String AUTHENTICATION_EXCEPTION
           
static String LAST_USERNAME
           
static String SAVED_REQUEST
           
 
Constructor Summary
WebAttributes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ACCESS_DENIED_403

public static final String ACCESS_DENIED_403
See Also:
Constant Field Values

AUTHENTICATION_EXCEPTION

public static final String AUTHENTICATION_EXCEPTION
See Also:
Constant Field Values

LAST_USERNAME

public static final String LAST_USERNAME
See Also:
Constant Field Values

SAVED_REQUEST

public static final String SAVED_REQUEST
See Also:
Constant Field Values
Constructor Detail

WebAttributes

public WebAttributes()