Package org.springframework.security.web
Class WebAttributes
java.lang.Object
org.springframework.security.web.WebAttributes
Well-known keys which are used to store Spring Security information in request or
 session scope.
- Since:
- 3.0.3
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringUsed to cache anAccessDeniedExceptionin the request for rendering.static final StringUsed to cache an authentication-failure exception in the session.static final Stringstatic final StringSet as a request attribute to override the defaultWebInvocationPrivilegeEvaluator
- 
Method Summary
- 
Field Details- 
ACCESS_DENIED_403Used to cache anAccessDeniedExceptionin the request for rendering.- See Also:
 
- 
AUTHENTICATION_EXCEPTIONUsed to cache an authentication-failure exception in the session.
- 
WEB_INVOCATION_PRIVILEGE_EVALUATOR_ATTRIBUTESet as a request attribute to override the defaultWebInvocationPrivilegeEvaluator- Since:
- 3.1.3
- See Also:
 
- 
REQUIRED_FACTOR_ERRORSUsed to set aCollectionofRequiredFactorErrorinstances into theHttpServletRequest.Represents what authorities are missing to be authorized for the current request - Since:
- 7.0
- See Also:
 
 
-