org.springframework.security.intercept.web
Class WebInvocationPrivilegeEvaluator
java.lang.Object
org.springframework.security.intercept.web.WebInvocationPrivilegeEvaluator
- All Implemented Interfaces:
- InitializingBean
public class WebInvocationPrivilegeEvaluator
- extends Object
- implements 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 Exception
- Specified by:
afterPropertiesSet
in interface InitializingBean
- Throws:
Exception
isAllowed
public boolean isAllowed(FilterInvocation fi,
Authentication authentication)
setSecurityInterceptor
public void setSecurityInterceptor(AbstractSecurityInterceptor securityInterceptor)
Copyright © 2004-2010 SpringSource, Inc. All Rights Reserved.