org.springframework.security.intercept.web
Class WebInvocationPrivilegeEvaluator
java.lang.Object
org.springframework.security.intercept.web.WebInvocationPrivilegeEvaluator
- All Implemented Interfaces:
- org.springframework.beans.factory.InitializingBean
public class WebInvocationPrivilegeEvaluator
- extends java.lang.Object
- implements org.springframework.beans.factory.InitializingBean
Allows users to determine whether they have privileges for a given web URI.
- Version:
- $Id$
- Author:
- Ben Alex
Field Summary |
protected static org.apache.commons.logging.Log |
logger
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected static final org.apache.commons.logging.Log logger
WebInvocationPrivilegeEvaluator
public WebInvocationPrivilegeEvaluator()
afterPropertiesSet
public void afterPropertiesSet()
throws java.lang.Exception
- Specified by:
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
- Throws:
java.lang.Exception
isAllowed
public boolean isAllowed(FilterInvocation fi,
Authentication authentication)
setSecurityInterceptor
public void setSecurityInterceptor(AbstractSecurityInterceptor securityInterceptor)