|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.security.access.expression.SecurityExpressionRoot org.springframework.security.web.access.expression.WebSecurityExpressionRoot
public class WebSecurityExpressionRoot
Field Summary | |
---|---|
javax.servlet.http.HttpServletRequest |
request
Allows direct access to the request object |
Fields inherited from class org.springframework.security.access.expression.SecurityExpressionRoot |
---|
authentication, denyAll, permitAll |
Constructor Summary | |
---|---|
WebSecurityExpressionRoot(Authentication a,
FilterInvocation fi)
|
Method Summary | |
---|---|
boolean |
hasIpAddress(java.lang.String ipAddress)
Takes a specific IP address or a range using the IP/Netmask (e.g. |
Methods inherited from class org.springframework.security.access.expression.SecurityExpressionRoot |
---|
denyAll, getAuthentication, getPrincipal, hasAnyAuthority, hasAnyRole, hasAuthority, hasRole, isAnonymous, isAuthenticated, isFullyAuthenticated, isRememberMe, permitAll, setRoleHierarchy, setTrustResolver |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final javax.servlet.http.HttpServletRequest request
Constructor Detail |
---|
public WebSecurityExpressionRoot(Authentication a, FilterInvocation fi)
Method Detail |
---|
public boolean hasIpAddress(java.lang.String ipAddress)
ipAddress
- the address or range of addresses from which the request must come.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |