| java.lang.Object | |
| ↳ | org.springframework.security.web.WebAttributes | 
Well-known keys which are used to store Spring Security information in request or session scope.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | ACCESS_DENIED_403 | Used to cache an AccessDeniedExceptionin the request for rendering. | |||||||||
| String | AUTHENTICATION_EXCEPTION | Used to cache an authentication-failure exception in the session. | |||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| [Expand] Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class
  java.lang.Object | |||||||||||
Used to cache an AccessDeniedException in the request for rendering.
Used to cache an authentication-failure exception in the session.