Spring Security Framework

org.springframework.security.intercept.web
Class WebInvocationPrivilegeEvaluator

java.lang.Object
  extended by 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
           
 
Constructor Summary
WebInvocationPrivilegeEvaluator()
           
 
Method Summary
 void afterPropertiesSet()
           
 boolean isAllowed(FilterInvocation fi, Authentication authentication)
           
 void setSecurityInterceptor(AbstractSecurityInterceptor securityInterceptor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected static final org.apache.commons.logging.Log logger
Constructor Detail

WebInvocationPrivilegeEvaluator

public WebInvocationPrivilegeEvaluator()
Method Detail

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)

Spring Security Framework

Copyright © 2004-2010 SpringSource, Inc. All Rights Reserved.