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.html 1304258 2012-03-23 10:09:27Z ilgrosso $

Method Summary
 boolean matches(PortalUser user)
           
 

Method Detail

matches

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


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.