| java.lang.Object | ||
| ↳ | org.springframework.security.access.expression.SecurityExpressionRoot | |
| ↳ | org.springframework.security.web.access.expression.WebSecurityExpressionRoot | |
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| request | Allows direct access to the request object | ||||||||||
| [Expand] Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class
org.springframework.security.access.expression.SecurityExpressionRoot | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Takes a specific IP address or a range using the IP/Netmask (e.g. | |||||||||||
| [Expand] Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class
  org.springframework.security.access.expression.SecurityExpressionRoot | |||||||||||
|  From class
  java.lang.Object | |||||||||||
Allows direct access to the request object
Takes a specific IP address or a range using the IP/Netmask (e.g. 192.168.1.0/24 or 202.24.0.0/14).
| ipAddress | the address or range of addresses from which the request must come. | 
|---|