public final class

WebAttributes

extends Object
java.lang.Object
   ↳ org.springframework.security.web.WebAttributes

Class Overview

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

Summary

Constants
String ACCESS_DENIED_403 Used to cache an AccessDeniedException in the request for rendering.
String AUTHENTICATION_EXCEPTION Used to cache an authentication-failure exception in the session.
Public Constructors
WebAttributes()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String ACCESS_DENIED_403

Used to cache an AccessDeniedException in the request for rendering.

Constant Value: "SPRING_SECURITY_403_EXCEPTION"

public static final String AUTHENTICATION_EXCEPTION

Used to cache an authentication-failure exception in the session.

Constant Value: "SPRING_SECURITY_LAST_EXCEPTION"

Public Constructors

public WebAttributes ()