| java.lang.Object org.apache.cocoon.portal.tools.service.UserRightsService
UserRightsService | public class UserRightsService (Code) | | Service, that provides access to the user rights configuration.
version: CVS $Id: UserRightsService.java 156704 2005-03-09 22:57:22Z antonio $ |
getLocation | public Source getLocation()(Code) | | The location |
getReload | public boolean getReload()(Code) | | The reload |
initialize | public void initialize()(Code) | | Initialize the bean.
|
setLocation | public void setLocation(Source location)(Code) | | Parameters: location - The location to set |
setReload | public void setReload(boolean reload)(Code) | | Parameters: reload - The reload to set |
userIsAllowed | public boolean userIsAllowed(String url, PortalUser user)(Code) | | Whether the current user is allowed to call the given url. |
|
|