org.jboss.portal.cms.impl.jcr.command
Class ACLEnforcer

java.lang.Object
  extended by org.jboss.portal.cms.impl.jcr.command.ACLEnforcer

public class ACLEnforcer
extends java.lang.Object

ACLEnforcer checks proper access privileges for actions before the Command objects are allowed to execute and do their job on the CMS

Author:
Sohil Shah - sohil.shah@jboss.com - Nov 28, 2006

Constructor Summary
ACLEnforcer(AuthorizationManager authorizationManager)
           
 
Method Summary
 boolean hasAccess(PortalCMSSecurityContext cmsSecurityContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ACLEnforcer

public ACLEnforcer(AuthorizationManager authorizationManager)
Method Detail

hasAccess

public boolean hasAccess(PortalCMSSecurityContext cmsSecurityContext)
Parameters:
securityContext -
Returns: