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

All Known Implementing Classes:
MultipleRoleMatcher, SingleRoleMatcher

public interface RoleMatcher

Defines the interface for role matchers.

Version:
CVS $Id: RoleMatcher.java 433543 2006-08-22 06:22:54Z crossley $

Method Summary
 boolean matches(PortalUser user)
           
 

Method Detail

matches

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


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