org.jboss.reliance.drools.core
Interface RuleDependencyCheck

All Known Implementing Classes:
RuleBasedIdentity

public interface RuleDependencyCheck

Rule dependency checker interface.

Author:
Ales Justin

Method Summary
 boolean canResolve(Object name, Object action, Object... arg)
          Performs a check for the specified name and action if they can be resolved.
 

Method Detail

canResolve

boolean canResolve(Object name,
                   Object action,
                   Object... arg)
Performs a check for the specified name and action if they can be resolved.

Parameters:
name - Object The permission name
action - Obejct The permission action
arg - Object Optional object parameter used to make a permission decision
Returns:
boolean true if the user has the specified permission


Copyright © 2008 JBoss Inc.. All Rights Reserved.