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 Summary
Modifier and TypeFieldDescriptionstatic final String
Used to cache anAccessDeniedException
in the request for rendering.static final String
Used to cache an authentication-failure exception in the session.static final String
Set as a request attribute to override the defaultWebInvocationPrivilegeEvaluator
-
Method Summary
-
Field Details
-
ACCESS_DENIED_403
Used to cache anAccessDeniedException
in the request for rendering.- See Also:
-
AUTHENTICATION_EXCEPTION
Used to cache an authentication-failure exception in the session. -
WEB_INVOCATION_PRIVILEGE_EVALUATOR_ATTRIBUTE
Set as a request attribute to override the defaultWebInvocationPrivilegeEvaluator
- Since:
- 3.1.3
- See Also:
-