public class WebSecurityExpressionRoot extends SecurityExpressionRoot
| Modifier and Type | Field and Description |
|---|---|
javax.servlet.http.HttpServletRequest |
request
Allows direct access to the request object
|
| Constructor and Description |
|---|
WebSecurityExpressionRoot(org.springframework.security.core.Authentication a,
org.springframework.security.web.FilterInvocation fi) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasIpAddress(String ipAddress)
Takes a specific IP address or a range using the IP/Netmask (e.g.
|
getAuthoritySet, hasPermission, hasPermission, hasRoleRegex, setPermissionEvaluator, setRoleHierarchypublic final javax.servlet.http.HttpServletRequest request
public WebSecurityExpressionRoot(org.springframework.security.core.Authentication a,
org.springframework.security.web.FilterInvocation fi)
public boolean hasIpAddress(String ipAddress)
ipAddress - the address or range of addresses from which the request
must come.Copyright © 2015 Revolution Systems Inc.. All rights reserved.