org.apache.cocoon.portal.tools.helper
Interface RoleMatcher

All Known Implementing Classes:
MultipleRoleMatcher, SingleRoleMatcher

public interface RoleMatcher

Defines the interface for role matchers.

Version:
$Id: RoleMatcher.java 321068 2005-10-14 10:36:50Z cziegeler $

Method Summary
 boolean matches(PortalUser user)
           
 

Method Detail

matches

public boolean matches(PortalUser user)
Returns:
Whether the user matches this role.


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.