org.chenillekit.access.services
Interface AccessValidator

All Known Implementing Classes:
AccessValidatorImpl

public interface AccessValidator

Version:
$Id: AccessValidator.java 333 2008-11-19 16:26:03Z mlusetti $

Method Summary
 boolean hasAccess(String pageName, String componentId, String eventType)
          Check the rights of the user for the page requested
 

Method Detail

hasAccess

boolean hasAccess(String pageName,
                  String componentId,
                  String eventType)
Check the rights of the user for the page requested

Parameters:
pageName - name of the page
componentId - component id (not used yet)
eventType - event type (not used yet)
Returns:
if true then leave the chain


Copyright © 2008-2009 ChenilleKit. All Rights Reserved.