org.acegisecurity.intercept.web
Class WebInvocationPrivilegeEvaluator

java.lang.Object
  extended by org.acegisecurity.intercept.web.WebInvocationPrivilegeEvaluator
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

public class WebInvocationPrivilegeEvaluator
extends Object
implements org.springframework.beans.factory.InitializingBean

Allows users to determine whether they have privileges for a given web URI.

Version:
$Id: WebInvocationPrivilegeEvaluator.java 1496 2006-05-23 13:38:33Z benalex $
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 org.springframework.beans.factory.InitializingBean
Throws:
Exception

isAllowed

public boolean isAllowed(FilterInvocation fi,
                         Authentication authentication)

setSecurityInterceptor

public void setSecurityInterceptor(AbstractSecurityInterceptor securityInterceptor)


Copyright © 2004-2011 Interface21, Inc. All Rights Reserved.