com.day.cq.security.util
Class CRXPolicyManager

java.lang.Object
  extended by com.day.cq.security.util.CRXPolicyManager

public class CRXPolicyManager
extends Object


Constructor Summary
CRXPolicyManager(com.day.crx.CRXSession session)
           
 
Method Summary
 boolean closePublic(String path)
           
 boolean enact(String path, String principalName, boolean allow, ActionSet set)
           
 boolean openPublic(String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CRXPolicyManager

public CRXPolicyManager(com.day.crx.CRXSession session)
                 throws RepositoryException
Throws:
RepositoryException
Method Detail

enact

public boolean enact(String path,
                     String principalName,
                     boolean allow,
                     ActionSet set)
              throws AccessDeniedException
Throws:
AccessDeniedException

openPublic

public boolean openPublic(String path)
                   throws AccessDeniedException
Throws:
AccessDeniedException

closePublic

public boolean closePublic(String path)
                    throws AccessDeniedException
Throws:
AccessDeniedException


Copyright © 2008 Day Management AG. All Rights Reserved.